Return-Path: Delivered-To: apmail-xml-cocoon-users-archive@xml.apache.org Received: (qmail 46211 invoked by uid 500); 27 Jun 2003 13:09:46 -0000 Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-users@xml.apache.org Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 46135 invoked from network); 27 Jun 2003 13:09:45 -0000 Received: from unknown (HELO host.leverageweb.com) (64.91.232.157) by daedalus.apache.org with SMTP; 27 Jun 2003 13:09:45 -0000 Received: from dhcp205162.hq.af.mil ([134.205.205.162] helo=WHEW00073U.leverageweb.com) by host.leverageweb.com with esmtp (Exim 3.36 #1) id 19Vsw7-0005Yr-00 for cocoon-users@xml.apache.org; Fri, 27 Jun 2003 09:06:43 -0400 Message-Id: <5.2.0.9.0.20030627085735.02971ce0@leverageweb.com> X-Sender: cocoon@leverageweb.com@leverageweb.com (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Fri, 27 Jun 2003 09:09:30 -0400 To: cocoon-users@xml.apache.org From: Geoff Howard Subject: Re: install cocoon 2.1-m2 on tomcat 4.1.24 In-Reply-To: <20030626141753.GA17645@miscrit.be> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host.leverageweb.com X-AntiAbuse: Original Domain - xml.apache.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [0 0] X-AntiAbuse: Sender Address Domain - leverageweb.com X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Yes, I think that other jar is the problem. If it's not needed for other webapps, remove it and try again. If it is needed, use the Paranoid servlet described at http://wiki.cocoondev.org/Wiki.jsp?page=EndorsedLibsProblem. Geoff At 10:17 AM 6/26/2003, you wrote: >Hi, > >I am attempting to install cocoon 2.1-m2 in tomcat 4.1.24 under windows >XP. > >I first install tomcat specialised for JDK 1.4 jakarta-tomcat-4.1.24-LE-jdk14. >I am running JDK 1.4.1_01 from SUN. I install into c:\Tomcat41 because >of a suggestion on the mailing list that spaces in the install path can >be problematic. > >I can access http://localhost:8080/index.jsp fine. > >I then execute the following commands in the cocoon-2.1m2 directory. > > > set JAVA_HOME=c:\j2sdk1.4.1_01 > > build war > > cd build\cocoon-2.1m2\ > > copy cocoon.war c:\Tomcat41\webapps > > cd ..\..\lib\endorsed > > copy *.jar c:\Tomcat41\common\endorsed > >I then start Tomcat. I can access http://localhost:8080/index.jsp fine, >but however http://localhost:8080/cocoon/ just gives a blank page and >the following error. Note that it cocoon runs fine when I run it from >jetty. > >----- Root Cause ----- >java.lang.IllegalAccessError: class >org.apache.xml.dtm.ref.sax2dtm.SAX2DTM2$AncestorIterator cannot access its >superclass >org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase > at java.lang.ClassLoader.defineClass0(Native Method) > at java.lang.ClassLoader.defineClass(ClassLoader.java:502) > at > java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123) > at java.net.URLClassLoader.defineClass(URLClassLoader.java:250) > at java.net.URLClassLoader.access$100(URLClassLoader.java:54) > at java.net.URLClassLoader$1.run(URLClassLoader.java:193) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:186) > >which is mentioned in the mailing list archive message >http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=105406130228569&w=2 > >http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=105406333931007&w=2 >suggests that the problem is to do with which jars are in >common/endorsed. The only ones that are there are those from >cocoon-2.1m2/lib/endorsed directory (xalan-20030506.jar, >xercesImpl-2.4.0.jar and xml-apis.jar). > >However the user who followed these steps mention that they also have >xmlParserAPIs.jar in the common/endorsed directory. This jar doesn't >seem to exist on my system? Is this the problem? >http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=105407220309715&w=2 > >Any other suggestions would be greatly appreciated. > > >Regards, >Peter > >--------------------------------------------------------------------- >To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org >For additional commands, e-mail: cocoon-users-help@xml.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org For additional commands, e-mail: cocoon-users-help@xml.apache.org