1 Reply Latest reply on Oct 24, 2012 1:40 PM by wdfink

    Error listenerStart

    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 we include the Spring ContextLoaderListener in web.xml.

      Can someone please help me to analyze the issue.

       

      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 [/cargoreswar] 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./cargoreswar: org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./cargoreswar: 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 "cargoreswar.war" was rolled back with failure message {"JBAS014671: Failed services" => {"jboss.web.deployment.default-host./cargoreswar" => "org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./cargoreswar: JBAS018040: Failed to start context"},"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.deployment.unit.\"cargoreswar.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.cargoreswar.war:main" from Service Module Loader
      13:16:54,250 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015877: Stopped deployment cargoreswar.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./cargoreswar" => "org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./cargoreswar: JBAS018040: Failed to start context"},"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.deployment.unit.\"cargoreswar.war\".jboss.security.jacc Missing[JBAS014861: <one or more transitive dependencies>]"]}}}

        • 1. Re: Error listenerStart
          wdfink

          Mmmh, might depend on Spring initialisation, maybe more logging help also you should check warnings.

           

          As you use EAP6 you should open a support case for this.