Re: I cant get the latest nightly download to work

2002-12-21 Thread Cocoon User

i have the same problem solved by the following instruction from geof
howard

Copy xalan*.jar, xerces*.jar and xml-apis.jar from WEB-INF\lib
(or from lib\core in cvs) to %TOMCAT_HOME%\common\endorsed

The docs at one point only mentioned %JAVA_HOME%\jre\lib\endorsed
but later tomcat versions use -Djava.endorsed.dirs to override
the standard jdk defined location.



stavros


On Fri, 20 Dec 2002, aps olute wrote:

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

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




RE: I cant get the latest nightly download to work

2002-12-20 Thread Geoff Howard
possibly - you have that there for another app?  don't think it's needed
there for cocoon.

I'd suggest getting rid of xerces.jar in common/lib/ and xsltc from
common/endorsed.  I am using xsltc as well for transformation but don't
think it's supposed to go in endorsed.

HTH,
Geoff

> -Original Message-
> From: aps olute [mailto:[EMAIL PROTECTED]]
> Sent: Friday, December 20, 2002 5:06 PM
> To: [EMAIL PROTECTED]
> Subject: RE: I cant get the latest nightly download to work
>
>
>
>   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]>
>
>
>


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




RE: I cant get the latest nightly download to work

2002-12-20 Thread aps olute

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

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




RE: I cant get the latest nightly download to work

2002-12-20 Thread Geoff Howard
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. 
>
> 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. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>