You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by "Arun Jain (AJ)" <ja...@gmail.com> on 2006/01/16 20:26:11 UTC

Slide 2.1 Init Errors on WebSphere 5.x

Hello all,

I was able to deploy and start the slide war on WebSphere 5.x. But I get
exception, when I try to access slide through http://localhost:9081/slide

I saw such exceptions in the archived messages but none had a fix.

The exception is :

[1/15/06 20:24:38:786 EST]  592a644 WebGroup      E SRVE0026E: [Servlet
Error]-[webdav]: javax.servlet.ServletException:
java.lang.NullPointerException
 at org.apache.slide.webdav.WebdavServlet.init(WebdavServlet.java:277)
 at javax.servlet.GenericServlet.init(GenericServlet.java:258)
 at org.apache.slide.webdav.WebdavServlet.init(WebdavServlet.java:195)
 at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doInit(
StrictServletInstance.java:82)
 at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._init(
StrictLifecycleServlet.java:147)
 at com.ibm.ws.webcontainer.servlet.PreInitializedServletState.init(
StrictLifecycleServlet.java:270)
 at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.init(
StrictLifecycleServlet.java:113)
 at com.ibm.ws.webcontainer.servlet.ServletInstance.init(
ServletInstance.java:189)
 at javax.servlet.GenericServlet.init(GenericServlet.java:258)
 at com.ibm.ws.webcontainer.webapp.WebAppServletManager.addServlet(
WebAppServletManager.java:870)
 at com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadServlet(
WebAppServletManager.java:224)
 at com.ibm.ws.webcontainer.webapp.WebAppServletManager.getServletReference(
WebAppServletManager.java:455)
 at com.ibm.ws.webcontainer.webapp.WebApp.getServletReference(WebApp.java
:646)
 at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcherInfo.calculateInfo
(WebAppRequestDispatcherInfo.java:187)
 at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcherInfo.<init>(
WebAppRequestDispatcherInfo.java:68)
 at com.ibm.ws.webcontainer.webapp.WebApp.getRequestDispatcher(WebApp.java
:1444)
 at com.ibm.ws.webcontainer.webapp.WebApp.getRequestDispatcher(WebApp.java
:1416)
 at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(
WebAppInvoker.java:210)
 at
com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(
CachedInvocation.java:71)
 at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(
ServletRequestProcessor.java:182)
 at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(
OSEListener.java:334)
 at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(
HttpConnection.java:56)
 at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java
:615)
 at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:439)
 at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:672)