Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 24683 invoked from network); 17 Sep 2009 06:51:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Sep 2009 06:51:17 -0000 Received: (qmail 92383 invoked by uid 500); 17 Sep 2009 06:51:16 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 92288 invoked by uid 500); 17 Sep 2009 06:51:16 -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 92280 invoked by uid 99); 17 Sep 2009 06:51:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Sep 2009 06:51:16 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [158.38.180.100] (HELO regensburg.uninett.no) (158.38.180.100) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Sep 2009 06:51:08 +0000 Received: from star.uninett.no (star.uninett.no [IPv6:2001:700:1:0:21c:25ff:fe74:664d]) by regensburg.uninett.no (Postfix) with ESMTPSA id 08C09701F8 for ; Thu, 17 Sep 2009 08:50:45 +0200 (CEST) Message-ID: <4AB1DC3E.3010308@uninett.no> Date: Thu, 17 Sep 2009 08:50:38 +0200 From: =?ISO-8859-1?Q?S=F8ren_Krum?= User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: users@cocoon.apache.org Subject: Cocoon 2.2 subsitemap strange throwing nullpointer when Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Hi! i have strange behaviour in cocoon 2.2. When calling a subsitemap in a block, it sometimes works fine, but sometimes (under conditions i cannot predict so long) i get the following when anybody tries to access a url pointing in the sub-sitemap. So long it looks like follows: When this url works once after a server start, it seems to work forever. However, if we restart the server, this strange NullPointer sometimes occurs. Sitemap: error when calling sub-sitemap <m ap:mount> <m ap:match> java.lang.NullPointerException at java.util.Hashtable.put(Hashtable.java:396) at org.apache.cocoon.configuration.PropertyHelper.replaceAll(PropertyHelper.java:163) at org.apache.cocoon.spring.configurator.impl.AbstractSettingsBeanFactoryPostProcessor.createSettings(AbstractSettingsBeanFactoryPostProcesso r.java:249) at org.apache.cocoon.spring.configurator.impl.AbstractSettingsBeanFactoryPostProcessor.init(AbstractSettingsBeanFactoryPostProcessor.java:123 ) at sun.reflect.GeneratedMethodAccessor295.invoke(Unknown Source) .... Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.cocoon.configuration.Settings': Invocation of init method failed; nested exception is java.lang.NullPointerException at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1260) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:438) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:383) at java.security.AccessController.doPrivileged(Native Method) at org.springframework.beans.fac -- Med vennlig hilsen S�ren D. Krum Systemutvikler/system developer UNINETT FAS + 47 73557859 There are 10 different kind of people in the world, those who understand binary and those who don't --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org