Skip to content

Instantly share code, notes, and snippets.

@deruelle
Created July 28, 2016 16:58
Show Gist options
  • Save deruelle/5d54bd5dfd4b49ccff58c8ed9f149b9a to your computer and use it in GitHub Desktop.
Save deruelle/5d54bd5dfd4b49ccff58c8ed9f149b9a to your computer and use it in GitHub Desktop.
18:56:18,638 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 56) MSC000001: Failed to start service jboss.web.deployment.default-host./click2call: org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./click2call: org.jboss.msc.service.StartException in anonymous service: JBAS018040: Failed to start context
at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:99)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [rt.jar:1.8.0_91]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [rt.jar:1.8.0_91]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_91]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_91]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_91]
at org.jboss.threads.JBossThread.run(JBossThread.java:122)
Caused by: org.jboss.msc.service.StartException in anonymous service: JBAS018040: Failed to start context
at org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:165)
at org.jboss.as.web.deployment.WebDeploymentService.access$000(WebDeploymentService.java:61)
at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:96)
... 6 more
Caused by: LifecycleException: cannot find any application dispatcher for this context /click2call
at org.mobicents.servlet.sip.startup.SipStandardContext.setApplicationDispatcher(SipStandardContext.java:367) [sip-servlets-as7-7.1.0.11.jar:7.1.0.11]
at org.mobicents.servlet.sip.startup.SipStandardContext.prepareServletContext(SipStandardContext.java:252) [sip-servlets-as7-7.1.0.11.jar:7.1.0.11]
at org.mobicents.servlet.sip.startup.SipStandardContext.start(SipStandardContext.java:377) [sip-servlets-as7-7.1.0.11.jar:7.1.0.11]
at org.mobicents.as7.deployment.SIPWebContext.start(SIPWebContext.java:167)
at org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:163)
... 8 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment