2 Replies Latest reply on Oct 25, 2012 3:59 AM by dgokula

    Services with missing/unavailable dependencies

    dgokula

      Hi,

       

      The below exception is thrown while trying to deploy the web application in EAP6.0. Not sure about the root cause of it.

      This exception is thrown only when I include the spring ContextLoaderListener in web.xml.

       

      13:16:49,250 ERROR [org.apache.catalina.core.StandardContext] (MSC service thread 1-7) Error listenerStart
      13:16:49,250 ERROR [org.apache.catalina.core.StandardContext] (MSC service thread 1-7) Context [/XXXwar] startup failed due to previous errors
      13:16:49,343 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC000001: Failed to start service jboss.web.deployment.default-host./XXXwar: org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./XXXwar: JBAS018040: Failed to start context
      at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:95)
      at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA-redhat-1.jar:1.0.2.GA-redhat-1]
      at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA-redhat-1.jar:1.0.2.GA-redhat-1]
      at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0_25]
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_25]
      at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_25]

      13:16:49,562 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015870: Deploy of deployment "XXXwar.war" was rolled back with failure message {"JBAS014671: Failed services" => {"jboss.web.deployment.default-host./XXXwar" => "org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./XXXwar: JBAS018040: Failed to start context"},"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.deployment.unit.\"XXXwar.war\".jboss.security.jacc Missing[JBAS014861: <one or more transitive dependencies>]"]}
      13:16:49,562 INFO  [org.jboss.as.osgi] (MSC service thread 1-1) JBAS011908: Unregister module: Module "deployment.XXX.war:main" from Service Module Loader
      13:16:54,250 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015877: Stopped deployment XXXwar.war in 4700ms
      13:16:54,265 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014671: Failed services" => {"jboss.web.deployment.default-host./XXXwar" => "org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./XXXwar: JBAS018040: Failed to start context"},"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.deployment.unit.\"XXXwar.war\".jboss.security.jacc Missing[JBAS014861: <one or more transitive dependencies>]"]}}}

       

       

      Please help me to analyze the issue.