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
8 replies
Subscribers
7 subscribers
Views
3042 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Administration
#GeneralInterest #weblogic I am getting an error when trying to deplo
Forrest Richardson
Certified Lead Developer
over 9 years ago
#GeneralInterest #weblogic
I am getting an error when trying to deploy 7.11 on weblogic root cause is around JVM settings not being set to GMT , however i added -Duser.timezone=GMT -Dfile.encoding=UTF-8 -Djavax.xml.soap.MessageFactory=weblogic.xml.saaj.MessageFactoryImpl -Djava.awt.headless=true -Xms512m -Xmx1024m -XX:+HeapDumpOnOutOfMemoryError as noted in the documentation. and set the bootstrap in custom.properties. Logs attached
logs.zip
OriginalPostID-182220
OriginalPostID-182220
Discussion posts and replies are publicly visible
0
Khalil Ben Naceur
Appian Employee
over 9 years ago
If you are deploying Appian on an Admin Server, please do the following:
Stop Weblogic
Navigate to the bin folder in your WebLogic directory for the domain that is running Appian. For example, C:/wls12130/user_projects/domains/base_domain/bin . Open the setDomainEnv.sh|cmd file in a text editor, such as Notepad++ or Vim.
Locate the line that reads set JAVA_PROPERTIES=-Dwls.home=%WLS_HOME% -Dweblogic.home=%WLS_HOME%
Add the following settings to that line:
-Duser.timezone=GMT -Dfile.encoding=UTF-8 -Djavax.xml.soap.MessageFactory=weblogic.xml.saaj.MessageFactoryImpl -Djava.awt.headless=true -Xms512m -Xmx1024m -XX:+HeapDumpOnOutOfMemoryError
So that it reads: JAVA_PROPERTIES=-Dwls.home=%WLS_HOME% -Dweblogic.home=%WLS_HOME% -Duser.timezone=GMT -Dfile.encoding=UTF-8 -Djavax.xml.soap.MessageFactory=weblogic.xml.saaj.MessageFactoryImpl -Djava.awt.headless=true -Xms512m -Xmx1024m -XX:+HeapDumpOnOutOfMemoryError
Save the setDomainEnv file and run it in a terminal/command prompt window.
If you are deploying Appian on a Managed Server, please start the WebLogic Admin Server and open the WebLogic admin console. Once there, please follow the directions here
forum.appian.com/.../Configuring_WebLogic.html
under "Configure JVM Settings"
Let me know if you have any questions or concerns.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Khalil Ben Naceur
Appian Employee
over 9 years ago
If you have already followed the documentation for the Managed Server, please go ahead and follow the first part.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Forrest Richardson
Certified Lead Developer
over 9 years ago
updating and running setDominEnv.shjcmd was successful thank you Khalili!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Forrest Richardson
Certified Lead Developer
over 9 years ago
I am now having trouble logging in using Administrator and admin as password. Any ideas? get 401 unauthorized error , about to take a look at the logs
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Eliot Gerson
Appian Employee
over 9 years ago
If you are upgrading from a previous version, the Administrator password will be the same as whatever it was set to prior to the upgrade.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Eliot Gerson
Appian Employee
over 9 years ago
Please also check the url that you are using to confirm it matches what you have set in custom.properties.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Ishita Vedvyas
Appian Employee
over 9 years ago
Which browser are you using? Could you try logging in Internet Explorer?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Forrest Richardson
Certified Lead Developer
over 9 years ago
It was the custom.properties was not set to http. Thanks for the help everyone
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel