[JBoss JIRA] Created: (JBAS-3585) Duplicate undeployment of unpacked nested modules on jboss shutdown
by Dimitris Andreadis (JIRA)
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
19 years, 11 months
[JBoss JIRA] Created: (JBAS-3471) Shutdown of 'jbossws14.sar#jbossws.beans' produces WARNing
by Dimitris Andreadis (JIRA)
Shutdown of 'jbossws14.sar#jbossws.beans' produces WARNing
----------------------------------------------------------
Key: JBAS-3471
URL: http://jira.jboss.com/jira/browse/JBAS-3471
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Web Services
Reporter: Dimitris Andreadis
Assigned To: Thomas Diesler
Fix For: JBossAS-4.0.5.CR1
The shutdown of the embedded jbossws.beans in jbossws14.sar produces this WARNing ('default' and 'all' configuration):
21:19:51,664 WARN [ServiceController] Ignoring request to stop nonexistent service: jboss.beans:name='jbossws14.sar#jbossws.beans',service=JBossBeanDeployment
21:19:51,664 WARN [ServiceController] Ignoring request to destroy nonexistent service: jboss.beans:name='jbossws14.sar#jbossws.beans',service=JBossBeanDeployment
21:19:51,794 INFO [Server] Shutdown complete
Shutdown complete
Halting VM
--
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
19 years, 11 months