DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5204>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5204 cocoon hangs trying to load the sample pages ------- Additional Comments From [EMAIL PROTECTED] 2002-03-13 22:56 ------- OK, I've got some news for you... Put tomcat back to version 4.0.1, got the latest CVS version of cocoon, compiled, installed, tested, didn't work. Put xercesImpl-2.0.0.jar and xml-apis.jar from the cocoon installation into $JAVA_HOME/lib/endorsed, tested, didn't work, stack trace of a ClassCastException somewhere in the XML parser guts. Deleted xercesImpl-2.0.0.jar and xml-apis.jar from cocoon, and common/lib/xerces.jar from tomcat, and behold, it worked. However, as soon as I access the XSP samples (and a few other things too), I get an error page with a stack trace: Original exception : java.lang.ClassNotFoundException: org.apache.xerces.parsers.SAXParser at org.xml.sax.helpers.XMLReaderFactory.createXMLReader(XMLReaderFactory.java:121) at org.xml.sax.helpers.XMLReaderFactory.createXMLReader(XMLReaderFactory.java:96) at org.apache.cocoon.components.language.markup.AbstractMarkupLanguage.generateCode(AbstractMarkupLanguage.java:377) at org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.generateResource(ProgramGeneratorImpl.java:365) at org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.createResource(ProgramGeneratorImpl.java:328) at org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.load(ProgramGeneratorImpl.java:291) at org.apache.cocoon.generation.ServerPagesGenerator.setup(ServerPagesGenerator.java:203) at org.apache.cocoon.components.pipeline.AbstractEventPipeline.setupPipeline(AbstractEventPipeline.java:197) at org.apache.cocoon.components.pipeline.CachingEventPipeline.setup(CachingEventPipeline.java:279) at org.apache.cocoon.components.pipeline.CachingEventPipeline.generateKey(CachingEventPipeline.java:142) at org.apache.cocoon.components.pipeline.CachingStreamPipeline.process(CachingStreamPipeline.java:320) at org.apache.cocoon.www.sitemap_xmap.matchN10611(/usr/local/tomcat/work/localhost/cocoon/cocoon-files/org/apache/cocoon/www/sitemap_xmap.java:7837) at org.apache.cocoon.www.sitemap_xmap.process(/usr/local/tomcat/work/localhost/cocoon/cocoon-files/org/apache/cocoon/www/sitemap_xmap.java:2848) at org.apache.cocoon.www.sitemap_xmap.process(/usr/local/tomcat/work/localhost/cocoon/cocoon-files/org/apache/cocoon/www/sitemap_xmap.java:2227) (et cetera) Have I deleted too much now? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]