Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 57287 invoked from network); 28 Feb 2006 15:22:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Feb 2006 15:22:07 -0000 Received: (qmail 98725 invoked by uid 500); 28 Feb 2006 15:22:00 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 98468 invoked by uid 500); 28 Feb 2006 15:21:57 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 98408 invoked by uid 99); 28 Feb 2006 15:21:43 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2006 07:21:43 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [195.13.58.165] (HELO caraldi.com) (195.13.58.165) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2006 07:21:37 -0800 Received: from vision.anyware (10.21.96-84.rev.gaoland.net [84.96.21.10]) by caraldi.com (Postfix) with ESMTP id 2B7CF60D6 for ; Tue, 28 Feb 2006 16:21:13 +0100 (CET) Received: by vision.anyware (Postfix, from userid 1021) id 9C3EA616A; Tue, 28 Feb 2006 16:21:14 +0100 (CET) Date: Tue, 28 Feb 2006 16:21:14 +0100 From: Jean-Baptiste Quenot To: dev@cocoon.apache.org Subject: Re: environment errors Message-ID: <20060228152113.GA69354@vision.anyware> Mail-Followup-To: dev@cocoon.apache.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: mutt-ng/devel-r581 (FreeBSD) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N * Max Pfingsthorn: > org.apache.cocoon.ProcessingException: Unable to remove component from automatic release: no environment available. > at org.apache.cocoon.components.CocoonComponentManager.removeFromAutomaticRelease(CocoonComponentManager.java:489) > at org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.release(AbstractProcessingPipeline.java:184) > at org.apache.cocoon.components.source.impl.SitemapSource.reset(SitemapSource.java:433) > at org.apache.cocoon.components.source.impl.SitemapSource.recycle(SitemapSource.java:460) > at org.apache.cocoon.components.source.impl.SitemapSourceFactory.release(SitemapSourceFactory.java:78) > at org.apache.excalibur.source.impl.SourceResolverImpl.release(SourceResolverImpl.java:269) Same here. Happens when using ��cocoon:�� which is implemented by SitemapSource. This object is not properly released/recycled/reset upon concurrent requests. This does not happen on my development server, but happens on a production server. This is harmless but annoying. You may just disable the error reporting if you wish. -- Jean-Baptiste Quenot http://caraldi.com/jbq/