I gotta dig around for the code.  I'm on the admin side.  It seems to only
happen in one spot.  We got four of these errors within 20 minutes of each
other.  Before and after that 20 minute period, nada.

The ongoing "it's the code" vs. "it's the configuration" war is going on.
I had a feeling it wasn't a Coyote error but just an NPE that Coyote is
reporting on.

-e

On Tue, 8 Jul 2003, Lukas Bradley wrote:

> 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]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to