]
Thomas Diesler resolved WFLY-893.
---------------------------------
Resolution: Out of Date
Out of Date
Undeploy failure after deployment failure for ARQ tests
-------------------------------------------------------
Key: WFLY-893
URL:
https://issues.jboss.org/browse/WFLY-893
Project: WildFly
Issue Type: Bug
Components: Test Suite
Reporter: Thomas Diesler
Assignee: Andrew Rubinger
{code}
04:22:14,469 INFO [org.jboss.as.server.deployment] (pool-2-thread-1) Content added at
location
/home/ondra/work/AS-7/ozizka-as7/testsuite/integration/target/jbossas/standalone/data/content/bf/815f1962565545e298089d58c3988d770833cb/content
04:22:14,470 INFO [org.jboss.as.server.deployment] (MSC service thread 1-10) Starting
deployment of "resteasy-osgi-client.war"
04:22:14,677 INFO [org.jboss.as.server.controller] (pool-2-thread-1) Deployment of
"resteasy-osgi-client.war" was rolled back with failure message {"Services
with missing/unavailable dependencies" =>
["jboss.deployment.unit.\"resteasy-osgi-client.war\".CONFIGURE_MODULE
missing [
jboss.module.information.service.\"deployment.osgi.cmpn\".\"4.2.0.200908310645\"
]"]}
04:22:14,678 INFO [org.jboss.as.server.deployment] (MSC service thread 1-10) Stopped
deployment resteasy-osgi-client.war in 1ms
04:22:14,685 ERROR [org.jboss.as.controller] (pool-2-thread-1) Operation
("undeploy") failed - address: ([("deployment" =>
"resteasy-osgi-client.war")]): java.util.NoSuchElementException: No child
'runtime-name' exists
at org.jboss.dmr.ModelValue.requireChild(ModelValue.java:362)
[jboss-dmr-1.0.0.Final.jar:1.0.0.Final]
at org.jboss.dmr.ModelNode.require(ModelNode.java:703)
[jboss-dmr-1.0.0.Final.jar:1.0.0.Final]
at
org.jboss.as.server.deployment.DeploymentUndeployHandler.execute(DeploymentUndeployHandler.java:58)
{code}
The test correctly fails with a deploy error including the cause
{code}
-------------------------------------------------------------------------------
Test set: org.jboss.as.test.integration.osgi.jaxrs.RestEasyIntegrationTestCase
-------------------------------------------------------------------------------
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 8.036 sec <<<
FAILURE!
org.jboss.as.test.integration.osgi.jaxrs.RestEasyIntegrationTestCase Time elapsed: 0 sec
<<< ERROR!
org.jboss.arquillian.container.spi.client.container.DeploymentException: Could not deploy
to container
at org.jboss.as.arquillian.container.ArchiveDeployer.deploy(ArchiveDeployer.java:58)
at
org.jboss.as.arquillian.container.CommonDeployableContainer.deploy(CommonDeployableContainer.java:111)
...
Caused by: java.lang.Exception: {"Services with missing/unavailable
dependencies" =>
["jboss.deployment.unit.\"resteasy-osgi-client.war\".CONFIGURE_MODULE
missing [
jboss.module.information.service.\"deployment.osgi.cmpn\".\"4.2.0.200908310645\"
]"]}
at
org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getActionResult(ServerDeploymentPlanResultFuture.java:99)
at
org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getResultFromNode(ServerDeploymentPlanResultFuture.java:88)
{code}