5 Replies Latest reply on Feb 25, 2017 7:17 PM by oyesiji77

    JBoss 6.1.0 Final shutting down on its own

    jboss4sree

      Hi All,

       

      I am quite new to this forum, Below is my problem.

       

      We have recently migrated our application to JBoss 6.1.0 Final with default instance using Jdk 1.6.0 64 bit SR-14 on AIX machine. We have MBeans, Jsf  and use IBM MQ for jms in our project.

       

      It was running fine in development area but not in UAT environment. After some time JBoss shutsdown on its own. I have tried to check logs and only statements I could see are as below :

       

      2013-11-07 14:09:36,693 INFO [org.jboss.system.server.jmx.JMXKernel] (Thread-38) Server exit called, exiting the JVM now!

      2013-11-07 14:09:36,746 INFO [STDOUT] (Thread-6) Posting Shutdown Request to the server...

      2013-11-07 14:09:36,752 INFO [org.jboss.bootstrap.impl.base.server.AbstractServer] (Thread-39) Stopping: JBossAS [6.1.0.Final "Neo"]

      2013-11-07 14:09:36,800 INFO [org.apache.coyote.http11.Http11Protocol] (Thread-39) Pausing Coyote HTTP/1.1 on http-0.0.0.0-1162

      2013-11-07 14:09:36,804 INFO [org.apache.coyote.http11.Http11Protocol] (Thread-39) Stopping Coyote HTTP/1.1 on http-0.0.0.0-1162

      2013-11-07 14:09:36,822 INFO [org.apache.coyote.ajp.AjpProtocol] (Thread-39) Pausing Coyote AJP/1.3 on ajp-0.0.0.0-1155

      2013-11-07 14:09:36,823 INFO [org.apache.coyote.ajp.AjpProtocol] (Thread-39) Stopping Coyote AJP/1.3 on ajp-0.0.0.0-1155

       

      There are no log statements before this statement. I was wondering how could JBoss shutdown on its own ?

       

      Could some one share your thoughts on this to guide me to find the root cause of this behaviour ?

       

      Sree