This indicates that the ErrorHandler was called recursively. This can occur if the original page has an error and an error page also has an error. I believe it can also occur if a "Connection reset by Peer" occurs at the right time so the error output has has no where to go and it causes another trip through the error handling. It is hard to tell if your error indicates a problem with your site.
Larry > -----Original Message----- > From: Bryan Pieper [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 12, 2001 4:43 PM > To: [EMAIL PROTECTED] > Subject: Tomcat 3.3 Error Code > > > > I received the following message in my jvm.stderr log file: > > 2001-12-12 13:23:22 - ErrorHandler: Error loop for R( + > /contact.jsp + > null) error code 200 > > Is this error visible to the user? Did the page display > correctly or did > it loop somehow? > > Thanks, > Bryan Pieper > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
