Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 83217 invoked from network); 30 May 2002 22:23:08 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 30 May 2002 22:23:08 -0000 Received: (qmail 7206 invoked by uid 97); 30 May 2002 22:23:04 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 7172 invoked by uid 97); 30 May 2002 22:23:03 -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 7159 invoked by uid 50); 30 May 2002 22:23:03 -0000 Date: 30 May 2002 22:23:03 -0000 Message-ID: <20020530222303.7158.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 9531] New: - 1.0 RC2 - Exception in CoyoteResponseFacade.reset() when hitting error-page X-Spam-Rating: daedalus.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://nagoya.apache.org/bugzilla/show_bug.cgi?id=9531 1.0 RC2 - Exception in CoyoteResponseFacade.reset() when hitting error-page Summary: 1.0 RC2 - Exception in CoyoteResponseFacade.reset() when hitting error-page Product: Tomcat 4 Version: 4.0.3 Final Platform: PC OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: Connector:Coyote HTTP/1.1 AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: seth@oculan.com Coyote Connector 1.0 RC2 I'm getting an IllegalStateException when a servlet of mine throws an exception that should forward me to an error page. The exception is on line 251 of CoyoteResponseFacade.java: 248 public void reset() { 249 250 if (isCommitted()) 251 throw new IllegalStateException 252 (/*sm.getString("responseBase.reset.ise")*/); 253 remm 1.1 254 response.reset(); 255 256 } Here's the portion of the web.xml for my webapp that adds the error-page: my.package.web.SessionTimeoutException /errors/sessiontimeout.jsp I'll attach a stack trace as a separate text file. -- To unsubscribe, e-mail: For additional commands, e-mail: