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

  • After step 5 in the Hotfix instructions, please perform these additional steps:

    6. Delete the following files from /ear/suite.ear/lib/
    - appian-dl-repo-api-cdt-0.1.105.jar
    - appian-dl-repo-api-0.1.105.jar
    - appian-dl-core-0.1.105.jar
    - appian-dl-xml-0.1.105.jar
    - appian-dl-query-api-0.1.105.jar
    - appian-dl-cdt-0.1.105.jar
    - appian-lucene-0.1.105.jar
    - appian-elasticsearch-0.1.105.jar
    - appian-dl-query-api-cdt-0.1.105.jar
    - appian-dl-repo-elasticsearch-0.1.105.jar
    - appian-log-0.1.105.jar
    7. Delete the following files from /search-server/lib/
    - appian-dl-core-0.1.105.jar
    - appian-dl-xml-0.1.105.jar
    - appian-elasticsearch-0.1.105.jar
    - appian-log-0.1.105.jar
    plugins
    - appian-elasticsearch-auth-0.1.105

    We are working on getting the instructions updated, sorry for any confusion.
  • Thank you! I did not see those instructions when I installed the hotfix.
  • 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"
  • Sorry, I meant to post the above comment on a more recent post. I will re-post this there.