JBoss shuts down unexpectedly
So JBoss has a habit of shutting down unexpectedly (but gracefully), which is a problem we haven’t faced with any other servers.
Many people on the JBoss forums report the same problem, but there aren’t any answers.
After a little investigation, it turns out the solution is to start your JVM with the -Xrs option, which will “reduce use of OS signals by Java/VM”.
Comments(0)