0 Replies Latest reply on Feb 11, 2004 12:47 AM by surajmundada

    JBOSS automatic shutdown ???

      Hi,

      I am using JBOSS 3.2.0 Tomcat 4.1.24 on high end solaris machine.

      From last 3 days, JBOSS server stops running automatically.

      From a log file, I could find this one :

      -------------------------------------------------------------------------------------
      Attempting to passivate; ctx = org.jboss.ejb.StatefulSessionEnterpriseContext@6233bd
      Saving session state to: /opt/jboss-3.2.1_tomcat-4.1.24/server/default/tmp/sessions/GetProfileBean-dqeuql7v-3/dqh5iq05-3e4.ser
      Writing session state: MAX.EJB.SL.GetProfileTab.GetProfileBean@32d8ac
      Passivation complete; ctx=org.jboss.ejb.StatefulSessionEnterpriseContext@6233bd

      (15 repetitions of this 4 statements )

      Removing passivated state file: /opt/jboss-3.2.1_tomcat-4.1.24/server/default/tmp/sessions/GetProfileBean-dqeuql7v-3/dqh4sm79-3cu.ser

      (20 repetition of this 1 statement )

      Attempting to passivate; ctx=org.jboss.ejb.StatefulSessionEnterpriseContext@eafca2

      (again repetition of this statement )
      [org.jboss.resource.connectionmanager.IdleRemover] run: IdleRemover notifying pools, interval: 450000 [org.jboss.system.server.Server] Shutting down
      [org.jboss.system.server.Server] exitOnShutdown: true
      [org.jboss.system.server.Server] blockingShutdown: false
      [org.jboss.system.server.Server] LifeThread.run exits!
      [org.jboss.system.server.Server] Shutting down the JVM now!
      [org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread] Notified to shutdown
      [org.jboss.system.server.Server] JBoss SHUTDOWN: Undeploying all packages
      [org.jboss.deployment.MainDeployer] Undeploying file:/opt/jboss-3.2.1_tomcat-4.1.24/server/default/deploy/MaxAccount/

      -------------------------------------------------------------------------------------

      What is the problem ? Is my JBOSS running short of resources ?

      Thanks,

      Suraj