On Friday 20 August 2004 14:27, Eelke Toonstra wrote: > Thanks for your answer, but it still doesn't work. > > When I point my browser to > http://localhost:8080/exist/webdav/radiologist.jpg it gives the following > error: > HTTP ERROR: 500 Internal Server Error > RequestURI=/exist/webdav/radiologist.jpg > > The eXist database output generates: > > 20 Aug 2004 14:14:51,421 [SocketListener-6] INFO (WebdavServlet.java > [service]:135) - GET /radiologist.jpg > 20 Aug 2004 14:14:51,421 [SocketListener-6] DEBUG (WebdavServlet.java > [service]:136) - request path: > http://localhost:8080/exist/webdav/radiologist.jpg > 14:14:51.437 WARN!! Exception for /exist/webdav/radiologist.jpg > java.lang.ClassCastException > at xincon.DefaultServlet.requestDB(DefaultServlet.java:165) > at xincon.WebdavServlet.service(WebdavServlet.java:139) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) > at > org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:366) > at > org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHand >ler.java:293) at > org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:581) > at org.mortbay.http.HttpContext.handle(HttpContext.java:1687) > at > org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContex >t.java:544) at org.mortbay.http.HttpContext.handle(HttpContext.java:1637) at > org.mortbay.http.HttpServer.service(HttpServer.java:875) at > org.mortbay.http.HttpConnection.service(HttpConnection.java:806) at > org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:956) > at org.mortbay.http.HttpConnection.handle(HttpConnection.java:823) > at > org.mortbay.http.SocketListener.handleConnection(SocketListener.java:202) > at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:290) > at org.mortbay.util.ThreadPool$JobRunner.run(ThreadPool.java:743) > at java.lang.Thread.run(Thread.java:534)
Strange, I've tried the same with cocoon.gif and it worked. What version of eXist are you using? The stable release eXist 1.01b isn't the most stable at all. You could try the latest snapshot: http://prdownloads.sourceforge.net/exist/eXist-snapshot-20040816.jar?download Install with: java -jar eXist-snapshot-20040816.jar -- lg, Chris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
