Can you please let me know if any one has faced the issue.
Issue: UM server is not starting.
Verified the logs " \UniversalMessaging\server\umserver\data\nirvana.log" and observed the below log information.
Log Message: Server SHutdown initiated due to JVM Exit Handler Called "
After this nothing is written.,
Kindly let me know if any one is aware of this and how can we fix this.
The log message that you’re seeing in the Nirvana server log is raised when the JVM itself is exit/shutting down for some unknown reason. The cause of this Exit is on the JVM side and not from the Nirvana product side.
Nirvana adds a hook into the JVM (or running on top of JVM), so when JVM is exiting, Nirvana gets notified and logs the message you mentioned above and attempt to shutdown correctly. This is what happened.
Why JVM exited, unfortunately, I don’t have enough information to tell since this is on the JVM side, and not from Nirvana. I guess the cause of the JVM to exit can be due to the shell running the server was closed or a Crtl+C was received (or kill -n), etc.