Got it fixed after I removed the classpath reference to crimson.jar and
instead pointed to xerces.jar
Is there a demo or something to see how and where the docs are stored, add
new docs , create categories etc..
Sony
-----Original Message-----
From: Kurapati, Rama [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 29, 2001 2:30 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Installation
Try with jaxp from sun and xerces from Apache. I have no jars from crimson .
May be some conflicts in jars. (You might want to try with out crimson jars
in class path)
Rama
-----Original Message-----
From: Sony Joseph [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 29, 2001 5:28 PM
To: [EMAIL PROTECTED]
Subject: RE: Installation
Rama,
Do you mean to use the Jaxp crimson implementation from Apache ? I did
download it from there. Could you explian what you meant ?
Thanks,
Sony
-----Original Message-----
From: Kurapati, Rama [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 29, 2001 2:14 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Installation
try out with +Xerces-crimson
-----Original Message-----
From: Sony Joseph [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 29, 2001 5:15 PM
To: [EMAIL PROTECTED]
Subject: Installation
Hi,
I tried installing slide and after I run Tomcat, when I try out the
URl, I
get the following exceptions:
java.lang.NoSuchMethodError
at
org.apache.crimson.jaxp.DocumentBuilderImpl.<init>(DocumentBuilderImpl.java:
152)
at
org.apache.crimson.jaxp.DocumentBuilderFactoryImpl.newDocumentBuilder(Docume
ntBuilderFactoryImpl.java:82)
at
org.apache.slide.webdav.method.WebdavMethod.<init>(WebdavMethod.java:252)
at
org.apache.slide.webdav.method.GetMethod.<init>(GetMethod.java:152)
at
org.apache.slide.webdav.WebdavServlet.createWebdavMethod(WebdavServlet.java:
147)
at
org.apache.slide.webdav.WebdavServlet.service(WebdavServlet.java:207)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
at org.apache.tomcat.core.Handler.service(Handler.java:286)
at
org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:79
7)
at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:210)
at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
at java.lang.Thread.run(Thread.java:484)
I have 'jaxp.jar' and 'crimson.jar' in the classpath.
Any suggestions ?
Thanks,
Sony