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 "Solodin, Andrei" <An...@westgroup.com> on 2002/04/12 18:13:56 UTC

Slide in WebSphere 4.0

Hi I've been trying to get Slide to work webapp in WAS 4.0 without much
luck. The first thing I needed to do to get it to browse the directories was
to change the default-servlet init parameter to false. This seems to be due
to WAS getServletPath() call working differently than in Tomcat. However
even after that I kept getting the following exception when executing
PROPFIND method:

[02.04.12 10:50:16:300 CDT] 39d3fdf0 SystemOut     U 12 Apr 2002 10:50:16 -
org.apache.slide.webdav.WebdavServlet - INFO - PROPFIND = 207 Multi-Status
(time: 15432 ms) URI = /
[02.04.12 10:50:16:310 CDT] 39d3fdf0 WebGroup      X Servlet Error: :
java.lang.NullPointerException
	at
com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.handleWebAppDispatch(W
ebAppRequestDispatcher.java:534)
	at
com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.dispatch(WebAppRequest
Dispatcher.java:278)
	at
com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.forward(WebAppRequestD
ispatcher.java:105)
	at
com.ibm.servlet.engine.srt.WebAppInvoker.doForward(WebAppInvoker.java:67)
	at
com.ibm.servlet.engine.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.
java:123)
	at
com.ibm.servlet.engine.invocation.CachedInvocation.handleInvocation(CachedIn
vocation.java:67)
	at
com.ibm.servlet.engine.srp.ServletRequestProcessor.dispatchByURI(ServletRequ
estProcessor.java:122)
	at
com.ibm.servlet.engine.oselistener.OSEListenerDispatcher.service(OSEListener
.java:315)
	at
com.ibm.servlet.engine.http11.HttpConnection.handleRequest(HttpConnection.ja
va:60)
	at
com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:313)
	at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:242)
	at com.ibm.ws.util.CachedThread.run(ThreadPool.java:122)

i.e. the PROPFIND method handling is completed successfully, but then WAS
throws the NullPointerException hihgher up the stack for some reason.. Does
anybody know why this is happening?

Thanks for your help
Andrei

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>