After upgrading Aria Operations for Logs the UI will not load for the primary node. The UI for worker node loads up fine.
Runtime.log shows:
[FATAL] [com.vmware.loginsight.daemon.LogInsightDaemon] [Error starting services] com.vmware.loginishgt.daemon.LogInsightDaemonStartupFailedException: Daemon startup failed: Failed to start Tomcat: /usr/lib/loginsight/application/3rd_party/apache-tomcat/conf/keystore does not exist.
Aria Operations for Logs 8.18.x
md5sum keystore
The keystore file missing from /usr/lib/loginsight/application/3rd_party/apache_tomcat/conf directory.
To workaround the issue:
cd /usr/lib/loginsight/application/3rd_party/apache_tomcat/conf
ls -l keystore*
md5sum keystore.bak
md5sum keystore
cp -p keystore.bak keystore
service loginsight restart