• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Unexpected shutdown of JBoss

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,

I am running a web application in Jboss (version 4)server using Apache Tomcat.

During the run. application will get certain exceptions from the other external interfaces of some integrating systems of our application. After some occurrences of exception, the Jboss is shutting down. This is very critical as this is happening in live servers.

2009-09-14 10:48:48,816 INFO [org.jboss.system.server.Server] JBoss SHUTDOWN: Undeploying all packages
.........
2009-09-14 10:48:48,816 DEBUG [org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread] Notified to shutdown
.........
2009-09-14 10:48:48,817 DEBUG [org.jboss.deployment.MainDeployer] Undeploying file:/data1/jboss/server/default/deploy/XXXX.war
.........
2009-09-14 10:48:48,817 DEBUG [org.jboss.system.ServiceController] stopping service: jboss.web.deployment:war=XXXX.war,id=728999199
2009-09-14 10:48:48,817 DEBUG [org.jboss.system.ServiceController] stopping dependent services for: jboss.web.deployment:war=XXXX.war,id=728999199 dependent services are: []
2009-09-14 10:48:48,817 DEBUG [org.jboss.web.WebModule] Stopping jboss.web.deployment:war=XXXX.war,id=728999199
2009-09-14 10:48:48,817 INFO [org.jboss.web.tomcat.tc5.TomcatDeployer] undeploy, ctxPath=/XXXX, warUrl=file:/data1/jboss_diameter/server/default/tmp/deploy/tmp4620XXXX-exp.war/
..........
2009-09-14 10:48:49,846 INFO [org.apache.catalina.core.StandardWrapper] Waiting for 2 instance(s) to be deallocated
2009-09-14 10:48:50,201 DEBUG [org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread] Shutdown
2009-09-14 10:48:50,867 INFO [org.apache.catalina.core.StandardWrapper] Waiting for 2 instance(s) to be deallocated
2009-09-14 10:48:50,973 DEBUG [tomcat.localhost./XXXX.Context] Sending application stop events
2009-09-14 10:48:50,975 DEBUG [tomcat.localhost./XXXX.Context] resetContext
jboss.web:j2eeType=WebModule,name=//localhost/XXXX,J2EEApplication=none,J2EEServer=none org.jboss.mx.server.MBeanServerImpl@1db699b

Kindly help me in resolving this.
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
See http://www.jboss.org/community/wiki/MysteriousShutdowns
 
Vijeth Konanavar Bhadrappa
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Jaikiran Pai,

Thanks for the information. I spent hours to match the lines in the log file to the cases mentioned in that page. But not able to find. Mysterious thing this, after this line(related to Jboss)

2009-09-14 02:26:24,605 INFO [org.jboss.system.server.Server] JBoss (MX MicroKernel) [4.0.0 (build: CVSTag=JBoss_4_0_0 date=200409200418)] Started in 13s:225ms

The next Jboss related line is

2009-09-14 10:48:48,816 INFO [org.jboss.system.server.Server] JBoss SHUTDOWN: Undeploying all packages.

There is no other related line in the log file in between these two lines.

Getting more puzzled in this. Kindly help.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic