1 Reply Latest reply on Aug 14, 2006 4:31 AM by ez1

    Newbie report: Automatic JBoss shutdown issue

    ez1

      Hi all... Am a newbie with JBoss. Will be grateful for any help here...

      The problem I have is: JBoss shuts down on its own after a password change process, following several failed attempts. It is uncertain if this is a JBoss problem; I suspect that the shutdown is triggered by something in the app I'm working with.

      This is an error that arises erratically, hence I am unable to properly reproduce it. Here is a short snippet of the logs (due to the rest being specific to the app):

      2006-04-25 09:40:40,852 INFO [STDOUT] j_username=XXXXXX@XXXXX&j_password=XXXXXXX
      2006-04-25 09:40:40,977 ERROR [XXXXX.jsp.screenlet_jsp] Got new cookie: JSESSIONID=260203DE124BCF2488F8CE23B4AC40BB; Path=/;
      JSESSIONIDSSO=B01A664E3B29BBC43F7E3D4ADE805368; Path=/
      2006-04-25 09:40:40,977 ERROR [XXXXX.jsp.screenlet_jsp] setCookie=JSESSIONID=260203DE124BCF2488F8CE23B4AC40BB; Path=/;
      JSESSIONIDSSO=B01A664E3B29BBC43F7E3D4ADE805368; Path=/
      2006-04-25 10:42:24,969 INFO [org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.jdbc/XXXXX] Bound connection factory for resource adapter for ConnectionManager 'jboss.jca:service=LocalTxCM,name=jdbc/XXXXX to JNDI name 'java:/jdbc/XXXXX'
      2006-04-25 10:42:24,969 INFO [org.jboss.management.j2ee.JCAResource] Registration is not done -> stop
      2006-04-25 10:42:39,187 INFO [org.jboss.system.server.Server] JBoss SHUTDOWN: Undeploying all packages
      2006-04-25 10:42:39,187 INFO [org.jboss.web.tomcat.tc5.TomcatDeployer] undeploy, ctxPath=/XXXXX, warUrl=file:/E:/XXXXX/jboss-3.2.6/server/XX/tmp/deploy/tmp50249EC-XXXXX.ear-contents/XXXXX.war/
      2006-04-25 10:42:39,187 DEBUG [tomcat.localhost./com.ec.prod.wr.screens.Context] Stopping
      2006-04-25 10:42:39,187 DEBUG [tomcat.localhost./com.ec.prod.wr.screens.Context] Stopping filters
      2006-04-25 10:42:39,187 DEBUG [tomcat.localhost./com.ec.prod.wr.screens.Context] Stopping filter 'CommonHeadersFilter'
      2006-04-25 10:42:39,187 DEBUG [tomcat.localhost./com.ec.prod.wr.screens.Context] Processing standard container shutdown
      2006-04-25 10:42:39,187 DEBUG [tomcat.localhost./com.ec.prod.wr.screens.Context] Sending application stop events
      2006-04-25 10:42:39,187 DEBUG [tomcat.localhost./com.ec.prod.wr.screens.Context] resetContext jboss.web:j2eeType=WebModule,name=//localhost/XXXXX,J2EEApplication=none,J2EEServer=none org.jboss.mx.server.MBeanServerImpl@152c4d9
      2006-04-25 10:42:39,187 DEBUG [tomcat.localhost./com.ec.prod.wr.screens.Context] Stopping complete

      Some system details:
      - ECJboss cp : C:\j2sdk1.4.2_05\lib\tools.jar;run.jar
      - JavaVM home : C:\j2sdk1.4.2_05
      - JavaVM type : server
      - JavaVM DLL : C:\j2sdk1.4.2_05\jre\bin\server\jvm.dll
      - Jboss home : jboss-3.2.6
      Configuration changes: None of significance

      So far I have not been able to find anything in existing forum threads that are directly relevant.

      I want to be able to debug the problem on the application end. What I need here is any possible means where JBoss can automatically shutdown.

      Will appreciate any input. Many thanks!!

        • 1. Re: Newbie report: Automatic JBoss shutdown issue
          ez1

          Hi all... My apologies if this post isn't a very good one. Can someone please leave some hints on what to take out, or what more to include? Will be more than willing to do so.
          Again, will be very grateful if any feedback is received. Lots of thanks...