Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
16 replies
Subscribers
9 subscribers
Views
6049 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
I am installing Appian 16.1 in Windows 12 R2 environment. Getting the following
Raj
Certified Senior Developer
over 9 years ago
I am installing Appian 16.1 in Windows 12 R2 environment. Getting the following error "Service service jboss.ejb.default-resource-adapter-name-service not found" for the following services. I have attached the complete suite.ear.failed file.
unattended-request-handler.jar
email-handler.jar
jms-process-integration-handler.jar
jms-transient-topic-handler.jar
Anyone else faced this issue before?
suite.ear.failed
OriginalPostID-206430
OriginalPostID-206430
Discussion posts and replies are publicly visible
0
Raj
Certified Senior Developer
over 9 years ago
Do you want me to check JBOSS_HOME in environment variables? I have that set up in the environment variables. Not sure where to look for this in configure script.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Medhat Galal
Appian Employee
over 9 years ago
Did you use the configure script to setup Appian or the manual steps to make changes? If the latter, I recommend repeating the setup steps and using the configure script, which replaced the PS Build script.
1)
forum.appian.com/.../Configure_Script.html
2)
forum.appian.com/.../Configuration_Manager_to_Configure_Script_Migration_Guide.html
3)
forum.appian.com/.../Quick_Start_Installation_Guide_for_Windows_and_JBoss.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
vimalkumars
Certified Lead Developer
over 9 years ago
You can find JBOSS Path in <APPIAN_HOME>\\_admin\\_scripts\\configure\\.configure
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Raj
Certified Senior Developer
over 9 years ago
Thanks for the comments. I redid the whole installation using configure scripts. At this time, JBoss starts up, the data sources are getting bound, and the Appian home page is showing up!! However, when I try to login using the default username and password, the page just refreshes and showing login page again.
Another issue is I am seeing both suite.ear and appian-mysql-ds.xml under "Deployments" and I don't see any data sources in Datasources tab anymore. Any idea why? I have included the screen shots and also the server.log file.
server.log
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
vimalkumars
Certified Lead Developer
over 9 years ago
If conf.suite.SCHEME in custom.properties is set to http, you need to remove the following lines from web.xml in <APPIAN_HOME>\\ear\\suite.ear\\web.war\\WEB-INF\\
<cookie-config>
<http-only>true</http-only>
<secure>true</secure>
</cookie-config>
<tracking-mode>COOKIE</tracking-mode>
You can also refer the below link for the same.
forum.appian.com/.../Post-Install_Configurations.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Raj
Certified Senior Developer
over 9 years ago
Yep, once I removed these links, its up and running. I had removed it earlier but when I started using configure script it got overwritten. Thanks!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
<