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.<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)
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
- RE: Problems trying to run Orion + Cocoon Jose Jorge Tom� Hernando
- RE: Problems trying to run Orion + Cocoon Bronwen Cassidy
