[jboss-jira] [JBoss JIRA] Commented: (JBAS-3584) WARNing logged when deploy-hasingleton is undeployed twice
Dimitris Andreadis (JIRA)
jira-events at jboss.com
Tue Aug 29 14:17:27 EDT 2006
[ http://jira.jboss.com/jira/browse/JBAS-3584?page=comments#action_12342239 ]
Dimitris Andreadis commented on JBAS-3584:
------------------------------------------
That log message was originally at a lower level, so I'm going to change it to DEBUG.
Other solutions would be to put the MainDeployer in a shutdown mode and avoid logging warnings, or make the HASingletonController instead aware of this shutdown state, but they don't worth the effort, I think.
> WARNing logged when deploy-hasingleton is undeployed twice
> ----------------------------------------------------------
>
> Key: JBAS-3584
> URL: http://jira.jboss.com/jira/browse/JBAS-3584
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Clustering
> Affects Versions: JBossAS-4.0.4.GA
> Reporter: Dimitris Andreadis
> Assigned To: Dimitris Andreadis
> Priority: Minor
> Fix For: JBossAS-4.0.5.CR1
>
>
> When jboss is shutdown MainDeployer.shutdown() iterates over the list of deployments in reverse order and undeploys them.
> deploy-hasingleton gets undeployed first, but then while deploy-hasingleton-service.xml gets undeployed it triggers a second undeploy of deploy-hasingleton which logs a WARNing:
> 20:50:28,325 WARN [MainDeployer] undeploy 'file:/X:/jboss/jboss-4.0.4.GA/server/all//deploy-hasingleton' : package not deployed
--
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