Skip to content

Instantly share code, notes, and snippets.

@zregvart
Created May 29, 2017 09:22
Show Gist options
  • Save zregvart/66e2f33445fba355764a294728ebbcd9 to your computer and use it in GitHub Desktop.
Save zregvart/66e2f33445fba355764a294728ebbcd9 to your computer and use it in GitHub Desktop.
$ git status
On branch camel-2.20.x
Your branch is up-to-date with 'origin/camel-2.20.x'.
nothing to commit, working tree clean
$ mvn clean install -pl itests/standalone/smoke -am -Dtest=SpringBeanTransformTest
2017-05-29 11:17:54 ERROR [org.jboss.as.arquillian.protocol.jmx.ArquillianServiceDeployer] (main) - Cannot deploy arquillian service
org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy: arquillian-service
at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:83)
at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:64)
at org.jboss.as.arquillian.container.ArchiveDeployer.deploy(ArchiveDeployer.java:46)
at org.jboss.as.arquillian.container.CommonDeployableContainer.deploy(CommonDeployableContainer.java:144)
at org.jboss.as.arquillian.protocol.jmx.ArquillianServiceDeployer.doServiceDeploy(ArquillianServiceDeployer.java:75)
...
Caused by: java.lang.Exception: {"WFLYCTL0080: Failed services" => {"jboss.module.service.\"deployment.arquillian-service\".main" => "org.jboss.msc.service.StartException in service jboss.module.service.\"deployment.arquillian-service\".main: WFLYSRV0179: Failed to load module: deployment.arquillian-service:main
Caused by: org.jboss.modules.ModuleNotFoundException: org.jboss.gravia:main"}}
at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getActionResult(ServerDeploymentPlanResultFuture.java:134)
at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getResultFromNode(ServerDeploymentPlanResultFuture.java:123)
at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:85)
at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:42)
at org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper.deploy(ServerDeploymentHelper.java:55)
at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:77)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment