Patrick Hess wrote:
>
> After a few sleepless nights thinking about JetSpeed, Tomcat
> and Java I solved my problems and got the JetSpeed homepage.
>
> My current problem is the following: when I click the Channel
> Browser, Channel Search or any other links I get this exception:
>
> Exception: java.lang.NoSuchMethodError: org.w3c.dom.Node: method
> normalize()V not found
> at org.apache.xerces.dom.ElementImpl.normalize(ElementImpl.java,
> Compiled Code)
> at
>
This is probably due to conflicting DOM API residing in your classpath. You
certainly have several XML parsers available in your classpath/servletpath and
xerces is *not* the first one found.
Either only keep Xerces in your path if you don't need any other ones or make
sure Xerces is the first parser found in your classpath.
--
Rapha�l Luta - [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]