Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 98678 invoked by uid 500); 30 Apr 2003 16:05:35 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 98647 invoked from network); 30 Apr 2003 16:05:35 -0000 Received: from main.gmane.org (80.91.224.249) by daedalus.apache.org with SMTP; 30 Apr 2003 16:05:35 -0000 Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19Au0g-00035U-00 for ; Wed, 30 Apr 2003 18:00:42 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: cocoon-dev@xml.apache.org Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19Atsh-0002Hg-00 for ; Wed, 30 Apr 2003 17:52:27 +0200 From: Stefano Mazzocchi Subject: Re: problem with the new 2.1-B1 and JDK1.3? Date: Wed, 30 Apr 2003 10:53:42 -0500 Lines: 22 Message-ID: References: <5B093C49F2649B459246944825A267AB0162C9AF@sxmbx03.corproot.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@main.gmane.org User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en In-Reply-To: <5B093C49F2649B459246944825A267AB0162C9AF@sxmbx03.corproot.net> Sender: news X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N on 4/30/03 5:55 AM Sylvain.Thevoz@swisscom.com wrote: > java.lang.LinkageError: loader constraints violated when linking org/apache/xpath/objects/XObject class > at org.apache.xpath.XPathContext.(XPathContext.java:1046) > at org.apache.xpath.XPathAPI.eval(XPathAPI.java:260) > at org.apache.xpath.XPathAPI.selectNodeList(XPathAPI.java:203) > at org.apache.xpath.XPathAPI.selectNodeList(XPathAPI.java:183) > at org.apache.cocoon.xml.dom.DOMUtil.selectNodeList(DOMUtil.java:906) > at org.apache.cocoon.webapps.session.context.RequestSessionContext.streamXML(RequestSessionContext.java:633) > at org.apache.cocoon.webapps.session.components.SessionManager.streamContextFragment(SessionManager.java:555) > at org.apache.cocoon.webapps.session.transformation.SessionPreTransformer.startTransformingElement(SessionPreTransformer.java:187) > at org.apache.cocoon.webapps.session.transformation.SessionPostTransformer.startTransformingElement(SessionPostTransformer.java:266) > at org.apache.cocoon.transformation.AbstractSAXTransformer.startElement(AbstractSAXTransformer.java:330) > at org.apache.cocoon.webapps.session.transformation.SessionPreTransformer.startElement(SessionPreTransformer.java:158) > at org.apache.cocoon.components.sax.XMLTeePipe.startElement(XMLTeePipe.java:118) > at org.apache.xerces.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:459) I think your version of catalina has an old xalan in the classpath. -- Stefano.