Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. 2017-01-02 14:45:14,936 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 8) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "system-ear.ear")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.undertow.deployment.default-server.default-host./myproject" => "org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./myproject: java.lang.RuntimeException: javax.ejb.EJBException: java.lang.NullPointerException
  2. Caused by: java.lang.RuntimeException: javax.ejb.EJBException: java.lang.NullPointerException
  3. Caused by: javax.ejb.EJBException: java.lang.NullPointerException
  4. Caused by: java.lang.NullPointerException"}}
  5. 2017-01-02 14:45:14,949 ERROR [org.jboss.as.server] (management-handler-thread - 8) WFLYSRV0021: Deploy of deployment "system-ear.ear" was rolled back with the following failure message:
  6. {"WFLYCTL0080: Failed services" => {"jboss.undertow.deployment.default-server.default-host./myproject" => "org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./myproject: java.lang.RuntimeException: javax.ejb.EJBException: java.lang.NullPointerException
  7. Caused by: java.lang.RuntimeException: javax.ejb.EJBException: java.lang.NullPointerException
  8. Caused by: javax.ejb.EJBException: java.lang.NullPointerException
  9. Caused by: java.lang.NullPointerException"}}
  10.  
  11. [...]/wildfly/bin/jboss-cli.sh -c --user=xxx --password=yyy --command="undeploy system-ear.ear"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement