Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 63419 invoked by uid 500); 25 Apr 2003 04:04:53 -0000 Mailing-List: contact forrest-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: forrest-dev@xml.apache.org Delivered-To: mailing list forrest-dev@xml.apache.org Received: (qmail 63407 invoked from network); 25 Apr 2003 04:04:53 -0000 Received: from grunt26.ihug.com.au (203.109.249.146) by daedalus.apache.org with SMTP; 25 Apr 2003 04:04:53 -0000 Received: from p442-apx1.syd.ihug.com.au (expresso.localdomain) [203.173.141.188] by grunt26.ihug.com.au with esmtp (Exim 3.35 #1 (Debian)) id 198uSL-0002Pl-00; Fri, 25 Apr 2003 14:05:01 +1000 Received: from jeff by expresso.localdomain with local (Exim 3.35 #1 (Debian)) id 198uSM-0001V6-00 for ; Fri, 25 Apr 2003 14:05:02 +1000 Date: Fri, 25 Apr 2003 14:05:02 +1000 From: Jeff Turner To: forrest-dev@xml.apache.org Subject: Re: NullPointerExceptions Message-ID: <20030425040502.GA3232@expresso.localdomain> Mail-Followup-To: forrest-dev@xml.apache.org References: <3EA8511F.8090208@apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3EA8511F.8090208@apache.org> User-Agent: Mutt/1.5.3i X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Thu, Apr 24, 2003 at 05:03:27PM -0400, Berin Loritsch wrote: > The current version of Forrest is incompatible with Avalon's > sitemap.xmap, so I attempted to remove it. Things seemed to > go ok, except we have the recursive directory problem again, > and a NullPointerException that is constantly repeated > (included below). > > I am having a hard time finding where the link is that is not > being processed properly, so I am at a loss. > > java.lang.NullPointerException > at > org.apache.cocoon.environment.AbstractEnvironment.release(AbstractEnvironment.java:475) I'm also getting these errors when, for example, I try to render the Forrest 0.4 docs with CVS Forrest. This might require a Cocoon upgrade to fix. In the meanwhile, which codebase are you trying to render, and what's wrong with Forrest 0.4? Forrest 0.5 is going to be backwards-incompatible for sites that have a custom sitemap, so it's best to stick to 0.4 for as long as possible. We can do a 0.4.1 release if there's any bugs you need fixed. --Jeff