On 26.06.2004 10:47, Ugo Cei wrote:
I have downloaded cocoon 2.1.5 and tomcat 5.0.9, ensured I extracted cocoon 2.1.5 using gnutar (so I believe file names have not been mangled in some way), built the cocoon war, placed it in tomcat's webapps folder ... all seems to go well until using a browser (http://localhost:8080/cocoon) and I get the following message:
Internal Server Error
Message: Failed to execute pipeline.
Description: org.apache.cocoon.ProcessingException: Failed to execute pipeline.: java.lang.RuntimeException: org.apache.xml.utils.WrappedRuntimeException: The output format must have a '{http://xml.apache.org/xalan}content-handler' property!
Copy the files from lib/endorsed to $CATALINA_HOME/common/endorsed, removing what's already there.
Just to complete it: From my three step installation instructions [1] you missed the third step: "solving the endorsed libs problem". Ugo told you the standard way how to solve it. Other ways and more info on this problem can be found at [2] and [3].
Joerg
[1] http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=108820727716412&w=4 [2] http://wiki.cocoondev.org/Wiki.jsp?page=EndorsedLibsProblem [3] http://wiki.cocoondev.org/Wiki.jsp?page=NoMoreDtmIdError
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
