• 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

jboss-5.0.1.GA shutting down automatically by itself

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

jboss-5.0.1.GA and tomcat 5 both are running on my linux machine. Tomcat is running on 8080 port and jboss on 8081. i Have deployed my war on both the servers. After 2 or 3 hrs of time my jboss server is shutting down automatically by itself. Is it because both server are running on same machine? Please give some solution.

The logs last generated is:
-----------------------------------Log------------------------------------------------------------------------------------------
2010-09-21 10:08:58,428 INFO [org.jboss.bootstrap.microcontainer.ServerImpl] (JBoss Shutdown Hook) Runtime shutdown hook called, forceHalt: true
2010-09-21 10:08:58,429 DEBUG [org.jboss.web.tomcat.service.deployers.TomcatService] (JBoss Shutdown Hook) Saw org.jboss.system.server.stopped notification, stopping connectors
2010-09-21 10:08:58,437 INFO [org.apache.coyote.http11.Http11Protocol] (JBoss Shutdown Hook) Pausing Coyote HTTP/1.1 on http-0.0.0.0-8081
2010-09-21 10:08:58,450 INFO [org.apache.coyote.http11.Http11Protocol] (JBoss Shutdown Hook) Stopping Coyote HTTP/1.1 on http-0.0.0.0-8081
2010-09-21 10:08:58,511 INFO [org.apache.coyote.ajp.AjpProtocol] (JBoss Shutdown Hook) Pausing Coyote AJP/1.3 on ajp-0.0.0.0-8010
2010-09-21 10:08:58,513 INFO [org.apache.coyote.ajp.AjpProtocol] (JBoss Shutdown Hook) Stopping Coyote AJP/1.3 on ajp-0.0.0.0-8010
---------------------------------------------------------------------------------------------------------------------------------

Thanks
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
See if this forum post, and the ones in links to, help: http://community.jboss.org/message/202331?tstart=0
 
reply
    Bookmark Topic Watch Topic
  • New Topic