0 Replies Latest reply on Feb 28, 2016 1:37 PM by lucasrabelo

    WildFly 9 Getting a WFLYTL0013: operation ("deploy") failed

    lucasrabelo

      Hello,

       

      I'm getting this error and I have no idea how to fix it

       

      13:18:19,145 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC000001: Failed to start service jboss.deployment.unit."themis.war".INSTALL: org.jboss.msc.service.StartException in service jboss.deployment.unit."themis.war".INSTALL: WFLYSRV0153: Failed to process phase INSTALL of deployment "themis.war"

        at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:163)

        at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948)

        at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881)

        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

        at java.lang.Thread.run(Thread.java:745)

      Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYEE0041: Component class nextsolucoes.themis.beans.UsuarioFacade for component UsuarioFacade has errors:

      WFLYJPA0033: Can't find a persistence unit named themis in deployment "themis.war"

        at org.jboss.as.ee.component.deployers.ModuleJndiBindingProcessor$1.handle(ModuleJndiBindingProcessor.java:158)

        at org.jboss.as.ee.component.ClassDescriptionTraversal.run(ClassDescriptionTraversal.java:54)

        at org.jboss.as.ee.component.deployers.ModuleJndiBindingProcessor.processClassConfigurations(ModuleJndiBindingProcessor.java:151)

        at org.jboss.as.ee.component.deployers.ModuleJndiBindingProcessor.deploy(ModuleJndiBindingProcessor.java:144)

        at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:156)

        ... 5 more

       

       

      13:18:19,155 ERROR [org.jboss.as.controller.management-operation] (DeploymentScanner-threads - 1) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "themis.war")]) - failure description: {

          "WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"themis.war\".INSTALL" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"themis.war\".INSTALL: WFLYSRV0153: Failed to process phase INSTALL of deployment \"themis.war\"

          Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYEE0041: Component class nextsolucoes.themis.beans.UsuarioFacade for component UsuarioFacade has errors:

      WFLYJPA0033: Can't find a persistence unit named themis in deployment \"themis.war\""},

          "WFLYCTL0180: Services with missing/unavailable dependencies" => [

              "jboss.deployment.unit.\"themis.war\".batch.environment is missing [jboss.deployment.unit.\"themis.war\".beanmanager]",

              "jboss.deployment.unit.\"themis.war\".weld.weldClassIntrospector is missing [jboss.deployment.unit.\"themis.war\".beanmanager]"

          ]

      }

      13:18:19,231 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) WFLYSRV0010: Deployed "themis.war" (runtime-name : "themis.war")

      13:18:19,232 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 1) WFLYCTL0183: Service status report

      WFLYCTL0185:    Newly corrected services:

            service jboss.deployment.unit."themis.war".batch.job-xml (new available)

      WFLYCTL0186:   Services which failed to start:      service jboss.deployment.unit."themis.war".INSTALL: org.jboss.msc.service.StartException in service jboss.deployment.unit."themis.war".INSTALL: WFLYSRV0153: Failed to process phase INSTALL of deployment "themis.war"