Thanks Mark. So I still have not found root cause on why this problem is even occuring. I can't reproduce it reliably, i'll send 2000 requests successfully, then a series of 100 will cause this exception to be thrown. Even if its the exact same request over and over again. If I just hit tomcat with just a GET request with the url and no parameters the error never occurs. When I send it a large POST with a bunch of URL parameters it breaks sometimes. And once it starts throwing these exceptions, they continue for a period of time, where even if i restart tomcat, the error persist.
Thank you guys for all your help so far. I'm going to keep digging and I'll let you guys know if I find anything. On Thu, Feb 14, 2008 at 2:13 PM, Mark Thomas <[EMAIL PROTECTED]> wrote: > Caldarale, Charles R wrote: > >> From: Steven [mailto:[EMAIL PROTECTED] > >> Subject: Re: Sporadic Errors in catalina log > >> > >> Ok so I've caputured a large amount of data and I always see > >> something like > >> > >> POST ?data=blah... its never blank but its not going to a > >> specific webpage or anything, just to the host itself. > > > > That's not a valid request. Read section 5.1 of the HTTP RFC: > > http://www.ietf.org/rfc/rfc2616.txt?number=2616 > > > > - Chuck > > Trunk has been patched to fix the exception. The patch has been proposed > for the next releases of 5.5.x and 6.0.x. > > Mark > > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >