From user-return-2985-apmail-forrest-user-archive=forrest.apache.org@forrest.apache.org Fri Dec 09 21:59:00 2005 Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 1097 invoked from network); 9 Dec 2005 21:58:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Dec 2005 21:58:54 -0000 Received: (qmail 85830 invoked by uid 500); 9 Dec 2005 21:58:52 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 85751 invoked by uid 500); 9 Dec 2005 21:58:50 -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 List-Id: Delivered-To: mailing list user@forrest.apache.org Received: (qmail 85739 invoked by uid 99); 9 Dec 2005 21:58:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Dec 2005 13:58:50 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [207.172.4.61] (HELO smtp01.mrf.mail.rcn.net) (207.172.4.61) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Dec 2005 13:58:49 -0800 Received: from 207-237-220-39.c3-0.80w-ubr16.nyr-80w.ny.cable.rcn.com (HELO [192.168.0.7]) ([207.237.220.39]) by smtp01.mrf.mail.rcn.net with ESMTP; 09 Dec 2005 16:58:27 -0500 X-IronPort-AV: i="3.99,235,1131339600"; d="scan'208,217"; a="139866960:sNHT349756776" Message-ID: <4399FE05.6090604@greenjaguar.com> Date: Fri, 09 Dec 2005 16:58:29 -0500 From: Helena Edelson Organization: GreenJaguar User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: user@forrest.apache.org Subject: breadcrumbs /dir/ path Content-Type: multipart/alternative; boundary="------------070706060306050408040204" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. --------------070706060306050408040204 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit When employing breadcrumbs, generated as (example) home > articles > subdir if the user is in node subdir viewing files, then clicks articles to go up one level, I am getting from cocoon The requested resource "/articles/" could not be found this link's absolute path during testing is http://localhost:8888/articles/ I threw in an index.html file when you manually enter the index.html in the browser path after articles/ you get the page but even if sitemap has match="articles/index.html" cocoon still isn't happy with request articles/ core log tells me this in a nutshell: WARN (2005-12-09) 16:11.34:445 [access] (/articles/) PoolThread-3/CocoonServlet: The resource was not found org.apache.cocoon.ResourceNotFoundException: Error during resolving of the input stream: org.apache.excalibur.source.SourceNotFoundException: file:/C:/dev/tsj/2.1/src/xdocs/articles/ doesn't exist. at org.apache.cocoon.components.source.SourceUtil.handle(SourceUtil.java:325) at org.apache.cocoon.reading.ResourceReader.generate(ResourceReader.java:319) at org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline.processReader(AbstractCachingProcessingPipeline.java:759) Caused by: java.io.FileNotFoundException: C:\dev\tsj\2.1\src\xdocs\articles (Access is denied) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.(FileInputStream.java:106) at org.apache.excalibur.source.impl.FileSource.getInputStream(FileSource.java:146) ... 43 more WARN (2005-12-09) 16:53.48:459 [core.manager] (/articles/index.html) PoolThread-3/HTMLGenerator: how can one find a solution for this? helena --------------070706060306050408040204 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit
When employing breadcrumbs,
generated as (example) 
home > articles > subdir

if the user is in node subdir viewing files, then clicks articles to go up one level,
I am getting from cocoon
The requested resource "/articles/" could not be found
this link's absolute path during testing is http://localhost:8888/articles/
I threw in an index.html file
when you manually enter the index.html in the browser path after articles/ you get the page but
even if sitemap has match="articles/index.html" cocoon still isn't happy with request articles/

core log tells me this in a nutshell:
WARN    (2005-12-09) 16:11.34:445   [access] (/articles/) PoolThread-3/CocoonServlet: The resource was not found
org.apache.cocoon.ResourceNotFoundException: Error during resolving of the input stream: org.apache.excalibur.source.SourceNotFoundException: file:/C:/dev/tsj/2.1/src/xdocs/articles/ doesn't exist.
    at org.apache.cocoon.components.source.SourceUtil.handle(SourceUtil.java:325)
    at org.apache.cocoon.reading.ResourceReader.generate(ResourceReader.java:319)
    at org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline.processReader(AbstractCachingProcessingPipeline.java:759)

Caused by: java.io.FileNotFoundException: C:\dev\tsj\2.1\src\xdocs\articles (Access is denied)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at org.apache.excalibur.source.impl.FileSource.getInputStream(FileSource.java:146)
    ... 43 more
WARN    (2005-12-09) 16:53.48:459   [core.manager] (/articles/index.html) PoolThread-3/HTMLGenerator:

how can one find a solution for this?

helena
--------------070706060306050408040204--