Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 33177 invoked by uid 500); 30 Apr 2003 10:55:36 -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 33164 invoked from network); 30 Apr 2003 10:55:35 -0000 Received: from outmail6.swisscom.com (HELO sbe3778.swissptt.ch) (138.190.3.49) by daedalus.apache.org with SMTP; 30 Apr 2003 10:55:35 -0000 Received: from sbe2172.corproot.net (138.190.70.54) by sbe3778.swissptt.ch (MX V5.3 AnHp) with SMTP for ; Wed, 30 Apr 2003 12:55:33 +0200 Received: from sxmbx03.corproot.net ([138.190.70.162]) by sxmbx01.corproot.net with Microsoft SMTPSVC(5.0.2195.5329); Wed, 30 Apr 2003 12:55:33 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: problem with the new 2.1-B1 and JDK1.3? Date: Wed, 30 Apr 2003 12:55:33 +0200 Message-ID: <5B093C49F2649B459246944825A267AB0162C9AF@sxmbx03.corproot.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Releasing 2.1-B1 Thread-Index: AcMOxaij5IAQhg71Toit9HVbyqSxKgAQEF+Q From: To: X-OriginalArrivalTime: 30 Apr 2003 10:55:33.0271 (UTC) FILETIME=[05C85A70:01C30F07] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hello, I just have downloaded the Cocoon 2.1 M1 release. After a build and a copy of the directory ../build/webapp to my = directory CATALINA_HOME/webapps I can see the Cocoon welcome page. = Great! But if I try to press the samples link (../webapp/samples/), an error = occurs (see below). It seems that there is a problem with the xsl mechanism (although I have = copied the "xsl" libs to TOMCAT_HOME/common/endorsed)?? All users that contact me use JDK 1.4 and it works fine. I'm using JDK 1.3.1. Is there a problem to use the JDK 1.3 with Cocoon 2.1M1? Thanks Sylvain (T) errror: javax.servlet.ServletException: Servlet execution threw an exception at = org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applicat= ionFilterChain.java:269) at = org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilte= rChain.java:193) at = org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve= .java:260) at = org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.in= vokeNext(StandardPipeline.java:643) at = org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:48= 0) at = org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at = org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve= .java:191) at = org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.in= vokeNext(StandardPipeline.java:643) at = org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:48= 0) at = org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at = org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2396= ) at = org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:= 180) at = org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.in= vokeNext(StandardPipeline.java:643) at = org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherVal= ve.java:170) at = org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.in= vokeNext(StandardPipeline.java:641) at = org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:= 172) at = org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.in= vokeNext(StandardPipeline.java:641) at = org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:48= 0) at = org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at = org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.j= ava:174) at = org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.in= vokeNext(StandardPipeline.java:643) at = org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:48= 0) at = org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at = org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223) at = org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:405= ) at = org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processCo= nnection(Http11Protocol.java:380) at = org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:508= ) at = org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.= java:533) at java.lang.Thread.run(Thread.java:479) root cause:=20 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.streamContext= Fragment(SessionManager.java:555) at = org.apache.cocoon.webapps.session.transformation.SessionPreTransformer.st= artTransformingElement(SessionPreTransformer.java:187) at = org.apache.cocoon.webapps.session.transformation.SessionPostTransformer.s= tartTransformingElement(SessionPostTransformer.java:266) at = org.apache.cocoon.transformation.AbstractSAXTransformer.startElement(Abst= ractSAXTransformer.java:330) at = org.apache.cocoon.webapps.session.transformation.SessionPreTransformer.st= artElement(SessionPreTransformer.java:158) at = org.apache.cocoon.components.sax.XMLTeePipe.startElement(XMLTeePipe.java:= 118) at = org.apache.xerces.parsers.AbstractSAXParser.startElement(AbstractSAXParse= r.java:459) etc....