DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=38713>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=38713 ------- Additional Comments From [EMAIL PROTECTED] 2006-04-26 14:46 ------- (In reply to comment #2) > We have the same problem. I think I managed to find out the cause: it only > happens if the JSP itself throws FileNotFoundException. So in order to > reproduce: have only one JSP in your Webapp like so: > > <%! > java.util.Random r = new java.util.Random(); > %><% if(r.nextInt(10) > 0) throw new java.io.FileNotFoundException(); %> > > and put some concurrent load on that JSP. > I have seen this problem where the jsp does NOT have any code that throws a FileNotFoundException. I do not believe this is the source of the problem. I've seen the problem with Tomcat 5.0.28 with j2sdk1.4.2_05. Not that a browser refresh allows the JSP to compile correctly. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]