We've had an error occur a couple times now on different days with different

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
  • 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"
Reply
  • 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"
Children
No Data