1 Reply Latest reply on Jun 27, 2018 8:57 AM by rhn-support-rangupta

    Jboss 7 Issue

    muthuk90

      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

        • 1. Re: Jboss 7 Issue
          rhn-support-rangupta

          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?