[jboss-jira] [JBoss JIRA] Created: (JBAS-6974) Ensure the Shutdown Hook fully shuts down the Server
Andrew Lee Rubinger (JIRA)
jira-events at lists.jboss.org
Mon May 25 22:23:56 EDT 2009
Ensure the Shutdown Hook fully shuts down the Server
----------------------------------------------------
Key: JBAS-6974
URL: https://jira.jboss.org/jira/browse/JBAS-6974
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Andrew Lee Rubinger
Assignee: Andrew Lee Rubinger
Fix For: JBossAS-5.1.1.GA
Shutdown Hook is not calling full shutdown before the process exits.
For starters, there's this:
if (currentState.equals(LifecycleState.STARTED) || currentState.equals(LifecycleState.STARTING))
Find other possible problems and ensure the lifecycle goes through full shutdown before the VM can terminate.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list