That help. Is was parser.jar in the /lib/ext directory. Thanks Manuel
-----Original Message----- From: Jean-Louis Vila [mailto:[EMAIL PROTECTED] Sent: mardi, 17 avril 2001 14:05 To: [EMAIL PROTECTED] Subject: RE: Error with JRun Hi Manuel, You've another XML parser in your JRun classpath which is not DOM level 2 compliant (importNode comes with DOM level 2). So, the interface Document is loaded from another XML parser package and the classLoader couldn't see the Document interface defined in Xerces and couldn't see importNode method. Hope that help, Jean-Louis > -----Message d'origine----- > De : QUARTIER Manuel [mailto:[EMAIL PROTECTED] > Envoy� : mardi 17 avril 2001 11:58 > � : '[EMAIL PROTECTED]' > Objet : Error with JRun > > > Hello, > > I am using JRun 3.0 and xerces 1.2.3. I have an error with the > "importNode" > method. When I use my program as a servlet, JRun send me an > error, it do not > find "importNode". But when I run my program with a "main" > method, I have no > error. > > javax.servlet.ServletException: org.w3c.dom.Document: method > importNode(Lorg/w3c/dom/Node;Z)Lorg/w3c/dom/Node; not found] > javax.servlet.ServletException: org.w3c.dom.Document: method > importNode(Lorg/w3c/dom/Node;Z)Lorg/w3c/dom/Node; not found > java.lang.NoSuchMethodError: org.w3c.dom.Document: method > importNode(Lorg/w3c/dom/Node;Z)Lorg/w3c/dom/Node; not found > at ExportParty.getPartyAlignment(ExportParty.java:34) > at SExportParty.doGet(SExportParty.java:28) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:865) > at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013) > at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java, Compiled > Code) > at > allaire.jrun.servlet.JRunNamedDispatcher.forward(JRunNamedDispatch > er.java:34 > ) > at allaire.jrun.servlet.Invoker.service(Invoker.java:84) > at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013) > at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java, Compiled > Code) > at > allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDisp > atcher.jav > a:88) > at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1131) > at allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java:330) > at allaire.jrun.http.WebEndpoint.run(WebEndpoint.java:107) > at allaire.jrun.ThreadPool.run(ThreadPool.java, Compiled Code) > at allaire.jrun.WorkerThread.run(WorkerThread.java, Compiled Code) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
