I'll take a look, thanks for finding the bug ( the NPE happens because the
context is null, which usually mean the request can't be parsed/mapped).
I assume you are using latest slide in a 'standard' configuration and it
fails on any request ( i.e. you're not doing something special ).
Costin
On Tue, 26 Jun 2001, Remy Maucherat wrote:
> > java.lang.NullPointerException
> > at
> >
> org.apache.tomcat.modules.generators.ErrorHandler.handleErrorImpl(ErrorHandl
> er.java:269)
> > at
> >
> org.apache.tomcat.modules.generators.ErrorHandler.handleError(ErrorHandler.j
> ava:147)
> > at
> > org.apache.tomcat.core.ContextManager.handleError(ContextManager.java:995)
> > at
> >
> org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:82
> 9)
> > at
> > org.apache.tomcat.core.ContextManager.service(ContextManager.java:739)
> > at
> >
> org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Http10I
> nterceptor.ja
> > va:150)
> > at
> > org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:430)
> > at
> >
> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
> a:505)
> > at java.lang.Thread.run(Thread.java:484)
>
> It looks like some kind of Tomcat problem. I have no idea why it ends up in
> that part of the code, thought (too bad it doesn't show the status code).
>
> I'm CCing Costin, maybe he'll have an idea.
>
> Remy
>