I think the problem is much simpler. Sounds like a JSP is attempting to access something (like myHashMap.get(null) ) and the NPE is being thrown up to Tomcat.
How about some code? This only happening in one spot? Lukas "Eric J. Pinnell" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I don't really know what the developers are trying to do. I guess my > question is "is it a problem with the JK2 connector?". Because it comes > up and says: > > CoyoteAdapter An exception or error occurred in the container during the > request processing > java.lang.NullPointerException > > The developers think that it is JK2 and wash their hands of it. To me it > seems like it could be any number of things that cause a NPE it's just > Coyote that catching it. > > The system also seems to be running out of memory. I wonder if that has > something to do with it... I'm going to crank it up. > > -e > > On Tue, 8 Jul 2003, Rick Roberts wrote: > > > Are you trying to process a NULL value? > > Possibly from a request.getParameter()? > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
