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=3815>. 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=3815 JspServlets produces NullPointerException ------- Additional Comments From [EMAIL PROTECTED] 2001-09-25 13:50 ------- (Please ignore my last comment, I didn't read the source correctly.) My JSP was producing an ArrayStoreException because it had a bug, and I was running a stress test with JMeter with 10 concurrent threads. I have an errorpage set up for this app, so every thread invoking this page causes the errorpage to be produced. This is why the stack trace shows handlePageException -> forward -> etc. Unfortunately I did lots of tests and fixes and now I cannot reproduce the issue, even rolling back the code.