[jboss-jira] [JBoss JIRA] Resolved: (JBASM-20) shutdown logic needs fixing
Aleksandar Kostadinov (JIRA)
jira-events at lists.jboss.org
Sun Nov 2 07:26:21 EST 2008
[ https://jira.jboss.org/jira/browse/JBASM-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Aleksandar Kostadinov resolved JBASM-20.
----------------------------------------
Resolution: Done
Actually ServerController is already cleaning up the references upon server start-up. So this duplication of efforts in Server was useless. Now only ServerController cleans up the references.
> shutdown logic needs fixing
> ---------------------------
>
> Key: JBASM-20
> URL: https://jira.jboss.org/jira/browse/JBASM-20
> Project: JBoss AS Server Manager
> Issue Type: Bug
> Affects Versions: 0.1.2.GA
> Reporter: Aleksandar Kostadinov
> Assignee: Aleksandar Kostadinov
> Fix For: 0.1.3.GA
>
>
> Currently we try to get a server thread dump if server shutdown fails. To increase the chance of getting one though we agreed to send a shutdown command through a server connection and if that doesn't shutdown the server in time - use the same connection to get a dump.
> The Server.doShutdown() method though removes the references to the server connection and the naming context. This needs to be moved out to ServerController so it is responsible for cleaning up server resources after a shutdown.
--
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