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]>

Reply via email to