I believe you have to put xerces.jar file ahead of the xml.jar file that is
in Tomcat's
classpath. Xerces uses a newer DOM api. Anyway, that worked for me
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Alan McAuley
Sent: Friday, October 13, 2000 8:47 AM
To: JetSpeed
Subject: Re: XSP problems. damn jdk1.3 for linux and WINDOWS
Last mail incomplete:::
OK, ive tried everything here. Double checked xerces.jar etc 1.1.2.
This exeption is actually correct - in xerces .jar
org.w3c.dom.Node: method normalize() doesnt exist.
Anyone any idea whats wrong here. Have i got a wrong version of xerces? or
something?
Is there some other dependency?
Any help appreciated..
portlet = XSPApplication
The exception is:
java.lang.NoSuchMethodError: org.w3c.dom.Node: method normalize()V not found
at org.apache.xerces.dom.ElementImpl.normalize(ElementImpl.java, Compiled
Code)
at
org.apache.cocoon.processor.xsp.language.java.XSPJavaPreprocessor.process(XS
PJavaPreprocessor.java,
Compiled Code)
at
org.apache.cocoon.processor.xsp.language.java.XSPJavaPreprocessor.process(XS
PJavaPreprocessor.java,
Compiled Code)
at
org.apache.cocoon.processor.xsp.language.java.XSPJavaPreprocessor.preprocess
(XSPJavaPreprocessor.java:81)
at
org.apache.cocoon.processor.xsp.XSPLogicsheet.apply(XSPLogicsheet.java:99)
>
> check your ext directory and classpath - it looks like you have an old
> version of w3c packaged (possibly xml.jar from tomcat 3.1 ?)
>
> Cheers,
>
> Pete
>
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]