Advertisement
Guest User

Untitled

a guest
May 29th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. $ git status
  2. On branch camel-2.20.x
  3. Your branch is up-to-date with 'origin/camel-2.20.x'.
  4. nothing to commit, working tree clean
  5.  
  6. $ mvn clean install -pl itests/standalone/smoke -am -Dtest=SpringBeanTransformTest
  7. 2017-05-29 11:17:54 ERROR [org.jboss.as.arquillian.protocol.jmx.ArquillianServiceDeployer] (main) - Cannot deploy arquillian service
  8. org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy: arquillian-service
  9. at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:83)
  10. at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:64)
  11. at org.jboss.as.arquillian.container.ArchiveDeployer.deploy(ArchiveDeployer.java:46)
  12. at org.jboss.as.arquillian.container.CommonDeployableContainer.deploy(CommonDeployableContainer.java:144)
  13. at org.jboss.as.arquillian.protocol.jmx.ArquillianServiceDeployer.doServiceDeploy(ArquillianServiceDeployer.java:75)
  14. ...
  15. 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
  16. Caused by: org.jboss.modules.ModuleNotFoundException: org.jboss.gravia:main"}}
  17. at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getActionResult(ServerDeploymentPlanResultFuture.java:134)
  18. at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getResultFromNode(ServerDeploymentPlanResultFuture.java:123)
  19. at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:85)
  20. at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:42)
  21. at org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper.deploy(ServerDeploymentHelper.java:55)
  22. at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:77)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement