Re: Getting "Resource not found" error on webLogic 8.1

2003-06-16 Thread Ralph Goers


Are you using the pre-built cocoon?  weblogic 8.1 ships with JDK
1.4. Cocoon probably needs to be rebuilt from the source using the JDK
provided with weblogic (in \bea\jdk141_02).  You will also need to
place the xalan, xerces and xml-apis jar files that come with cocoon in
\bea\jdk141_02\jre\lib\endorsed (you will have to create the endorsed
directory).
Have you tried Cocoon 2.1?  I have that working.
Ralph
At 6/16/2003 06:54 AM, you wrote:
Dear all,
I am getting "Resource not found" error when trying cocoon
2.0.4 on weblogic 8.1.  What I did was to place the cocoon.war under
the application directory and modify the config.xml.  Could someone
please tell me what I did wrong and how I could fix this
problem?
 
Thanks alot in advance for all your help.
 
Thanks,
Anne
 
 
Cocoon 2 - Resource not found
type resource-not-found
message Resource not found

description The requested URI "/cocoon/index.html"
was not found.

sender org.apache.cocoon.servlet.CocoonServlet
source Cocoon servlet
request-uri
/cocoon/index.html
path-info
index.html

Do you Yahoo!?
SBC
Yahoo! DSL - Now only $29.95 per month! 



Getting "Resource not found" error on webLogic 8.1

2003-06-16 Thread Anne Kwong

Dear all,
I am getting "Resource not found" error when trying cocoon 2.0.4 on weblogic 8.1.  What I did was to place the cocoon.war under the application directory and modify the config.xml.  Could someone please tell me what I did wrong and how I could fix this problem?
 
Thanks alot in advance for all your help.
 
Thanks,
Anne
 
 
Cocoon 2 - Resource not found
type resource-not-found
message Resource not found
description The requested URI "/cocoon/index.html" was not found.
sender org.apache.cocoon.servlet.CocoonServlet
source Cocoon servlet
request-uri/cocoon/index.html

path-infoindex.html
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!

RE: Cocoon Resource Not Found Depending On Database Query

2002-10-21 Thread JD Daniels
ARGH

Sorry all, I found in my sitemap.log.

ServerPagesGenerator: Exception in generate()
java.lang.RuntimeException: Error getting clob data: Column 'lid' not found.

Inside my rowset.. I had a value for a column that did not exist. It could
not find my error2html.xsl. hence the not found error. DOH!

JD



-Original Message-
From: Bobby Mitchell [mailto:bobby@;niac.usra.edu]
Sent: Monday, October 21, 2002 1:16 PM
To: [EMAIL PROTECTED]
Subject: Re: Cocoon Resource Not Found Depending On Database Query


JD Daniels wrote:

>Hi All,
>
>I have the following Datasource in my xconf file:
>
>   
>   
>   jdbc:mysql://host/database_one/
>   user
>   pass
>   
>
>And This xsp:
>
>
>   database_one
>   
>   SELECT * FROM thetable LIMIT 1
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>
>
>
>The weirdness is:
>
>If thetable does not exist in database one, the xsp executes correctly and
>gives me the MySQL Error Saying the table does not exist. But when I create
>a query that should work (ie a table that really does exist), I get Cocoon
2
>error:
>
>The requested URI "/cocoon/mount/test/test.xsp" was not found
>
Does the file listed above exist in that directory?

>
>Why would Cocoon not map it correctly ?? I am confused :(
>
>Sitemap entry:
>
>   
>   
>   
>   
>
>
>I am using Tomcat 4 + RedHat
>
>JD Daniels
>
>
>-
>Please check that your question  has not already been answered in the
>FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
>
>To unsubscribe, e-mail: <[EMAIL PROTECTED]>
>For additional commands, e-mail:   <[EMAIL PROTECTED]>
>
>

--
Robert J. (Bobby) Mitchell
Systems Administrator
NASA Institute for Advanced Concepts
555A 14th St Atlanta, Ga. 30318
Phone: (404)347-9633 Fax: (404)347-9638





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

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>


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

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




Cocoon Resource Not Found Depending On Database Query

2002-10-21 Thread JD Daniels
Hi All,

I have the following Datasource in my xconf file:



jdbc:mysql://host/database_one/
user
pass


And This xsp:


database_one

SELECT * FROM thetable LIMIT 1














The weirdness is:

If thetable does not exist in database one, the xsp executes correctly and
gives me the MySQL Error Saying the table does not exist. But when I create
a query that should work (ie a table that really does exist), I get Cocoon 2
error:

The requested URI "/cocoon/mount/test/test.xsp" was not found

Why would Cocoon not map it correctly ?? I am confused :(

Sitemap entry:







I am using Tomcat 4 + RedHat

JD Daniels


-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




Re: Cocoon Resource Not Found Depending On Database Query

2002-10-21 Thread Bobby Mitchell
JD Daniels wrote:


Hi All,

I have the following Datasource in my xconf file:

	
		
		jdbc:mysql://host/database_one/
		user
		pass
	

And This xsp:


	database_one
	
		SELECT * FROM thetable LIMIT 1
		
		
			

	
		
	

			
		
	



The weirdness is:

If thetable does not exist in database one, the xsp executes correctly and
gives me the MySQL Error Saying the table does not exist. But when I create
a query that should work (ie a table that really does exist), I get Cocoon 2
error:

The requested URI "/cocoon/mount/test/test.xsp" was not found


Does the file listed above exist in that directory?



Why would Cocoon not map it correctly ?? I am confused :(

Sitemap entry:

			


			


I am using Tomcat 4 + RedHat

JD Daniels


-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>
 


--
Robert J. (Bobby) Mitchell
Systems Administrator
NASA Institute for Advanced Concepts
555A 14th St Atlanta, Ga. 30318
Phone: (404)347-9633 Fax: (404)347-9638





-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




Re: Resource not found "/"

2002-10-15 Thread Bryan Zarnett

That worked perfectly! Thanks Leo!

Bryan

On Tuesday, October 15, 2002, at 04:44 AM, leo leonid wrote:

>
> On Dienstag, Oktober 15, 2002, at 02:14  Uhr, Bryan Zarnett wrote:
>
>> I am currently trying to make a weblog application I created the main  
>> association to my root URL. Right now I have it setup so that the  
>> welcome.xhtml is called whenever I hit my URL.  What I want to happen  
>> is that i want my weblog sitemap to be called and the "foo.html" to  
>> be passed to my weblog sitemap.
>>
>> For example, if the URL is http://www.foo.com/ when I pass down  
>> http://www.foo.com/index.html, my weblog sitemap is invoked.
>>
>> The follow is the main sitemap entry I have created in the main  
>> sitemap and blows up.
>>
>> 
>>  
>>  
>>  > src="file:///usr/local/jakarta-tomcat4.1.10/webapps/cocoon/weblog/ 
>> xml/sitemap.xmap"/>
>>  
>> 
>>
>> The exception I get is:
>> "Resource not found", The requested URI "/" was not found.
>>
>>
>> I presume this has to do with my pattern and uri-prefix.
>>
>> I left the Cocoon book at work so I can't use it as a resource in  
>> this circumstance.
>
>
>
> use this in your main xmap
>
>   
>   
>   
>
>
> and something like this in your sub xmap
>
>   
>   
>   
>
> /Leo
>
>
> -
> Please check that your question  has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
>


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

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




Re: Resource not found "/"

2002-10-15 Thread leo leonid


On Dienstag, Oktober 15, 2002, at 02:14  Uhr, Bryan Zarnett wrote:

> I am currently trying to make a weblog application I created the main  
> association to my root URL. Right now I have it setup so that the  
> welcome.xhtml is called whenever I hit my URL.  What I want to happen  
> is that i want my weblog sitemap to be called and the "foo.html" to be  
> passed to my weblog sitemap.
>
> For example, if the URL is http://www.foo.com/ when I pass down  
> http://www.foo.com/index.html, my weblog sitemap is invoked.
>
> The follow is the main sitemap entry I have created in the main  
> sitemap and blows up.
>
> 
>   
>   
>src="file:///usr/local/jakarta-tomcat4.1.10/webapps/cocoon/weblog/xml/ 
> sitemap.xmap"/>
>   
> 
>
> The exception I get is:
> "Resource not found", The requested URI "/" was not found.
>
>
> I presume this has to do with my pattern and uri-prefix.
>
> I left the Cocoon book at work so I can't use it as a resource in this  
> circumstance.



use this in your main xmap






and something like this in your sub xmap





/Leo


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

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




Resource not found "/"

2002-10-14 Thread Bryan Zarnett
I am currently trying to make a weblog application I created the main association to my root URL. Right now I have it setup so that the welcome.xhtml is called whenever I hit my URL.  What I want to happen is that i want my weblog sitemap to be called and the "foo.html" to be passed to my weblog sitemap.

For example, if the URL is http://www.foo.com/ when I pass down http://www.foo.com/index.html, my weblog sitemap is invoked.

The follow is the main sitemap entry I have created in the main sitemap and blows up.




 



The exception I get is:
"Resource not found", The requested URI "/" was not found.


I presume this has to do with my pattern and uri-prefix.  

I left the Cocoon book at work so I can't use it as a resource in this circumstance.

RE: runtime exception, resource not found (C 2.0.3)

2002-07-18 Thread Piroumian Konstantin

> From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] 
> > From: Barbara Post [mailto:[EMAIL PROTECTED]]
> > 
> > I'm trying to use a resource and have the following. I use 
> c203 binary
> for
> > jvm 1.3 (jdk 1.3.1).
> > 
> > org.apache.cocoon.ProcessingException: Failed to execute pipeline.:
> > java.lang.RuntimeException: mlForm could not be found. (possible
> classloader
> > problem)
> 
...

> > in the resources (even a static file isn't found) :
> >  
> >  
> 
> Cocoon Resources have nothing to do with Java resource protocol. See
> sample sitemaps for samples of Cocoon resource usage.

Shortly, you have to use  instead.

Konstantin

> 
> 
> Vadim
> 
> 
> > 
> >  
> >  
> >  
> >  
> > 
> > What's wrong ? Thanks a lot.
> > 
> > Barbara
> 
> 
> -
> Please check that your question  has not already been answered in the
> FAQ before posting. 
> 
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
> 

-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




RE: runtime exception, resource not found (C 2.0.3)

2002-07-18 Thread Vadim Gritsenko

> From: Barbara Post [mailto:[EMAIL PROTECTED]]
> 
> I'm trying to use a resource and have the following. I use c203 binary
for
> jvm 1.3 (jdk 1.3.1).
> 
> org.apache.cocoon.ProcessingException: Failed to execute pipeline.:
> java.lang.RuntimeException: mlForm could not be found. (possible
classloader
> problem)

...

> in my pipeline :
> 
>  
> 

Resource is a Java protocol returning data loaded with ClassLoader's
method getResource.

It appears that you do not have any file named "mlForm" in the classpath
(in WEB-INF/classes or in some jar file in WEB-INF/lib).


> 
>
> 
> 
> in the resources (even a static file isn't found) :
>  
>  

Cocoon Resources have nothing to do with Java resource protocol. See
sample sitemaps for samples of Cocoon resource usage.


Vadim


> 
>  
>  
>  
>  
> 
> What's wrong ? Thanks a lot.
> 
> Barbara


-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




runtime exception, resource not found (C 2.0.3)

2002-07-18 Thread Barbara Post

I'm trying to use a resource and have the following. I use c203 binary for
jvm 1.3 (jdk 1.3.1).

org.apache.cocoon.ProcessingException: Failed to execute pipeline.:
java.lang.RuntimeException: mlForm could not be found. (possible classloader
problem)
 at
org.apache.cocoon.components.pipeline.CachingStreamPipeline.process(CachingS
treamPipeline.java:414)
 at
org.apache.cocoon.www.sitemap_xmap.matchN102AB(E:\tomcat404\work\Standalone\
localhost\baepp\cocoon-files\org/apache/cocoon/www\sitemap_xmap.java:2587)
 at
org.apache.cocoon.www.sitemap_xmap.process(E:\tomcat404\work\Standalone\loca
lhost\baepp\cocoon-files\org/apache/cocoon/www\sitemap_xmap.java:1921)
 at
org.apache.cocoon.www.sitemap_xmap.process(E:\tomcat404\work\Standalone\loca
lhost\baepp\cocoon-files\org/apache/cocoon/www\sitemap_xmap.java:1810)
 at org.apache.cocoon.sitemap.Handler.process(Handler.java:224)
 at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:179)
 at
org.apache.cocoon.sitemap.SitemapManager.process(SitemapManager.java:154)
 at org.apache.cocoon.Cocoon.process(Cocoon.java:575)


in my pipeline :

 


   


in the resources (even a static file isn't found) :
 
 

 
 
 
 

What's wrong ? Thanks a lot.

Barbara



-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




"Resource not found" message

2002-06-20 Thread Tom Loebach
Folks,
  This is a newbie question. I am trying to pass parameters into cocoon with a URI that looks like this:
http://server:8080/cocoon/APP?color=red&shape=square
Cocoon has no problems when the parameters have values. If I pass in a URI that looks like this:
http://server:8080/APP?color=&shape=square
I get the follwoing error
--
The org.apache.cocoon.www.sitemap_xmap notifies that org.apache.cocoon.ProcessingException says:Exception during processing of http://server;8080/APP?color=&shape=square More precisely:org.apache.cocoon.ProcessingException: Exception during processing of http://server:8080/APP?color=&shape=square: org.apache.cocoon.ResourceNotFoundException: Resource not found http://server:8080/APP?color=&shape=square: java.io.FileNotFoundException: http://server:8080/APP?color=&shape=square
-
My sitemap entry looks like this:
          http://server/APP/app_query{requestQuery}"/>        
-
Any tips would be appreciated.
Thanks,
-tomDo You Yahoo!?
Sign-up for Video Highlights of 2002 FIFA World Cup

RE: [C2.0b1] Resource Not Found

2001-07-06 Thread Drasko Kokic

You are probably right about problems with JS and
browsers, but here is something else wrong.

Why am I having empty Java file in the work directory?
 It looks like a fault in the XSP generator.
And, also, why is the file in question
(Checkin_xsp.java) not under LOOP/SingleLogin
subdirectory?
Just to remind you, I am calling the following URL:
http://localhost:8800/KontoCheck/LOOP/SingleLogin/CheckIn
and in the KontoCheck sitemap I am mounting the
sub-sitemap for the LOOP sub-URI.

How should this work?

TIA
Drasko


--- "HALLOWELL,KARL (HP-Cupertino,ex1)"
<[EMAIL PROTECTED]> wrote:
> IMHO, it looks like a javascript problem here. Both
> Netscape and IE have
> their problems with javascript. The "Resource Not
> Found" error is something
> I've seen in Netscape browsers before when they open
> javascript
> that-Netscape-wasn't-meant-to-view. I'm not familiar
> with how Cocoon 2 does
> browser version detection (is that in a FAQ
> somewhere?).
> 
> 
> Karl Hallowell [EMAIL PROTECTED]
> 
> > -Original Message-
> > From: Drasko Kokic [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, July 04, 2001 2:23 PM
> > To: [EMAIL PROTECTED]
> > Subject: [C2.0b1] Resource Not Found
> > 
> > 
> > I am having this problem now already one week and
> have
> > no idea what is causing it:
> > 
> > The page in question is available at the following
> > URL:
> > 
> > http://kodra.loop.de/KontoCheck/LOOP
> > 
> > and produces strange "Resource Not Found" error
> > WITHOUT any trace in the log file (it all looks
> OK)
> > What is even stranger is that it happens only with
> > Netscape browser.  IE is more or less okay with
> it.
> > 
> > For comparison look at the following URL:
> > 
> > http://kodra.loop.de/PEPSi/demo
> > 
> > (this is the C1.8.2 implementation of the same
> > prototype)
> > 
> > Does anybody have any idea what could be a
> problem? 
> > How to find out which "resource is not found"?!
> > 
> > TIA
> > Drasko
> > 
> > __
> > Do You Yahoo!?
> > Get personalized email addresses from Yahoo! Mail
> > http://personal.mail.yahoo.com/
> > 
> >
>
-
> > 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:
> <[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> <[EMAIL PROTECTED]>
> > 
> 
>
-
> 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:
> <[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <[EMAIL PROTECTED]>
> 


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

-
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: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




RE: [C2.0b1] Resource Not Found

2001-07-06 Thread HALLOWELL,KARL (HP-Cupertino,ex1)

IMHO, it looks like a javascript problem here. Both Netscape and IE have
their problems with javascript. The "Resource Not Found" error is something
I've seen in Netscape browsers before when they open javascript
that-Netscape-wasn't-meant-to-view. I'm not familiar with how Cocoon 2 does
browser version detection (is that in a FAQ somewhere?).


Karl Hallowell [EMAIL PROTECTED]

> -Original Message-
> From: Drasko Kokic [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 04, 2001 2:23 PM
> To: [EMAIL PROTECTED]
> Subject: [C2.0b1] Resource Not Found
> 
> 
> I am having this problem now already one week and have
> no idea what is causing it:
> 
> The page in question is available at the following
> URL:
> 
> http://kodra.loop.de/KontoCheck/LOOP
> 
> and produces strange "Resource Not Found" error
> WITHOUT any trace in the log file (it all looks OK)
> What is even stranger is that it happens only with
> Netscape browser.  IE is more or less okay with it.
> 
> For comparison look at the following URL:
> 
> http://kodra.loop.de/PEPSi/demo
> 
> (this is the C1.8.2 implementation of the same
> prototype)
> 
> Does anybody have any idea what could be a problem? 
> How to find out which "resource is not found"?!
> 
> TIA
> Drasko
> 
> __
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail
> http://personal.mail.yahoo.com/
> 
> -
> 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: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>
> 

-
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: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




[C2.0b1] Resource Not Found

2001-07-04 Thread Drasko Kokic

I am having this problem now already one week and have
no idea what is causing it:

The page in question is available at the following
URL:

http://kodra.loop.de/KontoCheck/LOOP

and produces strange "Resource Not Found" error
WITHOUT any trace in the log file (it all looks OK)
What is even stranger is that it happens only with
Netscape browser.  IE is more or less okay with it.

For comparison look at the following URL:

http://kodra.loop.de/PEPSi/demo

(this is the C1.8.2 implementation of the same
prototype)

Does anybody have any idea what could be a problem? 
How to find out which "resource is not found"?!

TIA
Drasko

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

-
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: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




RE: [C2] sub sitemap: Resource not found

2001-06-16 Thread Torsten Curdt

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: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




Re: [C2] sub sitemap: Resource not found

2001-06-16 Thread Christopher Cobb

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: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>


-
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: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




RE: [C2] sub sitemap: Resource not found

2001-06-16 Thread Torsten Curdt

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: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>