util.xsl not found problem

2001-11-09 Thread Tegid


Hi,

I installed Tomcat 3.2.3 and Cocoon 1.8.2 with the cocoon jars in
the tomcat/lib/common directory.  However, when I attempt to access the
Cocoon sample xml pages I get:

java.lang.RuntimeException: Error loading logicsheet at
resource://org/apache/cocoon/processor/xsp/library/java/util.xsl due to
java.lang.Exception: Resource not found or retrieving error.
at
org.apache.cocoon.processor.xsp.XSPProcessor.init(XSPProcessor.java:302)
at org.apache.cocoon.framework.Manager.create(Manager.java:109)
at org.apache.cocoon.framework.Router.init(Router.java:80)
at org.apache.cocoon.framework.Manager.create(Manager.java:109)
at org.apache.cocoon.Engine.init(Engine.java:179)
etc...etc...etc...

If anyone has any idea why this is happening I could really use the
assistance.

Thanks,

Trevor

-
How many Prolog programmers does it take to change a lightbulb?
No.



-
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: util.xsl not found problem

2001-11-09 Thread Lajos Moczar

Hi Trevor:

You need to check the location of the logicsheet 
(processor.xsp.logicsheet.util.java = resource://path) in 
cocoon.properties. I've had several occasions where I simply had to 
change resource:// to file:// and point to the where they were in 
the Cocoon 1.8.2 distribution. Not that it is the right way, of course, 
but I was in a hurry  didn't have time to figure out why.

Lajos
www.galatea.com



Tegid wrote:

 Hi,
 
   I installed Tomcat 3.2.3 and Cocoon 1.8.2 with the cocoon jars in
 the tomcat/lib/common directory.  However, when I attempt to access the
 Cocoon sample xml pages I get:
 
 java.lang.RuntimeException: Error loading logicsheet at
 resource://org/apache/cocoon/processor/xsp/library/java/util.xsl due to
 java.lang.Exception: Resource not found or retrieving error.
 at
 org.apache.cocoon.processor.xsp.XSPProcessor.init(XSPProcessor.java:302)
 at org.apache.cocoon.framework.Manager.create(Manager.java:109)
 at org.apache.cocoon.framework.Router.init(Router.java:80)
 at org.apache.cocoon.framework.Manager.create(Manager.java:109)
 at org.apache.cocoon.Engine.init(Engine.java:179)
 etc...etc...etc...
 
 If anyone has any idea why this is happening I could really use the
 assistance.
 
 Thanks,
 
 Trevor
 
 -
 How many Prolog programmers does it take to change a lightbulb?
 No.
 
 
 
 -
 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: util.xsl not found problem

2001-11-09 Thread Brian Blakeley

Hi Tegid,

I posted this a while back shortly after I got things going.  Hope it helps.

I think what I did to get past where it sounds like you are was to locate
the various resource files at the end of cocoon.properties and amended
cocoon.properties to point to the various files ( i.e. util.xsl, etc.).

I found the files in $COCOON_HOME/build/src/ 

Once I did that ( with cocoon.jar in the
$TOMCAT_HOME/webapps/cocoon/WEB-INF/lib with the others) I could get
Cocoon.xml and the samples to operate.

Hope this helps.

Brian

- Original Message -
From: Tegid [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, November 09, 2001 8:20 PM
Subject: util.xsl not found problem



 Hi,

 I installed Tomcat 3.2.3 and Cocoon 1.8.2 with the cocoon jars in
 the tomcat/lib/common directory.  However, when I attempt to access the
 Cocoon sample xml pages I get:

 java.lang.RuntimeException: Error loading logicsheet at
 resource://org/apache/cocoon/processor/xsp/library/java/util.xsl due to
 java.lang.Exception: Resource not found or retrieving error.
 at
 org.apache.cocoon.processor.xsp.XSPProcessor.init(XSPProcessor.java:302)
 at org.apache.cocoon.framework.Manager.create(Manager.java:109)
 at org.apache.cocoon.framework.Router.init(Router.java:80)
 at org.apache.cocoon.framework.Manager.create(Manager.java:109)
 at org.apache.cocoon.Engine.init(Engine.java:179)
 etc...etc...etc...

 If anyone has any idea why this is happening I could really use the
 assistance.

 Thanks,

 Trevor

 -
 How many Prolog programmers does it take to change a lightbulb?
 No.



 -
 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]