Larry...

I have just hit exactly the same problem as you are describing.

It appears that the Node implementation (within parser.jar) distributed with
Tomcat3.2.3 is older and than the one Slide1.0.12 requires.

I found that including a xerces 1.4.2 jar file *before* the parser.jar in
Tomcat's class path fixes the problem, but I would to know if anyone has a
better fix than this.

Thanks 

...Col

--
Colin Blackmore

-----Original Message-----
From: Moore, Larry [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 20, 2001 2:03 PM
To: '[EMAIL PROTECTED]'
Subject: Exception in Slide 1.0.12


I am able to use Slide 1.0.11 with Tomcat 3.2.3 with no problem. When
I try to use 1.0.12 with Tomcat 3.2.3 I get the exception below. It looks
like getProperty() in PropFindMethod is calling an unknown method 
(getLocalName) on Node. Is there a jar file I need to add to my Tomcat
lib directory to pick this up?

Thanks,
Larry Moore


java.lang.NoSuchMethodError
        at
org.apache.slide.webdav.method.PropFindMethod.getProperty(PropFindMethod.jav
a:431)
        at
org.apache.slide.webdav.method.PropFindMethod.parseRequest(PropFindMethod.ja
va:408)
        at
org.apache.slide.webdav.method.WebdavMethod.run(WebdavMethod.java:386)
        at
org.apache.slide.webdav.WebdavServlet.service(WebdavServlet.java:250)   at
javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at
org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405)
        at org.apache.tomcat.core.Handler.service(Handler.java:287)
        at
org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
        at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:81
2)
        at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:758)
        at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:213)
        at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
        at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501)
        at java.lang.Thread.run(Thread.java:484)
20 Aug 2001 13:52:16 - INFO - PROPFIND (time: 243 ms) URI = /

Reply via email to