EAP 7 logs error during start: WFLYCTL0180: Services with missing/unavailable dependencies ... undertow-deployment.UndertowDeploymentInfoService is missing ...
Issue
EAP is logging this error when starting and trying to deploy our application:
10:35:37,959 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 72) WFLYCLINF0002: Started http-remoting-connector cache from ejb container
10:35:38,095 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "test.war")]) - failure description: {
"WFLYCTL0412: Required services that are not installed:" => ["jboss.security.security-domain.MySecurityDomain"],
"WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.deployment.unit.\"test.war\".undertow-deployment.UndertowDeploymentInfoService is missing [jboss.security.security-domain.MySecurityDomain]"]
}
10:35:38,115 INFO [org.jboss.as.server] (ServerService Thread Pool -- 42) WFLYSRV0010: Deployed "test.war" (runtime-name : "test.war")
10:35:38,121 INFO [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183: Service status report
WFLYCTL0184: New missing/unsatisfied dependencies:
service jboss.security.security-domain.MySecurityDomain (missing) dependents: [service jboss.deployment.unit."test.war".undertow-deployment.UndertowDeploymentInfoService]
WFLYCTL0448: 3 additional services are down due to their dependencies being missing or failed
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 7
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.