Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 59978 invoked from network); 25 Mar 2005 01:37:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Mar 2005 01:37:17 -0000 Received: (qmail 86439 invoked by uid 500); 25 Mar 2005 01:37:00 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 86324 invoked by uid 500); 25 Mar 2005 01:36:59 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 86256 invoked by uid 99); 25 Mar 2005 01:36:58 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 24 Mar 2005 17:36:56 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id BAFD0463 for ; Fri, 25 Mar 2005 00:29:33 +0100 (CET) Received: (from nobody@localhost) by ajax.apache.org (8.12.11/8.12.11/Submit) id j2OHYe4G024504; Thu, 24 Mar 2005 18:34:40 +0100 Date: Thu, 24 Mar 2005 18:34:40 +0100 Message-Id: <200503241734.j2OHYe4G024504@ajax.apache.org> From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 33810] - Stream closed errors from JSP tags under load X-Bugzilla-Reason: AssignedTo X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=33810 ------- Additional Comments From p_rudrakshala@yahoo.com 2005-03-24 18:34 ------- (In reply to comment #20) > As I said, if you wanted to avoid this kind of problems (which I do not mind > fixing), you should avoid using close inside your tags, which is completely useless. I am not asking you to fix my tags. These are standard jakarta tags from taglibs project. Please take a look at the stack trace. These are from BodyContentImpl class from jasper runtime. There are no close() calls from the tags. This is an issue that is internal to Tomcat/Jasper most probably from pooling of jasper runtime objects. The same application was working fine for years with Weblogic servers. Can you explain why it would work for few hours and fail later? If it is due to close() calls from tag implementation, it should fail all the time. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org