[JBoss JIRA] Created: (JBAS-3398) Non exploded sar containing war cannot undeploy the war file properly
by Julien Viet (JIRA)
Non exploded sar containing war cannot undeploy the war file properly
---------------------------------------------------------------------
Key: JBAS-3398
URL: http://jira.jboss.com/jira/browse/JBAS-3398
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Deployment services
Affects Versions: JBossAS-4.0.4.GA, JBossAS-4.0.3 SP1, JBossAS-4.0.3 Final
Environment: JBoss-4.0.4.GA
MacOSX Tiger
Java 1.4.2
Reporter: Julien Viet
Assigned To: Dimitris Andreadis
Fix For: JBossAS-4.0.5.CR1, JBossAS-5.0.0.GA
A sar file containing a war file non exploded is dropped in AS before startup.
Start JBoss
Shutdown JBoss
The MainDeployer wants to stop() / destroy() the war file.
The Web deployer is already gone and it produces an javax.management.InstanceNotFoundException when it tries to stop() / destroy() the war deployer
Because the war is nested in a sar file, the web deployer is undeployed before the sar containing the war is undeployed.
Note : this does not happen with exploded sar (like http invoker sar that contains the invoker.war) because the war is added to the MainDeployer.deploymentList list. This does not
happen with non exploded because the war file is not in the local directory but rather in tmp and thus does not get added to the deployment list. Here are some field values :
the string used to discriminate wether it's in local or tmp
- file:/Users/julien/java/jboss-4.0.4.GA/server/default/tmp/deploy/
a war in non exploded sar
- file:/Users/julien/java/jboss-4.0.4.GA/server/default/tmp/deploy/tmp51485jboss-portal.sar-contents/portal-core.war
invoker.war in exploded sar
- file:/Users/julien/java/jboss-4.0.4.GA/server/default/deploy/http-invoker.sar/invoker.war/
--
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, 4 months
[JBoss JIRA] Created: (JBAS-3615) failing test in org.jboss.test.jbossmx.compliance.objectname.MalformedTestCase
by Dimitris Andreadis (JIRA)
failing test in org.jboss.test.jbossmx.compliance.objectname.MalformedTestCase
------------------------------------------------------------------------------
Key: JBAS-3615
URL: http://jira.jboss.com/jira/browse/JBAS-3615
Project: JBoss Application Server
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: JMX, Test Suite
Environment: Java Version 1.5.0_05
Java Vendor Sun Microsystems Inc.
Java VM Name Java HotSpot(TM) Server VM
Java VM Version 1.5.0_05-b05
Java VM Info mixed mode
OS Name Linux
OS Version 2.6.9-34.0.2.ELsmp
OS Arch i386
Reporter: Dimitris Andreadis
Assigned To: Dimitris Andreadis
Fix For: JBossAS-4.0.5.GA
testMalformed Failure
invalid object name: domain:=,foo=bar
junit.framework.AssertionFailedError: invalid object name: domain:=,foo=bar
at org.jboss.test.jbossmx.compliance.objectname.MalformedTestCase$FullNameTEST.testMalformed(MalformedTestCase.java:152)
--
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, 4 months