Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

org.w3c.dom.Node:method normalize()V not found

195386Aug 14 2002
Hi,

I just downloaded XDK 9.2.0.3.0 by replacing my old XDK 9.0.1.1a. The moment i execute any xsl/xsql pages i get an error saying

java.lang.NoSuchMethodError: org.w3c.dom.Node: method normalize()V not found
at oracle.xml.xsql.XSQLConfigManager.reloadConfigFile(Compiled Code)
at oracle.xml.xsql.XSQLConfigManager.insureConfigurationIsLoaded(XSQLConfigManager.java:191)
at oracle.xml.xsql.XSQLPageManager.getPage(XSQLPageManager.java:73)
at oracle.xml.xsql.XSQLPageRequestImpl.getXSQLPage(XSQLPageRequestImpl.java:454)
at oracle.xml.xsql.XSQLPageProcessor.processToXML(Compiled Code)
at oracle.xml.xsql.XSQLRequest.processToXML(XSQLRequest.java:423)
at oracle.xml.xsql.XSQLRequest.processToXML(XSQLRequest.java:359)
at com.test.fwk.golden.util.xsql.XSQLHandler.ProcessToXML(Unknown Source)
at com.test.fwk.golden.presentation.PresentationRequest.processRequest(Unknown Source)
at com.test.fwk.golden.presentation.RequestTranslator.processRequest(Unknown Source)
at com.test.fwk.golden.presentation.FwkServlet.service(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
at com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown Source)
at com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unknown Source)
at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
at com.kivasoft.thread.ThreadBasic.run(Native Method)
at com.kivasoft.thread.ThreadBasic.run(Native Method)
at com.kivasoft.thread.ThreadBasic.run(Native Method)
at com.kivasoft.thread.ThreadBasic.run(Native Method)
at com.kivasoft.thread.ThreadBasic.run(Compiled Code)
at java.lang.Thread.run(Compiled Code)

[14/Aug/2002 13:31:11:8] error: APPLOGIC-caught_exception: Caught Exception:
java.lang.ClassCastException: java.lang.NoSuchMethodError
at com.netscape.server.servlet.servletrunner.ServletRunner.reportError(Unknown Source)
at com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unknown Source)
at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
at com.kivasoft.thread.ThreadBasic.run(Native Method)
at com.kivasoft.thread.ThreadBasic.run(Native Method)
at com.kivasoft.thread.ThreadBasic.run(Native Method)
at com.kivasoft.thread.ThreadBasic.run(Native Method)
at com.kivasoft.thread.ThreadBasic.run(Compiled Code)
at java.lang.Thread.run(Compiled Code)


Should i download any other file like latest xerces.jar. I tried with xerces1.4 jar file and i get the same output

Thanks in advance

Veera
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 18 2002
Added on Aug 14 2002
1 comment
195 views