DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16449>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16449

Race condition when compiling jsp pages





------- Additional Comments From [EMAIL PROTECTED]  2003-02-11 13:19 -------

Glen, 

Here is the problem I have, and why I think it is a race condition still.  (I 
am sorry but I can not create this in an application simple enough to send you)

When navigation quickly on the site I get a JasperException.  I added a new 
catch to JspServletWrapper.java at line 254 (before the catch (Exception ex)) 
catch(NullPointerException e) and added a System.out.println(servlet); at line 
210 right before the theServlet.service() call.  The system.out print "null" 
and a null pointer exception is thrown.  

If you have any ideas on what else could cause this behavior please let me know 
and I will look into it, but so far the only solution I can come up with is 
remove the double check.  I will continue to try and find a way to reproduce 
this for you.

thanks for your help,

John

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

Reply via email to