You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by madhavb <bh...@gmail.com> on 2012/09/17 15:08:03 UTC

exist crashes in Jetty under ServiceMix.

Hello all!

My WAR file (which eXist-DB both 1.4.3 stable version as well as tech
preview version) is getting deployed and show as active but when tried to
access the URL it is crashing with the following exception. Did anybody face
the similar issue? 


I simply copied the war file as per
http://servicemix.apache.org/kernel/how-to-transform-your-smk-kernel-into-a-web-application-server-.html.
Let me know if I am doing something wrong. 

Thanks in Advance,
Madhav

Following is the exception:


HTTP ERROR 500 

Problem accessing /exist/. Reason: 

    Server Error 
Caused by: 

java.lang.NullPointerException 
        at
org.exist.http.urlrewrite.XQueryURLRewrite.configure(XQueryURLRewrite.java:604) 
        at
org.exist.http.urlrewrite.XQueryURLRewrite.doFilter(XQueryURLRewrite.java:176) 
        at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323) 
        at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:476) 
        at
org.ops4j.pax.web.service.jetty.internal.HttpServiceServletHandler.doHandle(HttpServiceServletHandler.java:70) 
        at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119) 
        at
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:480) 
        at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:225) 
        at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:937) 
        at
org.ops4j.pax.web.service.jetty.internal.HttpServiceContext.doHandle(HttpServiceContext.java:116) 
        at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:406) 
        at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:183) 
        at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:871) 
        at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117) 
        at
org.ops4j.pax.web.service.jetty.internal.JettyServerHandlerCollection.handle(JettyServerHandlerCollection.java:72) 
        at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:110) 
        at org.eclipse.jetty.server.Server.handle(Server.java:346) 
        at
org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:589) 
        at
org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1048) 
        at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:601) 
        at
org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:214) 
        at
org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:411) 
        at
org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:535) 
        at
org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40) 
        at
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:529) 
        at java.lang.Thread.run(Thread.java:662) 
Powered by Jetty://










--
View this message in context: http://servicemix.396122.n5.nabble.com/exist-crashes-in-Jetty-under-ServiceMix-tp5714467.html
Sent from the ServiceMix - Dev mailing list archive at Nabble.com.