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

2012-04-26 Thread Craig Silk
et and do not find useful information about how to > solve it. > > Your advice is appreciated. > > Thanks > > Guofeng > > 2012-04-25 15:47:59,679 INFO [STDE] java.io.IOException: Stream closed > 2012-04-25 15:47:59,679 INFO [STDE] at > org.apache.jasper.runti

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

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

2009-07-20 Thread Leonard Gestrin
clude"? This is 6.x version of tomcat. Caused by: java.io.IOException: Stream closed at org.apache.jasper.runtime.JspWriterImpl.ensureOpen(JspWriterImpl.java:204) at org.apache.jasper.runtime.JspWriterImpl.flushBuffer(JspWriterImpl.java:115)

Re: AW: AW: AW: java.io.IOException: Stream closed

2008-12-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefan, Schuster Stefan wrote: > As far as I can tell, the XML-Beans generated code works well - even if > The stream is closed after reading, this should be no problem as the next > request will submit a new stream, right? Yes, your servlet can clos

AW: AW: AW: java.io.IOException: Stream closed

2008-12-11 Thread Schuster Stefan
PROTECTED] Gesendet: Freitag, 5. Dezember 2008 17:43 An: Tomcat Users List Betreff: Re: AW: AW: java.io.IOException: Stream closed -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefan, Schuster Stefan wrote: > The code reading the stream is generated by XMLBeans. > > Is there something that

Re: AW: AW: java.io.IOException: Stream closed

2008-12-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefan, Schuster Stefan wrote: > The code reading the stream is generated by XMLBeans. > > Is there something that I should not do with the stream? For example > closing it or something like that? You shouldn't have to do anything like that. > <<>

AW: AW: java.io.IOException: Stream closed

2008-12-05 Thread Schuster Stefan
e(response); } catch (Exception ex) { ex.printStackTrace(); return null; } } } -Ursprüngliche Nachricht- Von: Christopher Schultz [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 4. Dezember 2008 23:22 An: Tomcat Users List Be

Re: AW: java.io.IOException: Stream closed

2008-12-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stafan, Schuster Stefan wrote: > I still have the problem mentioned below. I just don't have any idea > where to start with problem solving? Can it be a problem in Tomcat? I guess > not as this is a very simple use-case (read the stream in the servle

Re: java.io.IOException: Stream closed

2008-12-04 Thread Christopher Schultz
That's odd. > Every second call results in the following exception: > > java.io.IOException: Stream closed > at org.apache.catalina.connector.InputBuffer.read(InputBuffer.java:325) > at > org.apache.catalina.connector.CoyoteInputStream.read(Coy

AW: java.io.IOException: Stream closed

2008-12-04 Thread Schuster Stefan
lease? Thanks Stefan -Ursprüngliche Nachricht- Von: Schuster Stefan [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 2. Dezember 2008 15:24 An: users@tomcat.apache.org Betreff: java.io.IOException: Stream closed Hi everybody, I have the following problem with tomcat 6.0.18: I wrote a servlet

java.io.IOException: Stream closed

2008-12-02 Thread Schuster Stefan
Hi everybody, 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. Every Second call results in the following exception: java.io.IOException: Stream

java.io.IOException: Stream closed

2006-08-04 Thread Mihail Degteariov
use of the problem and how to fight it ? We use JBoss 4.0.3 bundled with Tomcat5.5.9, and here's the exception (found many times in application log file) java.io.IOException: Stream closed at org.apache.jasper.runtime.BodyContentImpl.ensureOpen(BodyContentImpl.