Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 40291 invoked from network); 27 Oct 2004 13:07:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 27 Oct 2004 13:07:35 -0000 Received: (qmail 9735 invoked by uid 500); 27 Oct 2004 13:07:33 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 9681 invoked by uid 500); 27 Oct 2004 13:07:32 -0000 Mailing-List: contact user-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: user@forrest.apache.org Delivered-To: mailing list user@forrest.apache.org Received: (qmail 9668 invoked by uid 99); 27 Oct 2004 13:07:32 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [212.23.3.142] (HELO rutherford.zen.co.uk) (212.23.3.142) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 27 Oct 2004 06:07:31 -0700 Received: from [82.69.78.226] (helo=[192.168.0.2]) by rutherford.zen.co.uk with esmtp (Exim 4.34) id 1CMnWT-0008M5-33 for user@forrest.apache.org; Wed, 27 Oct 2004 13:07:29 +0000 Message-ID: <417F9D8F.3010206@apache.org> Date: Wed, 27 Oct 2004 14:07:27 +0100 From: Ross Gardler User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: user@forrest.apache.org Subject: Re: java.lang.NullPointerException References: <200410271416.42862.stephan.schlierf@vsa.de> In-Reply-To: <200410271416.42862.stephan.schlierf@vsa.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-Rutherford-IP: [82.69.78.226] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Stephan E. Schlierf wrote: > I'm still working on the creation of a pdf-file that is aggregated from a > group of documents. > With forrest 0.5.1 it works like a charm. > > With forrest 0.6 I get the following error message during a "forrest site": > > ---snip--- > X [0] linkmap.pdf BROKEN: java.lang.NullPointerException > ---snip--- is there anything of significance in your logs? See build/webapp/WEB-INF/logs Ross > > With forrest 0.6 I use a minimalized sitemap.xmap: > > > > > > > check-reload="yes" /> > > > > > > > My workflow_doku.xmap looks like: > > > > > > > > src="org.apache.cocoon.transformation.CIncludeTransformer"/> > > > > > > > > > > value="/*[name()='site']/*[name()='wflow']"/> > > > src="resources/stylesheets/aggregates/book2cinclude.xsl"> > > > > src="resources/stylesheets/aggregates/doc2doc-uniqueids.xsl"/> > src="resources/stylesheets/aggregates/docs2document.xsl"/> > > > > > > src="resources/stylesheets/aggregates/relativize-split-linkmap.xsl"> > > > > > > > > > Any ideas? > TIA, > Stephan > >