Mark Cote wrote:

> I have a Connection Pool being shared with all my JSP pages through the
> <...useBean... scope="application"..>
> The ConnectionPool works fine, it has ran for weeks inside a servlet,
> without a hitch.
>
> However, every now and then (a dozen or so times a day), a request for a db
> aware page throws:
>                  Error during JSP page parsing
>                  Unknown exception: java.lang.NullPointerException:
>
> The solution is to stop/start the Web server and everything is fine...until
> the next time.
> My ConnectionPool is the only Bean being shared this way throughout the
> whole app.
>
> Any ideas ?
>
>         thanks,
>
>         Mark.

I can assure you that Sun is aware of this bug.  We are just living with it
until the production release which I hope fixes it.

cc

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".
For JSP FAQ, http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to