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 53981 invoked from network); 8 May 2000 04:07:58 -0000 Received: from mailout1-100bt.midsouth.rr.com (24.92.68.6) by locus.apache.org with SMTP; 8 May 2000 04:07:58 -0000 Received: from geobot.com (m4hMs1n211.midsouth.rr.com [24.92.75.211]) by mailout1-100bt.midsouth.rr.com (8.9.3+Sun/8.9.1) with ESMTP id XAA11061 for ; Sun, 7 May 2000 23:01:26 -0500 (CDT) Message-ID: <39163C1F.835F28A5@geobot.com> Date: Sun, 07 May 2000 23:01:35 -0500 From: Kevin Yancy X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: cocoon-users@xml.apache.org Subject: Re: xsp NoSuchMethodError on org.apache.xerces.dom.ElementImpl.normalize References: <20000508021749.847.qmail@web218.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Matt There's something about this in the FAQ (http://xml.apache.org/cocoon/faqs.html#faq-4) Maybe that's your problem. Good Luck. Kevin Matt Jones wrote: > Hi, I'm having difficulty getting the samples xsp > pages to work. > > I'm using cocoon 1.72, jakarta, and apache. I can get > all of the other samples to work (such as > samples/hello/hello-page.xml), but the xsp files give > the following exception: > ______________________ > > Cocoon 1.7.2 > > 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(XSPJavaPreprocessor.java:116) > at > org.apache.cocoon.processor.xsp.language.java.XSPJavaPreprocessor.process(XSPJavaPreprocessor.java:123) > at > org.apache.cocoon.processor.xsp.language.java.XSPJavaPreprocessor.preprocess(XSPJavaPreprocessor.java:81) > > at > org.apache.cocoon.processor.xsp.XSPLogicsheet.apply(XSPLogicsheet.java:99) > at > org.apache.cocoon.processor.xsp.XSPProcessor.process(XSPProcessor.java:371) > at > org.apache.cocoon.Engine.handle(Engine.java:295) > at > org.apache.cocoon.Cocoon.service(Cocoon.java:145) > at > javax.servlet.http.HttpServlet.service(HttpServlet.java:865) > at > org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:390) > at > org.apache.tomcat.core.ContextManager.service(ContextManager.java:523) > at > org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection(Ajp12ConnectionHandler.java:147) > at > org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:334) > at java.lang.Thread.run(Unknown Source) > > ______________________ > > I tried commenting out the normalize() call on line > 290 of org.apache.xerces.dom.ElementImpl and > recompiling, then I get a 500 Server error from > apache, and nothing shows up in the logs. > > I hope this is a simple inconsistency between xerces > and cocoon. I apologize if I'm doing something > obviously wrong. > > Thanks very much in advance for your help! > > -Matt Jones > > __________________________________________________ > Do You Yahoo!? > Send instant messages & get email alerts with Yahoo! Messenger. > http://im.yahoo.com/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org > For additional commands, e-mail: cocoon-users-help@xml.apache.org