You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by John Cyriac <jc...@hcltech.com> on 2000/04/20 19:31:13 UTC

java.lang.RuntimeException: Error loading logicsheet on Resin1.1b6

hi,
i am using Resin 1.1 on NT4.0 SP6. Following is what i get when i give
http://localhost/servlet/cocoon or http://localhost/Cocoon.xml. I tried
putting the src/org [which has the xsl] in the docroot/classpath still it
doesnt work.
Any help is appreciated.


java.lang.RuntimeException: Error loading logicsheet:
resource://org/apache/cocoon/processor/xsp/library/java/cookie.xsl.
java.io.IOException: Resource not found:
resource://org/apache/cocoon/processor/xsp/library/java/cookie.xsl
	at org.apache.cocoon.processor.xsp.XSPProcessor.init(XSPProcessor.java,
Compiled Code)
	at org.apache.cocoon.framework.Manager.create(Manager.java:89)
	at org.apache.cocoon.framework.Router.init(Router.java, Compiled Code)
	at org.apache.cocoon.framework.Manager.create(Manager.java:89)
	at org.apache.cocoon.Engine.(Engine.java:155)
	at org.apache.cocoon.Engine.getInstance(Engine.java:190)
	at org.apache.cocoon.Cocoon.init(Cocoon.java:119)
	at com.caucho.server.http.Application.loadServlet(Application.java:1216)
	at com.caucho.server.http.Invocation.getServlet(Invocation.java:252)
	at com.caucho.server.http.AbstractRequest.service(AbstractRequest.java:407)
	at com.caucho.server.http.AbstractRequest.service(AbstractRequest.java:391)
	at com.caucho.server.http.PageCache$Entry.service(PageCache.java:244)
	at com.caucho.server.http.PageCache.service(PageCache.java:103)
	at com.caucho.server.http.VirtualHost.service(VirtualHost.java:382)
	at com.caucho.server.http.Request.dispatch(Request.java:205)
	at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:189)
	at com.caucho.server.http.HttpRequest.handleConnection(HttpRequest.java,
Compiled Code)
	at com.caucho.server.TcpConnection.run(TcpConnection.java, Compiled Code)
	at java.lang.Thread.run(Thread.java:479)

Thank you
-john

Anybody who tried Cocoon on Resin 1.1b6 ?


Re: java.lang.RuntimeException: Error loading logicsheet on Resin1.1b6

Posted by Stefano Mazzocchi <st...@apache.org>.
John Cyriac wrote:
> 
> I just commented the lines starting with
> processor.xsp.library
> in the cocoon.properties file. then it started working. What is this all
> about? is this commenting a right thing to do?

Hmmmm, no. You're disabling XSP taglibs that way.

Try to do 

 processor.xsp.library=file:///path/to/library/library-name.xsl

-- 
Stefano Mazzocchi      One must still have chaos in oneself to be
                          able to give birth to a dancing star.
<st...@apache.org>                             Friedrich Nietzsche
--------------------------------------------------------------------
 Missed us in Orlando? Make it up with ApacheCON Europe in London!
------------------------- http://ApacheCon.Com ---------------------



RE: java.lang.RuntimeException: Error loading logicsheet on Resin1.1b6

Posted by John Cyriac <jc...@hcltech.com>.
I just commented the lines starting with
processor.xsp.library
in the cocoon.properties file. then it started working. What is this all
about? is this commenting a right thing to do?
-john


-----Original Message-----
From: John Cyriac [mailto:jcyriac@hcltech.com]
Sent: Thursday, April 20, 2000 10:31 AM
To: cocoon-users@xml.apache.org
Subject: java.lang.RuntimeException: Error loading logicsheet on
Resin1.1b6


hi,
i am using Resin 1.1 on NT4.0 SP6. Following is what i get when i give
http://localhost/servlet/cocoon or http://localhost/Cocoon.xml. I tried
putting the src/org [which has the xsl] in the docroot/classpath still it
doesnt work.
Any help is appreciated.


java.lang.RuntimeException: Error loading logicsheet:
resource://org/apache/cocoon/processor/xsp/library/java/cookie.xsl.
java.io.IOException: Resource not found:
resource://org/apache/cocoon/processor/xsp/library/java/cookie.xsl
	at org.apache.cocoon.processor.xsp.XSPProcessor.init(XSPProcessor.java,
Compiled Code)
	at org.apache.cocoon.framework.Manager.create(Manager.java:89)
	at org.apache.cocoon.framework.Router.init(Router.java, Compiled Code)
	at org.apache.cocoon.framework.Manager.create(Manager.java:89)
	at org.apache.cocoon.Engine.(Engine.java:155)
	at org.apache.cocoon.Engine.getInstance(Engine.java:190)
	at org.apache.cocoon.Cocoon.init(Cocoon.java:119)
	at com.caucho.server.http.Application.loadServlet(Application.java:1216)
	at com.caucho.server.http.Invocation.getServlet(Invocation.java:252)
	at com.caucho.server.http.AbstractRequest.service(AbstractRequest.java:407)
	at com.caucho.server.http.AbstractRequest.service(AbstractRequest.java:391)
	at com.caucho.server.http.PageCache$Entry.service(PageCache.java:244)
	at com.caucho.server.http.PageCache.service(PageCache.java:103)
	at com.caucho.server.http.VirtualHost.service(VirtualHost.java:382)
	at com.caucho.server.http.Request.dispatch(Request.java:205)
	at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:189)
	at com.caucho.server.http.HttpRequest.handleConnection(HttpRequest.java,
Compiled Code)
	at com.caucho.server.TcpConnection.run(TcpConnection.java, Compiled Code)
	at java.lang.Thread.run(Thread.java:479)

Thank you
-john

Anybody who tried Cocoon on Resin 1.1b6 ?


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