We just upgraded Tomcat from 3.2.1 to 3.2.3 (on Solaris 7), and we are
getting an error trying to load one of our webapps:

2002-10-28 10:11:22 - Ctx( /dc ): Exception in: R( /dc + / + null) -
java.lang.NullPointerException
        at org.apache.tomcat.util.FileUtil.isAbsolute(FileUtil.java:289)
        at org.apache.tomcat.core.Context.getAbsolutePath(Context.java:257)
        at org.apache.tomcat.core.Context.getRealPath(Context.java:794)
        at
org.apache.tomcat.request.StaticInterceptor.requestMap(StaticInterceptor.jav
a:196)
        at
org.apache.tomcat.core.ContextManager.processRequest(ContextManager.java:835
)
        at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:78
6)
        at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:758)
        at
org.apache.tomcat.service.connector.Ajp13ConnectionHandler.processConnection
(Ajp13ConnectionHandler.java:160)
        at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
        at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501)
        at java.lang.Thread.run(Thread.java:484)

This error appears on the console when someone tries to browse to the
webapp.

I'm a sysadmin, but by no means a Java expert.  It seems that this error is
being generated by Tomcat, not from the specific webapp (since everything in
the trace is "org.apache.tomcat...").  Does anyone have any suggestions on
how to track down the source of this?

Thanks

--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to