Re: java.io.IOException: Stream closed occurred frequently on Tomcat 7

2012-04-26 Thread Craig Silk
Hi Guofeng, It would be really helpful if I could have the JSP page that is causing this error and instructions on how to reproduce the error. Thanks Craig On Thu, Apr 26, 2012 at 7:13 AM, Guofeng Zhang wrote: > Hi, > > This is a page generated by JSP using tags developed by us. This page > wo

Re: java.io.IOException: Stream closed org.apache.jasper.runtime.JspWriterImpl.ensureOpen(JspWriterImpl.java:204) on forward while processing jsp:include

2009-07-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Leonard, On 7/20/2009 6:15 PM, Leonard Gestrin wrote: > In my application I have servlet filter that handles error > handling for runtime exceptions; when such exception happens, it > forwards request to error page where user-frienldy error is > prese

Re: java.io.IOException: Stream closed

2008-12-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefan, Schuster Stefan wrote: > I have the following problem with tomcat 6.0.18: > I wrote a servlet that reads the input stream with > XML Beans. An application sends requests to the servlet, but only the first > request succeedes. That's odd. >

Re: java.io.IOException

2008-01-28 Thread Bill Barker
It just means that Apache dropped the connection before sending the request body (probably because the browser dropped the request before sending). It is normal and harmless (except for the space in the log files). You didn't say which Tomcat version you are using, but it looks like an older o