Services shutdown and complain JBAS014775: New missing/unsatisfied dependencies some time after the server has been running in JBoss EAP 6
Issue
Services shutdown after up for many hours with JBAS014775 , I would have thought if we have a configuration problem, it would occur immediately, Below is the section of the log where the service failed with JBAS014775: New missing/unsatisfied dependencies:
21:10:47,811 INFO [org.jboss.web] (ServerService Thread Pool -- 54) JBAS018224: Unregister web context: /framework
21:10:47,847 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment null (runtime-name: stateless-ejb.jar) in 60ms
21:10:47,847 INFO [org.jboss.as.server.deployment] (MSC service thread 1-12) JBAS015877: Stopped deployment null (runtime-name: framework.war) in 60ms
21:10:47,848 INFO [org.jboss.as.server.deployment] (MSC service thread 1-14) JBAS015877: Stopped deployment framework.ear (runtime-name: framework.ear) in 62ms
21:10:47,894 INFO [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS018558: Undeployed "framework.ear" (runtime-name: "framework.ear")
21:10:47,894 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 1) JBAS014774: Service status report
JBAS014775: New missing/unsatisfied dependencies:
service jboss.deployment.unit."framework.ear".deploymentCompleteService (missing) dependents: [service jboss.deployment.subunit."app1.ear"."app1-ejb.jar".PARSE, service jboss.deployment.unit."app1.ear".PARSE]
The app1.ear/META-INF/jboss-all.xml is :
<jboss umlns="urn:jboss:1.0">
<jboss-deployment-dependencies xmlns="urn:jboss:deployment-dependencies:1.0">
<dependency name="framework.ear" ></dependency>
</jboss-deployment-dependencies>
</jboss>
Environment
Red Hat JBoss Enterprise Application Platform (EAP) 6.2 +
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
