we are facing issue in Jboss which got intermitently stopped while running with below error
16:58:12,449 INFO [org.jboss.as.server] (Thread-2) WFLYSRV0220: Server shutdown has been requested via an OS signal
Did you issue any signal from the operating system? like below:
- Ctrl+c,
- kill -HUP <JAVA_PID>
- kill -INT <JAVA_PID>
- kill -TERM <JAVA_PID>
or any System.exit call was made?
Could you check that at your end?