You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Srinivas Konchada <ks...@mpower.com> on 2000/09/13 20:33:08 UTC

Cocoon + resin

Hello
I am getting a classcast Exception when I try to invoke a XSP page.
I followed the instructions got from the news group. I had cocoon.jar,
xerces.jar, xalan.jar before any of the resin jars.
But I am getting a classcast Exception, here is the actual error message




Error found handling the request.
java.lang.ClassCastException: _D_._demo_1._site._samples._xsp._clean_page
	at
org.apache.cocoon.processor.xsp.language.java.XSPJavaProcessor.load(XSPJavaP
rocessor.java:181)
	at
org.apache.cocoon.processor.xsp.XSPProcessor.loadPage(XSPProcessor.java:471)
	at
org.apache.cocoon.processor.xsp.XSPProcessor.process(XSPProcessor.java:452)
	at org.apache.cocoon.Engine.handle(Engine.java:305)
	at org.apache.cocoon.Cocoon.service(Cocoon.java:167)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:83)
	at com.caucho.server.http.AbstractRequest.service(AbstractRequest.java:452)
	at com.caucho.server.http.VirtualHost.service(VirtualHost.java:404)
	at com.caucho.server.http.Request.dispatch(Request.java:211)
	at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:207)
	at
com.caucho.server.http.HttpRequest.handleConnection(HttpRequest.java:142)
	at com.caucho.server.TcpConnection.run(TcpConnection.java:139)
	at java.lang.Thread.run(Thread.java:484)



Thank you
Srinivas