You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Calvin Cheng <ca...@viador.com> on 2001/08/15 20:12:46 UTC

org.xml.sax.SAXNotSupportedException starting Cocoon 2.0b2

Got this exception with Resin 2.0.1 as well as Jrun 3.0. Couldn't even get
the CocoonServlet to start with Tomcat 4.0 because of a class cast exception
on the CocoonServlet instance.

org.xml.sax.SAXNotSupportedException:
http://xml.org/sax/properties/lexical-handler
	at com.caucho.xml.AbstractParser.setProperty(AbstractParser.java:383)
	at org.apache.cocoon.components.parser.JaxpParser.parse(JaxpParser.java:75)
	at org.apache.cocoon.components.source.URLSource.stream(URLSource.java:321)
	at
org.apache.cocoon.generation.FileGenerator.generate(FileGenerator.java:110)
	at org.apache.cocoon.components.pipeline.CachingEventPipeline.process

I suspect it's a classpath problem and incompatibility between jarss.
These are the files i have in web-inf/lib

Tidy.jar
ant_1_3-optional.jar
ant_1_3.jar
avalon-excalibur.jar
avalon-framework.jar
batik-libs.jar
bsf.jar
cocoon.jar
dom2.jar
fop-0_19_0.jar
hsqldb.jar
jakarta-regexp-1.2.jar
jimi-1.0.jar
jstyle.jar
junit.jar
logkit-1.0b2-dev.jar
maybeupload.jar
rhino.jar
servlet_2_2.jar
stylebook-1.0-b3_xalan-2.jar
velocity-1.1.jar
xalan-2.2.0-dev.jar
xerces_1_4_1.jar
xt.jar

Can you guys see any problem from there?



---------------------------------------------------------------------
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: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>