Re: httpexception when creating instance of webdavresource

2004-09-03 Thread James Mason
Are you deploying on Tomcat? If so, delete commons-httpclient.jar and webdav.jar from your common/lib directory. They are old versions and will take precedence when Tomcat builds the classpath. -James Stefan Burkard wrote: hi slide-users i've developed a java-class based on the slide-client-api

Re: httpexception when creating instance of webdavresource

2004-09-03 Thread Ingo Brunberg
Stacktrace, trace of the session? > hi slide-users > > i've developed a java-class based on the slide-client-api that acts as a > webdav-client on a slide-server. until now i had my java-class in > eclipse and it connects on a slide-server in the network (other box). > works fine. > > now i'm

Re: httpexception when creating instance of webdavresource

2004-09-03 Thread Stefan Burkard
here's the stacktrace of the exception, how can i make a session-trace? stefan 46 [main] INFO ch.previon.deponejo.slide.WebDavClient - WebDAV-Client erstellen 268 [main] ERROR ch.previon.deponejo.slide.WebDavClient - FEHLER! Ein HTTP-Fehler ist aufgetreten! org.apache.commons.httpclient.Htt

Re: httpexception when creating instance of webdavresource

2004-09-03 Thread Stefan Burkard
no it's standalone-app in a jar-file, started from a shell-script greetings stefan James Mason wrote: Are you deploying on Tomcat? If so, delete commons-httpclient.jar and webdav.jar from your common/lib directory. They are old versions and will take precedence when Tomcat builds the classpath.

Re: httpexception when creating instance of webdavresource

2004-09-03 Thread Ingo Brunberg
> here's the stacktrace of the exception, how can i make a session-trace? tcpmon (part of Axis), ethereal, qdpf, ... The stacktrace does not help much indeed. Ingo > > stefan > > 46 [main] INFO ch.previon.deponejo.slide.WebDavClient - > WebDAV-Client erstellen > 268 [main] ERROR ch.prev

Re: httpexception when creating instance of webdavresource

2004-09-07 Thread Stefan Burkard
hi slide-users ok, i realized that i can activate the debug-loglevel for the jakarta http-client... therefore i can provide a better problem-report. when i try to get an instance of webdavresource i get the following error from tomcat: 425 [main] DEBUG httpclient.wire - << "HTTP/1.1 501 Metho

Re: httpexception when creating instance of webdavresource

2004-09-07 Thread Stefan Burkard
here are already more news to my issue: - on my internal tomcat 5 i have to create a httpurl with 1. user 2. pwd 3. host 4. port --> no path! - on the tomcat 4 the connection fails like this. however, it succeeds when i make the connection like this: 1. user 2. pwd 3. host 4. port 5. path (/slide)

Re: httpexception when creating instance of webdavresource

2004-09-07 Thread Ingo Brunberg
You give no information which URL you try to connect to. Perhaps Slide is not running or configured correctly. Did you try the same address with another WebDAV client like cadaver or DAVExplorer? Ingo > hi slide-users > > ok, i realized that i can activate the debug-loglevel for the jakarta >

Re: httpexception when creating instance of webdavresource

2004-09-07 Thread Stefan Burkard
You give no information which URL you try to connect to. Perhaps Slide is not running or configured correctly. as i laid out in my own reply, both slide instances (at isp and internal) are running on a tomcat under context "/slide". i can reach both slide-installations with the browser by connec