The JVM exits unexpectedly when requesting a thread dump

Question:
When I request a thread dump by pressing CTRL-BREAK, CTRL-\, or via the API, I get the following message in the log and the JVM is restarted:

Message:
wrapper  | JVM exited unexpectedly.
                 Solution:
Please make sure that you have not specified the -Xrs flag when launching the JVM. This flag is useful in some environments when using Java without the Wrapper. But it compromises the Wrapper's ability to respond to the the various system signals.
To tell the Wrapper and thus it's JVM to ignore system signals, use the wrapper.ignore_signals property instead. Make sure you have read the document first.

No comments:

Post a Comment

Please Provide your feedback here