Thanks for the info. Anyhow, I had the java/jre/lib/endorsed with some older xml jars, erased those, and then created the TOMCAT_HOME/common/endorsed as you suggested, copied over the xml jar files (xalan-2.4.1.jar xercesImpl-2.1.0.jar xml-apis.jar xsltc.jar) from xml-cocoon2/common/endorsed/ I also tried just for kicks having both 4files at java/jre/lib/endorsed and at TOMCAT_HOME/common/endorsed with exact same errors. Also tried having those 4 jar files in the java/jre/lib/endorsed and still same errors.
Would the xerces.jar at TOMCAT_HOME/common/lib/ conflict with TOMCAT_HOME/common/endorsed/xercesImpl-2.1.0.jar ? but it didnt seem like, Any other ideas? --- Geoff Howard <[EMAIL PROTECTED]> wrote: > That's the error you get when there's a problem with the endorsed xml jars > in jdk 1.4. If this is a fresh install, you need to go read the > instructions for jdk1.4 (if you're using tomcat, you need to be aware that > it overrides the default endorsed directory and the jars need to go in > $TOMCAT_HOME/common/endorsed/ > > If this is an upgrade, the problem is probably just that a newer version of > one of those jars is in WEB-INF/lib than is in endorsed and you need to get > them in sync (probably by deleting the one in endorsed and moving the newer > one over) > > Geoff > > > -----Original Message----- > > From: aps olute [mailto:[EMAIL PROTECTED]] > > Sent: Friday, December 20, 2002 4:11 PM > > To: [EMAIL PROTECTED] > > Subject: I cant get the latest nightly download to work > > > > > > I just downloaded xml-cocoon2_20021220172546.tar.gz, extracted it > > and did per the instructions to compile and no errors : > > > > ./build.sh -Dinclude.webapp.libs=yes -Dinstall.war=$TOMCAT_ > > HOME/webapps webapp > > Did above twice and copied build/cocoon/cocoon.war to > > $TOMCAT_HOME/webapps/ > > > > typed http://localhost:8080/cocoon and got an error: > > Cocoon 2 - Internal server error > > > > > > > > type fatal > > > > message Failed to execute pipeline. > > > > description org.apache.cocoon.ProcessingException: Failed to > > execute pipeline.: > > org.apache.cocoon.CascadingIOException: > > org.apache.xml.utils.WrappedRuntimeException: > > The output format must have a > > '{http://xml.apache.org/xslt}content-handler' > > property!: > > org.apache.xml.utils.WrappedRuntimeException: The output format > > must have a > > '{http://xml.apache.org/xslt}content-handler' property! > > ...more errors > > > > __________________________________________________ > > Do you Yahoo!? > > Yahoo! Mail Plus - Powerful. Affordable. Sign up now. > > http://mailplus.yahoo.com > > > > --------------------------------------------------------------------- > > Please check that your question has not already been answered in the > > FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> > > > > To unsubscribe, e-mail: <[EMAIL PROTECTED]> > > For additional commands, e-mail: <[EMAIL PROTECTED]> > > > > > > > > > --------------------------------------------------------------------- > Please check that your question has not already been answered in the > FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> > > To unsubscribe, e-mail: <[EMAIL PROTECTED]> > For additional commands, e-mail: <[EMAIL PROTECTED]> > __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>