Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 81594 invoked from network); 10 Nov 2003 07:21:14 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 10 Nov 2003 07:21:14 -0000 Received: (qmail 71373 invoked by uid 500); 10 Nov 2003 07:20:51 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 70881 invoked by uid 500); 10 Nov 2003 07:20:48 -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 Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 70867 invoked from network); 10 Nov 2003 07:20:48 -0000 Received: from unknown (HELO mail.s-und-n.de) (212.8.217.2) by daedalus.apache.org with SMTP; 10 Nov 2003 07:20:48 -0000 Received: from notes.sundn.de (ntsrv5.sundn.de [10.10.2.10]) by mail.s-und-n.de (postfix) with ESMTP id 481F7C4110 for ; Mon, 10 Nov 2003 08:20:59 +0100 (CET) Received: from hw0386 ([10.10.2.46]) by notes.sundn.de (Lotus Domino Release 5.0.8) with SMTP id 2003111008205859:43871 ; Mon, 10 Nov 2003 08:20:58 +0100 From: "Carsten Ziegeler" To: Subject: RE: Changing sitemap causes app to throw a null pointer exception... Date: Mon, 10 Nov 2003 08:21:49 +0100 Message-ID: MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <3FAEB1AB.17889.61670F@localhost> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-MIMETrack: Itemize by SMTP Server on PBSN1/Systeme und Netzwerke(Release 5.0.8 |June 18, 2001) at 10.11.2003 08:20:58, Serialize by Router on PBSN1/Systeme und Netzwerke(Release 5.0.8 |June 18, 2001) at 10.11.2003 08:20:58, Serialize complete at 10.11.2003 08:20:58 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Andrzej Jan Taramina wrote: > > Hmmm...I'm running Cocoon 2.1.2 under Tomcat 4.1.27 (latest). > > When I change my sitemap (it's a sub-sitemap actually, that is > mounted by the > main sitemap), when next I access a page in the app, I get a null pointer > error. Shutting down Tomcat and restarting fixes this. > > Any ideas what might cause this strange behaviour? Anyone ever seen this > before? > This is a known error which comes of from time to time :) We have a workaround for it in the CVS which should avoid this NPE. HTH Carsten