[jboss-user] [Beginners Corner] - Unexpected shutdown
simonjpalmer
do-not-reply at jboss.com
Fri Aug 17 23:47:22 EDT 2007
I have a situation where I am running JBoss on Windows (XP or Server 2003) from a command window. After about 48 hours, and for no apparent reason, JBoss terminates itself with a clean and orderly shutdown.
Nothing else of consequence is running on the machine at the time, it is dedicated to my app. No handled or unhandled exceptions occur, it seems to receive a shutdown message from out of nowhere and terminates cleanly.
You'll notice in the log that the last message was a write a few minutes before, which was successful. Next thing that happens is the debug message saying that it has been notified to shutdown. By what?
Here is a snippet from my log:
| 2007-08-17 12:12:20,283 DEBUG
| [pmco.security.FileUserPortfolioAccessControlCache]
| WriteObjectPlanPoint : attemption to write planpoint file :
| c:/pmco-data/xml/0B95EF6E-D9C4-C2B2-797A-4020FFAD6B3B.planpoint
| 2007-08-17 16:46:12,876 DEBUG
| [org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread]
| Notified to shutdown
| 2007-08-17 16:46:12,876 INFO [org.jboss.system.server.Server] Runtime
| shutdown hook called, forceHalt: true
| 2007-08-17 16:46:12,876 INFO [org.jboss.system.server.Server] JBoss
| SHUTDOWN: Undeploying all packages
| 2007-08-17 16:46:12,876 DEBUG [org.jboss.deployment.MainDeployer]
| Undeploying file:/C:/pmco-server/jboss-4.0.5.GA/server/default/deploy/pmco-spring-server.war,
| isShutdown=true
| 2007-08-17 16:46:12,892 DEBUG
| [org.jboss.ws.integration.jboss.DeployerInterceptorJSE] stop:
| file:/C:/pmco-server/jboss-4.0.5.GA/server/default/deploy/pmco-spring-server.war
| 2007-08-17 16:46:12,892 DEBUG [org.jboss.system.ServiceController]
| stopping service:
| jboss.web.deployment:war=pmco-spring-server.war,id=754557023
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075419#4075419
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075419
More information about the jboss-user
mailing list