Hi All, I'm working with Appian 7.9. I just installed Hotfix C on our u

Hi All,
I'm working with Appian 7.9. I just installed Hotfix C on our upgrade environment yesterday and found out today that there was when the search-server was starting. I attached the search-server.log for review.

Thank you in advance!

search-server.log

OriginalPostID-162616

OriginalPostID-162616

  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