Skip to content

Instantly share code, notes, and snippets.

/gist:80a381416da68d240f1f Secret
Created Dec 8, 2014

Embed
What would you like to do?
19:55:32,252 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC000001: Failed to start service jboss.deployment.unit."logs.war".INSTALL: org.jboss.msc.service.StartException in service jboss.deployment.unit."logs.war".INSTALL: JBAS018733: Failed to process phase INSTALL of deployment "logs.war"
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:166) [wildfly-server-8.2.0.Final.jar:8.2.0.Final]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948) [jboss-msc-1.2.2.Final.jar:1.2.2.Final]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881) [jboss-msc-1.2.2.Final.jar:1.2.2.Final]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_65]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_65]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_65]
Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: JBAS011047: Component class com.acme.dao.GenericEntityDao for component GlobalMessageDao has errors:
JBAS011440: Can't find a persistence unit named persistenceUnit in deployment "logs.war"
at org.jboss.as.ee.component.deployers.ModuleJndiBindingProcessor$1.handle(ModuleJndiBindingProcessor.java:159)
at org.jboss.as.ee.component.ClassDescriptionTraversal.run(ClassDescriptionTraversal.java:54)
at org.jboss.as.ee.component.deployers.ModuleJndiBindingProcessor.processClassConfigurations(ModuleJndiBindingProcessor.java:152)
at org.jboss.as.ee.component.deployers.ModuleJndiBindingProcessor.deploy(ModuleJndiBindingProcessor.java:145)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:159) [wildfly-server-8.2.0.Final.jar:8.2.0.Final]
... 5 more
19:55:32,313 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014613: Operation ("deploy") failed - address: ([("deployment" => "logs.war")]) - failure description: {
"JBAS014671: Failed services" => {"jboss.deployment.unit.\"logs.war\".INSTALL" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"logs.war\".INSTALL: JBAS018733: Failed to process phase INSTALL of deployment \"logs.war\"
Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: JBAS011047: Component class com.acme.dao.GenericEntityDao for component GlobalMessageDao has errors:
JBAS011440: Can't find a persistence unit named persistenceUnit in deployment \"logs.war\""},
"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.deployment.unit.\"logs.war\".weld.weldClassIntrospector is missing [jboss.deployment.unit.\"logs.war\".beanmanager]"]
}
19:55:32,496 INFO [org.jboss.as.server] (ServerService Thread Pool -- 28) JBAS018559: Deployed "logs.war" (runtime-name : "logs.war")
19:55:32,499 INFO [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
JBAS014775: New missing/unsatisfied dependencies:
service jboss.deployment.unit."logs.war".beanmanager (missing) dependents: [service jboss.deployment.unit."logs.war".weld.weldClassIntrospector]
JBAS014777: Services which failed to start: service jboss.deployment.unit."logs.war".INSTALL: org.jboss.msc.service.StartException in service jboss.deployment.unit."logs.war".INSTALL: JBAS018733: Failed to process phase INSTALL of deployment "logs.war"
19:55:33,018 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment logs.war (runtime-name: logs.war) in 276ms
19:55:33,020 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
19:55:33,020 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
19:55:33,021 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.2.0.Final "Tweek" started in 14906ms - Started 184 of 234 services (82 services are lazy, passive or on-demand)
19:55:33,535 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018558: Undeployed "logs.war" (runtime-name: "logs.war")
19:55:33,536 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 2) JBAS014774: Service status report
JBAS014777: Services which failed to start: service jboss.deployment.unit."logs.war".INSTALL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.