On Fri, Apr 14, 2000 at 03:03:19PM +0530, Ram Myneni wrote:
> But when i try to run a sample XSP file it gives me the
> following errors:
>
> Error found handling the request.
> java.lang.NoSuchMethodError: org.w3c.dom.Node: method normalize()V not found
> at org.apache.xerces.dom.ElementImpl.normalize(ElementImpl.java:289)
Okay, I'm not 100% sure on this one, but it *sounds* like you have two things
in your classpath providing org.w3c.dom.Node, one of which is missing the
normalize method; try moving xerces.jar to the front of the classpath.
HTH,
Paul
|