Stefan Wagner wrote:
> 
> Hi!
> 
> With the latest CVS from Jetspeed I got the following error on the start
> screen:
> 
> Is it  a general error or did I something wrong?
> 
> Error Generating Jetspeed Screen:
> 
> java.lang.NoSuchMethodError: org.w3c.dom.Node: method
> getLocalName()Ljava/lang/String; not found
> 
> java.lang.NoSuchMethodError: org.w3c.dom.Node: method
> getLocalName()Ljava/lang/String; not found at at

These kind of errors are always caused by the same thing: conflicting parsers bundled
with different version of the SAX/DOM API.
Best way to solve this is to use one and only one parser level thoughout your
setup. (for example: always use xerces 1.3.1+ and replace every other parser found
by this one).

I think these conflicts are supposed to be solved with Tomcat 3.3.

--
Rapha�l Luta - [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to