You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Christopher Cobb <cc...@phtek.com> on 2001/06/16 07:31:47 UTC

[C2] sub sitemap: Resource not found

Hi,

I have Cocoon 2 installed and running on my Linux System with Tomcat 
3.2.2.  Most of the samples seems to work but a number of them do not.

For example, when I click on 'sub sitemap', I get:

Cocoon 2 - Resource not found
type resource-not-found
message Resource not found
description The requested URI "/cocoon/sub/welcome" was not found.
sender org.apache.cocoon.servlet.CocoonServlet
source Cocoon servlet
request-uri
/cocoon/sub/welcome
path-info
sub/welcome

Since I am brand-spanking new at this, can anyone give me any pointers 
on how I might troubleshoot this?

Chris


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


RE: [C2] sub sitemap: Resource not found

Posted by Torsten Curdt <tc...@dff.st>.
There is a problem with current sub sitemap implementation
in at least 2.1-dev. Probably in the 2.0 branch as well.

That's all I know so far...
--
Torsten

> The welcome page says version 2.1-dev
> 
> I got the sources from CVS.  They are at most a few days old.  The only
> difference between what I have and what's in there today is that these
> files are no longer in the repository:
>     lib/avalon-excalibur-4.0b3.jar
>     lib/avalon-framework-4.0b3.jar
>     src/org/apache/cocoon/transformation/I18nTransformer2.java
> 
> Other than that, my sources are completely up-to-date.
> 
> cc
> 
> Torsten Curdt wrote:
> 
> > Which version of Cocoon are you using exactly?
> > --
> > Torsten
> >
> > > Hi,
> > >
> > > I have Cocoon 2 installed and running on my Linux System with Tomcat
> > > 3.2.2.  Most of the samples seems to work but a number of them do not.
> > >
> > > For example, when I click on 'sub sitemap', I get:
> > >
> > > Cocoon 2 - Resource not found
> > > type resource-not-found
> > > message Resource not found
> > > description The requested URI "/cocoon/sub/welcome" was not found.
> > > sender org.apache.cocoon.servlet.CocoonServlet
> > > source Cocoon servlet
> > > request-uri
> > > /cocoon/sub/welcome
> > > path-info
> > > sub/welcome
> > >
> > > Since I am brand-spanking new at this, can anyone give me any pointers
> > > on how I might troubleshoot this?
> > >
> > > Chris


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


Re: [C2] sub sitemap: Resource not found

Posted by Christopher Cobb <cc...@phtek.com>.
The welcome page says version 2.1-dev

I got the sources from CVS.  They are at most a few days old.  The only
difference between what I have and what's in there today is that these
files are no longer in the repository:
    lib/avalon-excalibur-4.0b3.jar
    lib/avalon-framework-4.0b3.jar
    src/org/apache/cocoon/transformation/I18nTransformer2.java

Other than that, my sources are completely up-to-date.

cc

Torsten Curdt wrote:

> Which version of Cocoon are you using exactly?
> --
> Torsten
>
> > Hi,
> >
> > I have Cocoon 2 installed and running on my Linux System with Tomcat
> > 3.2.2.  Most of the samples seems to work but a number of them do not.
> >
> > For example, when I click on 'sub sitemap', I get:
> >
> > Cocoon 2 - Resource not found
> > type resource-not-found
> > message Resource not found
> > description The requested URI "/cocoon/sub/welcome" was not found.
> > sender org.apache.cocoon.servlet.CocoonServlet
> > source Cocoon servlet
> > request-uri
> > /cocoon/sub/welcome
> > path-info
> > sub/welcome
> >
> > Since I am brand-spanking new at this, can anyone give me any pointers
> > on how I might troubleshoot this?
> >
> > Chris
>
> ---------------------------------------------------------------------
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
>
> To unsubscribe, e-mail: <co...@xml.apache.org>
> For additional commands, e-mail: <co...@xml.apache.org>


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


RE: [C2] sub sitemap: Resource not found

Posted by Torsten Curdt <tc...@dff.st>.
Which version of Cocoon are you using exactly?
--
Torsten

> Hi,
> 
> I have Cocoon 2 installed and running on my Linux System with Tomcat 
> 3.2.2.  Most of the samples seems to work but a number of them do not.
> 
> For example, when I click on 'sub sitemap', I get:
> 
> Cocoon 2 - Resource not found
> type resource-not-found
> message Resource not found
> description The requested URI "/cocoon/sub/welcome" was not found.
> sender org.apache.cocoon.servlet.CocoonServlet
> source Cocoon servlet
> request-uri
> /cocoon/sub/welcome
> path-info
> sub/welcome
> 
> Since I am brand-spanking new at this, can anyone give me any pointers 
> on how I might troubleshoot this?
> 
> Chris


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


RE: [C2] sub sitemap: Resource not found

Posted by Torsten Curdt <tc...@dff.st>.
This is taken from the cocoon-users list...
...I guess it's the same problem that I was
reporting yesterday... (as far as one can
tell on this information ;)

Is the sub sitemap example really working in the
2.0 branch?
--
Torsten

> -----Original Message-----
> From: Christopher Cobb [mailto:ccobb@phtek.com]
> Sent: Saturday, June 16, 2001 7:32 AM
> To: cocoon-users@xml.apache.org
> Subject: [C2] sub sitemap: Resource not found
> 
> 
> Hi,
> 
> I have Cocoon 2 installed and running on my Linux System with Tomcat 
> 3.2.2.  Most of the samples seems to work but a number of them do not.
> 
> For example, when I click on 'sub sitemap', I get:
> 
> Cocoon 2 - Resource not found
> type resource-not-found
> message Resource not found
> description The requested URI "/cocoon/sub/welcome" was not found.
> sender org.apache.cocoon.servlet.CocoonServlet
> source Cocoon servlet
> request-uri
> /cocoon/sub/welcome
> path-info
> sub/welcome
> 
> Since I am brand-spanking new at this, can anyone give me any pointers 
> on how I might troubleshoot this?
> 
> Chris
> 
> 
> ---------------------------------------------------------------------
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
> 
> To unsubscribe, e-mail: <co...@xml.apache.org>
> For additional commands, e-mail: <co...@xml.apache.org>
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org