Deployment failure scenario
---------------------------
Key: AS7-2706
URL:
https://issues.jboss.org/browse/AS7-2706
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Affects Versions: 7.1.0.Alpha1
Reporter: Jesper Pedersen
Assignee: Brian Stansberry
Given two deployments
* successful.rar
* failure.ear (with dependency on successful.rar through jboss-deployment-structure.xml)
the following scenario fails.
Step 1:
* cp successful.rar .../deployments
* touch .../deployments/successful.rar.dodeploy
Deploys correctly (.deployed)
Step 2:
* cp failure.ear .../deployments
* touch .../deployments/failure.ear.dodeploy
Fails => .failed
Step 3:
* Ctrl+C
Step 4:
* standalone.sh
leading to that the successful.rar deployment is deployed and started correctly, then
failure.ear starts which fails (like step 2), but now however you will see
12:10:58,988 INFO [org.jboss.as.server.controller] (DeploymentScanner-threads - 2)
Deployment of "successful.rar" was rolled back with no failure message
and during Ctrl+C for shutdown log messages for successful.rar are logged under
12:17:39,985 INFO [org.jboss.as.controller] JBAS014774: Service status report
JBAS014776: Newly corrected services:
The successful.rar will end up with a successful.rar.failed
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira