Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 59262 invoked from network); 12 Jan 2004 21:51:33 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 12 Jan 2004 21:51:33 -0000 Received: (qmail 76560 invoked by uid 500); 12 Jan 2004 21:51:08 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 76532 invoked by uid 500); 12 Jan 2004 21:51:08 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: users@cocoon.apache.org Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 76462 invoked from network); 12 Jan 2004 21:51:08 -0000 Received: from unknown (HELO mail.gmx.net) (213.165.64.20) by daedalus.apache.org with SMTP; 12 Jan 2004 21:51:08 -0000 Received: (qmail 3499 invoked by uid 65534); 12 Jan 2004 21:51:12 -0000 Received: from a183069.studnetz.uni-leipzig.de (EHLO gmx.de) (139.18.183.69) by mail.gmx.net (mp021) with SMTP; 12 Jan 2004 22:51:12 +0100 X-Authenticated: #3483660 Message-ID: <4003170F.7010805@gmx.de> Date: Mon, 12 Jan 2004 22:52:15 +0100 From: Joerg Heinicke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: de-de, de, en-us, en-gb, en MIME-Version: 1.0 To: users@cocoon.apache.org Subject: Re: WrappedRuntimeException References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On 12.01.2004 12:01, gounis@osmosis.gr wrote: > hi people > > after a system update i can not run cocoon.204 on tomcat 4.1.24 > > id dont have make any change in my .xml files or my sitemaps but i get the > follow error: > > type fatal > > message Failed to execute pipeline. > > description org.apache.cocoon.ProcessingException: Failed to execute > pipeline.: org.apache.xml.utils.WrappedRuntimeException: The output format > must have a '{http://xml.apache.org/xalan}content-handler' property! > > > the only new in my new setup is java from 1.4.1_01 to 1.4.2_03 In this case it's definitely the endorsed libs problem. The reason is the change of the Xalan version in the JDK from Xalan 2.2.D11 to 2.4. If you had never problems with the endorsed libs when using JDK 1.4, then it was luck - Jorg also had such a case. Maybe Xalan 2.4 is now incompatible to Cocoon 2.0.4's Xalan 2.3.1. The solution is to put the three x*.jar (Xerces, Xalan, XML APIs) into Tomcat's common/endorsed directory. Joerg --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org