Stream closed errors from JSP tags under load

2005-03-02 Thread Purush Rudrakshala
We have a Struts based application deployed on JBoss 3.2.6 (Uses Tomcat 5.0.28). In our production environment under load the servers throw Stream closed errors and after that the servers do not work and forced to restart. We have not seen this problem in test regions where the load is lower. We

RE: IOException: Stream closed error when using custom tags

2004-04-16 Thread Yansheng Lin
the case, normally what I would do is break things up to two steps. First get the url string, then set it in the attribute. -Yan -Original Message- From: shanmugampl [mailto:[EMAIL PROTECTED] Sent: April 14, 2004 22:30 To: [EMAIL PROTECTED] Subject: IOException: Stream closed error when

IOException: Stream closed error when using custom tags

2004-04-14 Thread shanmugampl
: Stream closed org.apache.jasper.runtime.BodyContentImpl.ensureOpen(BodyContentImpl.java:624) Once i get this error, reverting back to the old case(displaying the url as a string) also throws the same error. I cannot figure out the problem. Also i have disabled tagpooling. Can anyone help me

org.apache.jasper.JasperException: Stream closed

2003-02-11 Thread Robert Veen, ten
org.apache.jasper.JasperException: Stream closed at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja va:248) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241

org.apache.jasper.JasperException: Stream closed (final)

2003-02-11 Thread Robert Veen, ten
org.apache.jasper.JasperException: Stream closed at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja va:248) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241

Stream closed

2003-01-17 Thread Reynir Hübner
I'm getting these kind of error messages : java.io.IOException: Stream closed at org.apache.jasper.runtime.BodyContentImpl.ensureOpen(BodyContentImpl.java:95) at org.apache.jasper.runtime.BodyContentImpl.write(BodyContentImpl.java:182

Repost: Stream closed

2003-01-17 Thread Reynir Hübner
For somereason the first time I sent this email it did not seem to get into the mailinglist. I'm getting these kind of error messages : java.io.IOException: Stream closed at org.apache.jasper.runtime.BodyContentImpl.ensureOpen(BodyContentImpl.java:95

RE: Stream closed

2003-01-17 Thread Shapira, Yoav
PROTECTED]] Sent: Friday, January 17, 2003 4:41 AM To: Tomcat Users List Subject: Stream closed I'm getting these kind of error messages : java.io.IOException: Stream closed at org.apache.jasper.runtime.BodyContentImpl.ensureOpen(BodyContentImpl.java:9 5

loadbalancing - java.io.IOException: Stream closed prematurely

2001-05-07 Thread Gopi Kokkonda
hi, i see that you are an apache-tomcat user and that you have posted a request about the : loadbalancing - java.io.IOException: Stream closed prematurely .. error. Actually i get the same error. Everything is working fine, but i see this error on the console once in a while and also a write

loadbalancing - java.io.IOException: Stream closed prematurely

2001-04-04 Thread Guntupalli Shanti
Hi, When I start tomcat with loadbalancing I see the following error even though everything seems to work fine HANDLER THREAD PROBLEM: java.io.IOException: Stream closed prematurely java.io.IOException: Stream closed prematurely

RE: HANDLER THREAD PROBLEM: Stream closed prematurely

2000-11-28 Thread Ritwick Dhar
- From: Ranko Bijelonic [mailto:[EMAIL PROTECTED]] Sent: Monday, November 27, 2000 10:08 AM To: [EMAIL PROTECTED] Subject: RE: HANDLER THREAD PROBLEM: Stream closed prematurely i still think its not the platform. My stuff worked fine until I used a version of Apache with ssl, then I got the same

RE: HANDLER THREAD PROBLEM: Stream closed prematurely

2000-11-27 Thread Ranko Bijelonic
[mailto:[EMAIL PROTECTED]] Sent: Monday, November 27, 2000 10:42 AM To: '[EMAIL PROTECTED]' Subject: RE: HANDLER THREAD PROBLEM: Stream closed prematurely Unfortunately, in my case, it doesn't work. The problem is compounded in my case because my platform is AIX4.3.3 + IBM Apache 1.3.6.2 + Tomcat 3.1

HANDLER THREAD PROBLEM: Stream closed prematurely

2000-11-24 Thread Ritwick Dhar
: Stream closed prematurely java.io.IOException: Stream closed prematurely at java.lang.Throwable.init(Compiled Code) at java.lang.Exception.init(Compiled Code) at java.io.IOException.init(Compiled Code

RE: HANDLER THREAD PROBLEM: Stream closed prematurely

2000-11-24 Thread Roytman, Alex
PROBLEM: Stream closed prematurely Hi, This problem is driving me nuts. I've tried debugging this, but nothing yet. I was hoping someone on this list will have come accross this before. Case: I have a servlet (server) that accepts POST requests (content-type= application/x-ofx), and sends back a OFX

RE: HANDLER THREAD PROBLEM: Stream closed prematurely

2000-11-24 Thread Ritwick Dhar
PROBLEM: Stream closed prematurely If you are running Tomcat standalone I would suggest to try it with Apache web server. We had some problems with tomcat built in web server - POST input stream would only give you first 1300 bytes of POST data and some other problems I do not remember. I

Re: HANDLER THREAD PROBLEM: Stream closed prematurely

2000-11-24 Thread Kurt Bernhard Pruenner
Ritwick Dhar wrote: HANDLER THREAD PROBLEM: java.io.IOException: Stream closed prematurely java.io.IOException: Stream closed prematurely at java.lang.Throwable.init(Compiled Code) at java.lang.Exception.init(Compiled Code) at java.io.IOException.init(Compiled Code

RE: HANDLER THREAD PROBLEM: Stream closed prematurely

2000-11-24 Thread Ritwick Dhar
, but that didn't do much good. Maybe I'll try some other things on those lines now. Thanks Rit -Original Message- From: William Brogden [mailto:[EMAIL PROTECTED]] Sent: Friday, November 24, 2000 11:27 AM To: [EMAIL PROTECTED] Subject: Re: HANDLER THREAD PROBLEM: Stream closed prematurely Does your

RE: HANDLER THREAD PROBLEM: Stream closed prematurely

2000-11-24 Thread Ritwick Dhar
Message- From: William Brogden [mailto:[EMAIL PROTECTED]] Sent: Friday, November 24, 2000 11:27 AM To: [EMAIL PROTECTED] Subject: Re: HANDLER THREAD PROBLEM: Stream closed prematurely Does your client close the stream that writes the request or just flush it? I seem to recall having a problem