Skip to content

Instantly share code, notes, and snippets.

@ALRubinger
Created August 13, 2010 17:30
Show Gist options
  • Save ALRubinger/523237 to your computer and use it in GitHub Desktop.
Save ALRubinger/523237 to your computer and use it in GitHub Desktop.
log4j:WARN No appenders could be found for logger (org.mobicents.servlet.sip.startup.SipStandardService).
log4j:WARN Please initialize the log4j system properly.
Aug 13, 2010 1:29:58 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-127.0.0.1-12345
Aug 13, 2010 1:29:58 PM org.apache.catalina.core.StandardService start
INFO: Starting service mobicents-sip-servlets
Aug 13, 2010 1:29:58 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.29
Aug 13, 2010 1:29:58 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-127.0.0.1-12345
Aug 13, 2010 1:29:58 PM org.jboss.shrinkwrap.mobicents.servlet.sip.test.MobicentsSipServletsDeploymentIntegrationUnitTestCase createServerAndDeployWebapp
INFO: ShrinkWrapMobicentsSipServletsTestApplication.war:
/WEB-INF/
/WEB-INF/web.xml
/WEB-INF/sip.xml
/WEB-INF/classes/
/WEB-INF/classes/org/
/WEB-INF/classes/org/jboss/
/WEB-INF/classes/org/jboss/shrinkwrap/
/WEB-INF/classes/org/jboss/shrinkwrap/mobicents/
/WEB-INF/classes/org/jboss/shrinkwrap/mobicents/servlet/
/WEB-INF/classes/org/jboss/shrinkwrap/mobicents/servlet/sip/
/WEB-INF/classes/org/jboss/shrinkwrap/mobicents/servlet/sip/servlet/
/WEB-INF/classes/org/jboss/shrinkwrap/mobicents/servlet/sip/servlet/ContextServlet.class
/WEB-INF/classes/org/jboss/shrinkwrap/mobicents/servlet/sip/servlet/RequestParamEchoServlet.class
/WEB-INF/classes/org/jboss/shrinkwrap/mobicents/servlet/sip/servlet/ForwardingServlet.class
Aug 13, 2010 1:29:58 PM org.jboss.shrinkwrap.mobicents.servlet.sip.api.ShrinkWrapSipStandardContext <init>
INFO: Converged Sip/Web app archive location: /tmp/export4137573560209244432ShrinkWrapMobicentsSipServletsTestApplication.war
Aug 13, 2010 1:29:59 PM org.apache.catalina.startup.ContextConfig defaultWebConfig
INFO: No default web.xml
Aug 13, 2010 1:29:59 PM org.apache.catalina.core.ApplicationContext log
INFO: Marking servlet Context as unavailable
Aug 13, 2010 1:29:59 PM org.apache.catalina.core.ApplicationContext log
SEVERE: Error loading WebappClassLoader
context: /ShrinkWrapMobicentsSipServletsTestApplication
delegate: false
repositories:
/WEB-INF/classes/
----------> Parent Classloader:
sun.misc.Launcher$AppClassLoader@7ea2dfe
org.jboss.shrinkwrap.mobicents.servlet.sip.ContextServlet
java.lang.ClassNotFoundException: org.jboss.shrinkwrap.mobicents.servlet.sip.ContextServlet
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1645)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1491)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1095)
at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:809)
at org.mobicents.servlet.sip.startup.SipStandardContext.notifySipContextListeners(SipStandardContext.java:1040)
at org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl.addSipApplication(SipApplicationDispatcherImpl.java:451)
at org.mobicents.servlet.sip.startup.SipStandardContext.start(SipStandardContext.java:367)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:546)
at org.jboss.shrinkwrap.mobicents.servlet.sip.util.SipEmbedded.deployContext(SipEmbedded.java:284)
at org.jboss.shrinkwrap.mobicents.servlet.sip.test.MobicentsSipServletsDeploymentIntegrationUnitTestCase.createServerAndDeployWebapp(MobicentsSipServletsDeploymentIntegrationUnitTestCase.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:49)
at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)
Aug 13, 2010 1:29:59 PM org.jboss.shrinkwrap.mobicents.servlet.sip.test.MobicentsSipServletsDeploymentIntegrationUnitTestCase requestWebapp
INFO: Executing request to: http://127.0.0.1:12345/ShrinkWrapMobicentsSipServletsTestApplication/ForwardingServlet?to=RequestParamEchoServlet&echo=ShrinkWrap%3ETomcat+Integration
Aug 13, 2010 1:29:59 PM org.jboss.shrinkwrap.mobicents.servlet.sip.servlet.ForwardingServlet doGet
INFO: Request: org.apache.catalina.connector.RequestFacade@9818f80
Aug 13, 2010 1:29:59 PM org.jboss.shrinkwrap.mobicents.servlet.sip.servlet.ForwardingServlet doGet
INFO: Forwarding to: /RequestParamEchoServlet
Aug 13, 2010 1:29:59 PM org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-127.0.0.1-12345
HTTP/1.1 200 OK
Aug 13, 2010 1:30:00 PM org.apache.catalina.core.StandardService stop
INFO: Stopping service mobicents-sip-servlets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment