JBoss Community

Error listenerStart

created by Gokul D in JBoss AS 7 Development - View the full discussion

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>]"]}}}

Reply to this message by going to Community

Start a new discussion in JBoss AS 7 Development at Community