Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 66630 invoked by uid 500); 10 Jul 2003 00:49:41 -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 66605 invoked from network); 10 Jul 2003 00:49:39 -0000 Received: from 206.red-80-34-215.pooles.rima-tde.net (HELO correo.che-che.com) (80.34.215.206) by daedalus.apache.org with SMTP; 10 Jul 2003 00:49:39 -0000 Received: from che-che.com (carolo [192.168.1.5]) by correo.che-che.com (Postfix) with ESMTP id 78FF6C7B8 for ; Thu, 10 Jul 2003 02:49:46 +0200 (CEST) Message-ID: <3F0CB82A.7000702@che-che.com> Date: Thu, 10 Jul 2003 02:49:46 +0200 From: Juan Jose Pablos User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030311 Debian/1.2.1-10 X-Accept-Language: es, en MIME-Version: 1.0 To: forrest-dev@xml.apache.org Subject: Weird problem with menu.xmap Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi again, I have a wierd problem and I would like anyone to take a look because I can not go any futher. with latest version on CVS: (cd /var/tmp; mkdir fs; cd fs; forrest seed; forrest run) go to http://localhost:8888/index.html cheche@carolo:/var/tmp/fs$ touch build/webapp/menu.xmap reload http://localhost:8888/index.html -------------------- Console logs--------------------------------------- 02:40:25.029 EVENT ERROR (2003-07-10) 02:40.25:007 [access ] (/index.html) PoolThread-3/CocoonServlet: Internal Cocoon Problem org.apache.cocoon.ProcessingException: Failed to execute pipeline.: org.apache.cocoon.ProcessingException: Could not read resource cocoon://book-index.html: java.lang.NullPointerException at org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.processXMLPipeline(AbstractProcessingPipeline.java:551) at org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline.processXMLPipeline(AbstractCachingProcessingPipeline.java:218) at org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.process(AbstractProcessingPipeline.java:489) at org.apache.cocoon.components.treeprocessor.sitemap.SerializeNode.invoke(SerializeNode.java:150) at org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:108) at org.apache.cocoon.components.treeprocessor.ContainerNode.invoke(ContainerNode.java:66) at org.apache.cocoon.components.treeprocessor.sitemap.CallNode.invoke(CallNode.java:128) -------------------- Console logs--------------------------------------- cheche@carolo:/var/tmp/fs$ touch build/webapp/WEB-INF/cocoon.xconf The site is working again!!!!! If you try http://localhost:8888/book-index.html -------------------- Console logs--------------------------------------- 02:44:33.861 EVENT ERROR (2003-07-10) 02:44.33:855 [access ] (/book-index.html) PoolThread-3/CocoonServlet: Internal Cocoon Problem java.lang.NullPointerException at org.apache.cocoon.components.ExtendedComponentSelector.release(ExtendedComponentSelector.java:317) at org.apache.cocoon.components.treeprocessor.sitemap.SelectNode.dispose(SelectNode.java:169) at org.apache.cocoon.components.treeprocessor.TreeProcessor.disposeTree(TreeProcessor.java:472) at org.apache.cocoon.components.treeprocessor.TreeProcessor.setupRootNode(TreeProcessor.java:422) at org.apache.cocoon.components.treeprocessor.TreeProcessor.process(TreeProcessor.java:319) at org.apache.cocoon.components.treeprocessor.TreeProcessor.process(TreeProcessor.java:307) at org.apache.cocoon.components.treeprocessor.sitemap.MountNode.invoke(MountNode.java:133) -------------------- Console logs--------------------------------------- Now It looks that it is related to this line on menu.xmap: Cheers Cheche