Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 88754 invoked from network); 5 Oct 2006 14:16:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Oct 2006 14:16:12 -0000 Received: (qmail 95215 invoked by uid 500); 5 Oct 2006 14:15:51 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 95191 invoked by uid 500); 5 Oct 2006 14:15:50 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 95175 invoked by uid 99); 5 Oct 2006 14:15:50 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Oct 2006 07:15:50 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [128.253.83.141] ([128.253.83.141:53365] helo=authusersmtp.mail.cornell.edu) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 39/95-20288-56315254 for ; Thu, 05 Oct 2006 07:15:03 -0700 Received: from [128.253.38.244] (defiant.ento.cornell.edu [128.253.38.244]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.13.1/8.12.10) with ESMTP id k95EDUIc009092 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 5 Oct 2006 10:13:31 -0400 (EDT) Message-ID: <4525130A.1070204@cornell.edu> Date: Thu, 05 Oct 2006 10:13:30 -0400 From: David Smith User-Agent: Mozilla Thunderbird 1.0.6 (Macintosh/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Response already committed References: <1159909806.2217.146.camel@bender.ifactory.com> <20061005134739.GA9765@intelerad.com> In-Reply-To: <20061005134739.GA9765@intelerad.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Another thought to consider: a redirect does not stop processing on the current request. If you call a redirect in a filter and don't return immediately, this condition can occur. --David Greg Ward wrote: >On 03 October 2006, Dan Adams said: > > >>Hmm, I don't think that is the culprit. I think all of our stuff is >>thread safe. We're using a framework (Tapestry) which shields us from >>threading issues like that and prevents us from storing request stuff in >>the session. Also, if that were the case would that cause problems when >>loading static files? I don't think so. >> >> > >We have occasionally seen "response not committed" errors with our >Tapestry-based app. I suspect it's a subtle bug in our code that we >haven't tracked down yet. You might ask on the Tapestry list for >advice. > > > >>Also, we are using a filter which when it tries to do a redirect will >>throw an error complaining about this so this happens way before our app >>ever gets to do anything: >> >> > >I don't understand that paragraph, but you might try disabling that >filter and seeing if the problem goes away (assuming you can reproduce >in non-production environment). > > Greg > >--------------------------------------------------------------------- >To start a new topic, e-mail: users@tomcat.apache.org >To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org >For additional commands, e-mail: users-help@tomcat.apache.org > > > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org