0 Replies Latest reply on Nov 18, 2011 3:10 AM by korki

    Misterious shutdown of JBoss AS

    korki

      Hi,

       

      we are running a jboss cluster with 3 nodes (jboss as 5.1.0 GA). When running the cluster over night some of the node are suddenly shutting down (one node, two nodes and sometimes the whole cluster). Here is a snippet of the server log from node1:

       

      2011-11-18 03:20:01,561 INFO  [                                              ServerImpl ] Shutting down the server, blockingShutdown: false
      2011-11-18 03:20:01,563 INFO  [                                              ServerImpl ] Server exit(0) called
      2011-11-18 03:20:01,564 INFO  [                                              ServerImpl ] Runtime shutdown hook called, forceHalt: true
      

       

      The same for node 3:

       

      2011-11-18 03:20:30,846 INFO  [                                              ServerImpl ] Shutting down the server, blockingShutdown: false
      2011-11-18 03:20:30,852 INFO  [                                              ServerImpl ] Server exit(0) called
      2011-11-18 03:20:30,852 INFO  [                                              ServerImpl ] Runtime shutdown hook called, forceHalt: true
      

       

      We have already tried the following solutions, but we are still having the same problems:

       

      • Starting the nodes with nohup -> nuhup /../bin/run.sh
      • Starting the nodes with -Xrs as a jvm parameter

       

      Are there any suggestions what we can try to keep the nodes up and running? How can we find out who is shutting down the nodes?

       

      Thx