0 Replies Latest reply on Apr 14, 2005 1:56 PM by robin2

    (Seemingly) Random Server Shutdown

    robin2

      hi, i'm using 3.2.3 on redhat es10 and jdk 1.4.2, and at seemingly random times the jboss server just seems to shut itself down. here is a brief snippet:

      10:25:44,101 ERROR [STDERR] sql:select guid from event_dates where event_date = '2005-04-16';
      10:25:44,115 ERROR [STDERR] inside spaceManager.getSpace ... spaceGUID: 1183
      10:25:44,119 ERROR [STDERR] inside spaceManager.getSpace ... spaceDO.getGUID(): 1183
      10:25:44,121 ERROR [STDERR] object pool 1
      10:25:44,122 ERROR [STDERR] sql:select guid from event_dates where event_date = '2005-04-16';
      10:25:44,135 ERROR [STDERR] iframeURL:
      10:31:58,940 INFO [Server] JBoss SHUTDOWN: Undeploying all packages
      10:31:58,942 INFO [EmbeddedTomcatService] undeploy, ctxPath=/eventLogic, warUrl=file:/usr/local/jboss-3.2.3/server/default/tmp/deploy/tmp16970eventLogic.ear
      -contents/eventLogic.war/
      10:31:58,942 INFO [Engine] StandardHost[localhost]: Removing web application at context path /eventLogic
      10:31:58,959 INFO [EjbModule] Stopping jboss.j2ee:module=eventLogic.jar,service=EjbModule
      10:31:58,959 INFO [StatelessSessionContainer] Stopping jboss.j2ee:jndiName=eventLogic/ReportsManagerEJB,service=EJB
      10:31:58,960 INFO [StatelessSessionInstancePool] Stopping jboss.j2ee:jndiName=eventLogic/ReportsManagerEJB,plugin=pool,service=EJB
      10:31:58,960 INFO [StatelessSessionContainer] Stopping jboss.j2ee:jndiName=eventLogic/TrxnManagerEJB,service=EJB
      10:31:58,961 INFO [StatelessSessionInstancePool] Stopping jboss.j2ee:jndiName=eventLogic/TrxnManagerEJB,plugin=pool,service=EJB
      10:31:58,961 INFO [StatelessSessionContainer] Stopping jboss.j2ee:jndiName=eventLogic/SalesManagerEJB,service=EJB
      10:31:58,962 INFO [StatelessSessionInstancePool] Stopping jboss.j2ee:jndiName=eventLogic/SalesManagerEJB,plugin=pool,service=EJB
      10:31:58,962 INFO [StatelessSessionContainer] Stopping jboss.j2ee:jndiName=eventLogic/SpaceManagerEJB,service=EJB

      as you can see, at about 10:31AM am, after about six minutes of inactivity, the jboss server seems to just shut itself down.

      any ideas what may be going on?

      thanks.

      -robin