Return-Path: Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 86111 invoked from network); 27 Mar 2000 16:53:07 -0000 Received: from gull.prod.itd.earthlink.net (207.217.121.85) by locus.apache.org with SMTP; 27 Mar 2000 16:53:07 -0000 Received: from gilead (dialup-209.245.237.121.Dallas1.Level3.net [209.245.237.121]) by gull.prod.itd.earthlink.net (8.9.3/8.9.3) with SMTP id IAA11955 for ; Mon, 27 Mar 2000 08:53:01 -0800 (PST) Message-ID: <00cb01bf980d$8362a4a0$0201010a@gilead> From: "Brett McLaughlin" To: References: <013f01bf980b$63dc56f0$011e10ac@intelligroup.com> Subject: Re: XSP Configuration Problem Date: Mon, 27 Mar 2000 10:57:18 -0600 Organization: Metro Information Systems MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Put xerces.jar before xml.jar in the Tomcat classpath - xml.jar has Project X, Sun's parser, which doesn't support DOM Level 2 and SAX 2 - I'm not guaranteeing that will work, but it will at least solve problems down the line - let me know if that still fails. -Brett ----- Brett McLaughlin Metro Information Systems Work: (972) 724-3161 Mobile: (817) 825-7187 ----- Original Message ----- From: "Hitesh Kr. Seth" To: Sent: Monday, March 27, 2000 10:42 AM Subject: XSP Configuration Problem > Greetings > > I would really appreciate if someone could look > at this. Thanks a lot. > > Problem with XSP (I think it is a configuration issue) > > Environment > Cocoon 1.7 > Installation Directory E:\Cocoon > Xerces 1.0.3 > Xalan 1.0.0 > Tomcat Web Server/3.1 Beta (JSP 1.1; Servlet 2.2; Java 1.2.2; Windows NT > 4.0 x86; java.vendor=Sun Microsystems Inc. > Installation Directory G:\Tomcat > CLASSPATH > Using classpath: > G:\tomcat\classes;G:\tomcat\lib\webserver.jar;G:\tomcat\lib\jasper.jar; > G:\tomcat\lib\xml.jar;G:\tomcat\lib\servlet.jar;D:\java\lib\tools.jar; > > G:\tomcat\lib\jndi.jar;G:\tomcat\lib\cocoon.jar;G:\tomcat\lib\fop_0_12_1.jar > ; > E:\Xalan\Xalan.jar;E:\Xalan\Xerces.jar > > No changes made into the cocoon.properties file (default) > > Tomcat Web Server Configuration (web.xml) > > org.apache.cocoon.Cocoon > org.apache.cocoon.Cocoon > > properties > E:/Cocoon/conf/cocoon.properties > > > > org.apache.cocoon.Cocoon > *.xml > > > > XSP File (HelloXSP.xml) > > > > > > Hello World > Hello World > > > > Error: > Error found handling the request. > java.lang.NoSuchMethodError > at > org.apache.xerces.dom.ElementImpl.normalize(ElementImpl.java:290) > at > org.apache.cocoon.processor.xsp.language.java.XSPJavaPreprocessor.process(XS > PJavaPreprocessor.java:115) > > (I tried the XSP examples in Cocoon (they don't work either, > However the normal xml/xsl work fine; So Cocoon is working) > > Thanks. > > Best Regards > > Hitesh Kr. Seth. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org > For additional commands, e-mail: cocoon-users-help@xml.apache.org > >