Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 77851 invoked from network); 29 May 2006 10:43:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 May 2006 10:43:22 -0000 Received: (qmail 79890 invoked by uid 500); 29 May 2006 10:43:20 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 79803 invoked by uid 500); 29 May 2006 10:43:19 -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 79791 invoked by uid 99); 29 May 2006 10:43:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 May 2006 03:43:19 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 May 2006 03:43:18 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0726D7142EE for ; Mon, 29 May 2006 10:42:31 +0000 (GMT) Message-ID: <30494296.1148899351026.JavaMail.jira@brutus> Date: Mon, 29 May 2006 10:42:31 +0000 (GMT+00:00) From: "Antonio Gallardo (JIRA)" To: dev@cocoon.apache.org Subject: [jira] Closed: (COCOON-1694) Error decommissioning component: org.apache.cocoon.components.store.impl.EHDefaultStore In-Reply-To: <1772185437.1132695941633.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/COCOON-1694?page=all ] Antonio Gallardo closed COCOON-1694: ------------------------------------ Fix Version: 2.2-dev (Current SVN) 2.1.10-dev (current SVN) Resolution: Fixed Thanks for the patch. It was applied with minor changes to 2.1.10-dev and 2.2-dev. Feel free to open the issue again if needed. > Error decommissioning component: org.apache.cocoon.components.store.impl.EHDefaultStore > --------------------------------------------------------------------------------------- > > Key: COCOON-1694 > URL: http://issues.apache.org/jira/browse/COCOON-1694 > Project: Cocoon > Type: Bug > Components: * Cocoon Core > Versions: 2.1.8 > Reporter: Pier Fumagalli > Assignee: Antonio Gallardo > Fix For: 2.2-dev (Current SVN), 2.1.10-dev (current SVN) > Attachments: EHDefaultStore-2.1.9.patch.txt, patch.txt > > Every time Cocoon is shut down, I can see this exception: > [2005/11/22 21:38:34.063] WARN [manager] Error decommissioning component: org.apache.cocoon.components.store.impl.EHDefaultStore > java.lang.IllegalStateException: The cocoon-ehcache-1 Cache is not alive. > at net.sf.ehcache.Cache.checkStatus(Cache.java:713) > at net.sf.ehcache.Cache.dispose(Cache.java:618) > at net.sf.ehcache.CacheManager.shutdown(CacheManager.java:382) > at org.apache.cocoon.components.store.impl.EHDefaultStore.dispose(EHDefaultStore.java:229) > at org.apache.avalon.framework.container.ContainerUtil.dispose(ContainerUtil.java:306) > at org.apache.avalon.excalibur.component.DefaultComponentFactory.decommission(DefaultComponentFactory.java:356) > at org.apache.avalon.excalibur.component.ThreadSafeComponentHandler.dispose(ThreadSafeComponentHandler.java:165) > at org.apache.avalon.excalibur.component.ExcaliburComponentManager.dispose(ExcaliburComponentManager.java:623) > at org.apache.cocoon.components.CocoonComponentManager.dispose(CocoonComponentManager.java:509) > at org.apache.avalon.framework.container.ContainerUtil.dispose(ContainerUtil.java:306) > at org.apache.cocoon.Cocoon.dispose(Cocoon.java:536) > at org.apache.avalon.framework.container.ContainerUtil.dispose(ContainerUtil.java:306) > at org.apache.cocoon.servlet.CocoonServlet.disposeCocoon(CocoonServlet.java:1554) > at org.apache.cocoon.servlet.CocoonServlet.destroy(CocoonServlet.java:518) > at org.mortbay.jetty.servlet.ServletHolder.stop(Unknown Source) > at org.mortbay.jetty.servlet.ServletHandler.doStop(Unknown Source) > at org.mortbay.jetty.servlet.WebApplicationHandler.doStop(Unknown Source) > at org.mortbay.util.Container.stop(Unknown Source) > at org.mortbay.http.HttpContext.doStop(Unknown Source) > at org.mortbay.jetty.servlet.ServletHttpContext.doStop(Unknown Source) > at org.mortbay.jetty.servlet.WebApplicationContext.doStop(Unknown Source) > at org.mortbay.util.Container.stop(Unknown Source) > at org.mortbay.http.HttpContext.stop(Unknown Source) > at org.mortbay.http.HttpServer.doStop(Unknown Source) > at org.mortbay.util.Container.stop(Unknown Source) > at org.mortbay.jetty.Server$ShutdownHookThread.run(Unknown Source) > Any clue about what's going on? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira