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
10 replies
Subscribers
7 subscribers
Views
3786 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Administration
We've had an error occur a couple times now on different days with different
jaredw
over 9 years ago
We've had an error occur a couple times now on different days with different plugins. We have a scheduled task setup to restart Jboss every morning we received the following error:
11:33:03,879 INFO [stdout] (ServerService Thread Pool -- 92) 2015-12-21 11:33:03,879 [ServerService Thread Pool -- 92] ERROR com.atlassian.plugin.manager.PluginEnabler - Unable to start the following plugins due to timeout while waiting for plugin to enable: psshared.htmldisplay
Any Ideas on what could cause this?
Thank you in advance.
OriginalPostID-185556
OriginalPostID-185556
Discussion posts and replies are publicly visible
Parents
0
Eliot Gerson
Appian Employee
over 9 years ago
Jared, I would encourage you to look into why the application server is taking a long time to start up in order to head off any potential problems (and you are, of course, welcome to reach out to us for help with this). That said, as a short-term fix, you can increase the timeout by doing the following:
Go to <JBOSS_HOME>/bin, then
(For Windows)
Add the following line to the bottom of standalone.custom.bat:
set "CUSTOM_JAVA_OPTS=%CUSTOM_JAVA_OPTS% -Datlassian.plugins.enable.wait=300"
(For Linux)
Add the following line to the bottom of standalone.custom.sh:
CUSTOM_JAVA_OPTS="$CUSTOM_JAVA_OPTS -Datlassian.plugins.enable.wait=300"
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Eliot Gerson
Appian Employee
over 9 years ago
Jared, I would encourage you to look into why the application server is taking a long time to start up in order to head off any potential problems (and you are, of course, welcome to reach out to us for help with this). That said, as a short-term fix, you can increase the timeout by doing the following:
Go to <JBOSS_HOME>/bin, then
(For Windows)
Add the following line to the bottom of standalone.custom.bat:
set "CUSTOM_JAVA_OPTS=%CUSTOM_JAVA_OPTS% -Datlassian.plugins.enable.wait=300"
(For Linux)
Add the following line to the bottom of standalone.custom.sh:
CUSTOM_JAVA_OPTS="$CUSTOM_JAVA_OPTS -Datlassian.plugins.enable.wait=300"
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data