Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 59980 invoked from network); 15 Jan 2007 23:45:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Jan 2007 23:45:27 -0000 Received: (qmail 73668 invoked by uid 500); 15 Jan 2007 23:45:30 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 73610 invoked by uid 500); 15 Jan 2007 23:45:29 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: users@cocoon.apache.org List-Id: Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 73599 invoked by uid 99); 15 Jan 2007 23:45:29 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jan 2007 15:45:29 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of joerg.heinicke@gmx.de designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 15 Jan 2007 15:45:20 -0800 Received: (qmail invoked by alias); 15 Jan 2007 23:44:58 -0000 Received: from p549D0EA8.dip0.t-ipconnect.de (EHLO [192.168.178.20]) [84.157.14.168] by mail.gmx.net (mp002) with SMTP; 16 Jan 2007 00:44:58 +0100 X-Authenticated: #3483660 Message-ID: <45AC1257.2070503@gmx.de> Date: Tue, 16 Jan 2007 00:46:31 +0100 From: Joerg Heinicke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.0.9) Gecko/20061211 SeaMonkey/1.0.7 MIME-Version: 1.0 To: users@cocoon.apache.org Subject: Re: java.lang.IllegalStateException: Pipeline has already been processed for this request References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org On 16.01.2007 00:27, Steven D. Majewski wrote: > java.lang.IllegalStateException: Pipeline has already been processed > for this request > Can someone explain what happened and what that message above means ? The message itself means that you try to send a second response on one request. From your description I guess the sendPage() results in the first response. As the flow is not interrupted by a sendPageAnd*Wait*() it continues the processing and will probably come to a second sendPage() which again results in a response. This will then cause the above exception. It's only a guess, but sounds reasonable, doesn't it ;) J�rg --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org