[jboss-jira] [JBoss JIRA] Commented: (JBAS-3585) Duplicate undeployment of unpacked nested modules on jboss shutdown
Dimitris Andreadis (JIRA)
jira-events at jboss.com
Tue Aug 29 19:17:44 EDT 2006
[ http://jira.jboss.com/jira/browse/JBAS-3585?page=comments#action_12342282 ]
Dimitris Andreadis commented on JBAS-3585:
------------------------------------------
A simple solution is during the shutdown iteration to check before attempting an undeployment to see if the module is still in the deployed modules list.
> Duplicate undeployment of unpacked nested modules on jboss shutdown
> -------------------------------------------------------------------
>
> Key: JBAS-3585
> URL: http://jira.jboss.com/jira/browse/JBAS-3585
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: System service
> Affects Versions: JBossAS-4.0.4.GA
> Reporter: Dimitris Andreadis
> Assigned To: Dimitris Andreadis
> Fix For: JBossAS-4.0.5.CR1
>
>
> When jboss shutdowns the MainDeployer goes through the list of deployment in reverse order and undeploys them. The problem is that unpacked nested deployments, e.g.:
> ./deploy/jbossws14.sar/jbossws.beans
> are undeployed as part of the undeployment of the enclosing unit (i.e. jbossws14.sar).
> After that an attempt is made to be undeployed again and spurious warnings maybe produced, like in JBAS-3471.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list