Hi,
I am using Jetty 7.0 with cometd implementations for the past few days. Today , I am unable to run my jetty server. I am getting the following error:
Even previously, I used to get the Wrapper jar warning. But, it run without any errors.
Below this I notice the exception:
jvm 1 | 2009-08-14 20:13:23.571::WARN: failed jsp
jvm 1 | java.lang.NoSuchMethodError: org.w3c.dom.Document.setDocumentURI(Ljav
a/lang/String;)V
Can someone please help me on this issue.
Thanks,
Mohan
-------------------------------------------------------------------
wrapper | --> Wrapper Started as Console
wrapper | Launching a JVM...
jvm 1 | WARNING - The Wrapper jar file currently in use is version "3.1.0"
jvm 1 | while the version of the Wrapper which launched this JVM is
jvm 1 | "3.2.3".
jvm 1 | The Wrapper may appear to work correctly but some features
may
jvm 1 | not function correctly. This configuration has not been te
sted
jvm 1 | and is not supported.
jvm 1 |
jvm 1 |
jvm 1 | WARNING - Unable to load the Wrapper's native library 'wrapper.dll'.
jvm 1 | The file is located on the path at the following location b
ut
jvm 1 | could not be loaded:
jvm 1 | C:\Documents and Settings\mponnusa\Desktop\jetty-6.1.14\j
etty-6.1.14\bin\..\lib\win32\wrapper.dll
jvm 1 | Please verify that the file is readable by the current user
jvm 1 | and that the file has not been corrupted in any way.
jvm 1 | System signals will not be handled correctly.
jvm 1 |
jvm 1 | Wrapper (Version 3.1.0) http://wrapper.tanukisoftware.org
jvm 1 |
jvm 1 | Wrapper code received an unknown packet type: 115
jvm 1 | ARG[0] = ../etc/jetty-win32-service.xml
jvm 1 | ARG[1] = ../etc/jetty.xml
jvm 1 | 2009-08-14 20:13:22.041::INFO: Logging to STDERR via org.mortbay.log
.StdErrLog
jvm 1 | 2009-08-14 20:13:22.400::INFO: jetty-6.1.14
jvm 1 | 2009-08-14 20:13:22.572::INFO: Deploy C:\Documents and Settings\mpon
nusa\Desktop\jetty-6.1.14\jetty-6.1.14\contexts\test.xml -> org.mortbay.jetty.we
bapp.WebAppContext@d3d6f{/,C:\Documents and Settings\mponnusa\Desktop\jetty-6.1.
14\jetty-6.1.14/webapps/test}
jvm 1 | 2009-08-14 20:13:22.634::INFO: Deploy C:\Documents and Settings\mpon
nusa\Desktop\jetty-6.1.14\jetty-6.1.14\contexts\test-jndi.xml -> org.mortbay.jet
ty.webapp.WebAppContext@128f6ee{/test-jndi,C:\Documents and Settings\mponnusa\De
sktop\jetty-6.1.14\jetty-6.1.14/contexts/test-jndi.d}
jvm 1 | 2009-08-14 20:13:22.665::INFO: Deploy C:\Documents and Settings\mpon
nusa\Desktop\jetty-6.1.14\jetty-6.1.14\contexts\javadoc.xml -> org.mortbay.jetty
.handler.ContextHandler@9980d5{/javadoc,file:/C:/Documents%20and%20Settings/mpon
nusa/Desktop/jetty-6.1.14/jetty-6.1.14/javadoc/}
jvm 1 | 2009-08-14 20:13:23.571::WARN: failed jsp
jvm 1 | java.lang.NoSuchMethodError: org.w3c.dom.Document.setDocumentURI(Ljav
a/lang/String;)V
jvm 1 | at org.apache.jasper.xmlparser.ParserUtils.parseXMLDocument(Pars
erUtils.java:242)
jvm 1 | at org.apache.jasper.compiler.JspConfig.processWebDotXml(JspConf
ig.java:141)
jvm 1 | at org.apache.jasper.compiler.JspConfig.init(JspConfig.java:312)
Thanks,
Mohan