You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by vijay <vi...@hotmail.com> on 2000/07/08 01:59:58 UTC

Exception when upgrading from Xalan Version 1.0.0 and xerces version 1.0.3 to version 1.1.1

Hi,

I just upgraded my parsers xalan and xerces to version 1.1.1 from version 1.0.0 from Apache.
I am able to run my application when I use the older version ie., 1.0.3 of xerces and 1.0.0 of xalan parsers.
But when I upgrade it to the new Version of xalan 1.1D01 and xerces version 1.1.1 parsers, 
I am getting the following message when I try to read the servlet configuration information which is in a XML Document.

[07/Jul/2000:16:37:21] failure (  509): Internal error: exception thrown from the servlet service function (uri=/classes/MasterServlet): java.lang.NoSuchMethodError: org.w3c.dom.Node: method getLocalName()Ljava/lang/String; not found, Stack: java.lang.NoSuchMethodError: org.w3c.dom.Node: method getLocalName()Ljava/lang/String; not found 
	at org.apache.xerces.dom.DocumentImpl.importNode(DocumentImpl.java, Compiled Code) 
	at com.agilent.epsg.ebiz.dragon.servlets.masterservlet.UpResultGenerator.getResults(UpResultGenerator.java, Compiled Code) 
	at com.agilent.epsg.ebiz.dragon.servlets.masterservlet.UpResultGenerator.getParsedResults(UpResultGenerator.java:225) 
	at com.agilent.epsg.ebiz.dragon.servlets.masterservlet.UpTransientClassFactory.getBusinessResults(UpTransientClassFactory.java:349) 
	at com.agilent.epsg.ebiz.dragon.servlets.masterservlet.MasterServlet.service(MasterServlet.java, Compiled Code) 
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:611) 
	at com.netscape.server.http.servlet.NSServletRunner.Service(NSServletRunner.java, Compiled Code) 
 
I would appreciate for your Help.

Thanks
Vijay.