Hiya Jose, I am having the exact problems. I solved the one you have but continued to another. A trick(i used) to solve the same problem was to rename parser.jar and jaxp.jar to zparser.jar and zjaxp.jar. I will try the manifest trick and see if i get anywhere with that. Things i have tried after following the orionsupport doc.
1)put all cocoons jar files + cocoon-filter.jar in orion<dir>  -- didn't work
2)put all the jar files into orion/lib as this is where they go for tomcat --no luck
3)unpacked cocoon and cocoon-filter into <web-app>/lib --no luck
4)unpacked jars into orion/lib  --no luck, though my error message is that cocoon cannot load the util/util.xsl (in cocoon.jar)
P.S i also over wrote the orion zerces and zalan jars with cocoons versions. I also put all the files into my system classpath!!! (i've almost given up except for the fact cocoon is a servlet and there must be a way to say that this is a system servlet get it :-)
 
If i come up with any solutions will post them, i am not yet about to give up.
Bronwen
-----Original Message-----
From: Jose Jorge Tom� Hernando [mailto:[EMAIL PROTECTED]]
Sent: 14 February 2001 08:37
To: Orion-Interest
Subject: Problems trying to run Orion + Cocoon


Hello guys

I am having problems trying to setup Orion to use Cocoon.

I have read (and i have followed strictly) the instructions in www.orionsupport.com, i have browse the mailing list archive and i have tried all recomendations there are.

My actual sitation is, i have updated in orion.jar file the MANIFEST.MF file to modify the classpath and include before all others the cocoon jar's. In this moment i get the next error when i try to access the http://localhost/samples/index.xml page.

--8<----8<----8<----8<----8<----8<----8<----8<----8<----8<----8<----8<----8<--
java.lang.RuntimeException: Error while initializing XSP engine: org.xml.sax.SAXNotRecognizedException: http://apache.org/xml/features/validation/schema
                at org.apache.xerces.framework.XMLParser.setFeature(XMLParser.java:1515)
                at org.apache.xerces.parsers.DOMParser.setFeature(DOMParser.java:659)
                at org.apache.cocoon.parser.XercesParser.parse(XercesParser.java:78)
                at org.apache.cocoon.parser.AbstractParser.parse(AbstractParser.java:83)
                at org.apache.cocoon.processor.xsp.XSPProcessor.init(XSPProcessor.java:186)
                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.&lt;init&gt;(Engine.java:179)
                at org.apache.cocoon.Engine.getInstance(Engine.java:232)
                at org.apache.cocoon.Cocoon.init(Cocoon.java:157)
                at com.orionsupport.cocoon.CocoonServlet.init(CocoonServlet.java:52)
                at com.evermind.server.http.HttpApplication.xc(JAX)
                at com.evermind.server.http.HttpApplication.wu(JAX)
                at com.evermind.server.http.HttpApplication.u5(JAX)
                at com.evermind.server.http.eg.s9(JAX)
                at com.evermind.server.http.eg.dr(JAX)
                at com.evermind.util.f.run(JAX)

                at org.apache.cocoon.processor.xsp.XSPProcessor.init(XSPProcessor.java:198)
                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)
                at org.apache.cocoon.Engine.getInstance(Engine.java:232)
                at org.apache.cocoon.Cocoon.init(Cocoon.java:157)
                at com.orionsupport.cocoon.CocoonServlet.init(CocoonServlet.java:52)
                at com.evermind.server.http.HttpApplication.xc(JAX)
                at com.evermind.server.http.HttpApplication.wu(JAX)
                at com.evermind.server.http.HttpApplication.u5(JAX)
                at com.evermind.server.http.eg.s9(JAX)
                at com.evermind.server.http.eg.dr(JAX)
                at com.evermind.util.f.run(JAX)

--8<----8<----8<----8<----8<----8<----8<----8<----8<----8<----8<----8<----8<--

Can someone help me to solve this problem and get Cocoon run with Orion?.

TIA

    Jorge Tom� Hernando

Reply via email to