« Return to Thread: OPTIONS request failed on

OPTIONS request failed on

by Malte Finsterwalder-2 :: Rate this Message:

Reply to Author | View in Thread

Hi there,

I sometimes get the following error:

org.tmatesoft.svn.core.SVNException: svn: OPTIONS of '/....': 500
Internal Server Error (http://ooseappsrv)
svn: OPTIONS request failed on '/....'
        at
org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:103)
        at
org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:87)
        at
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:618)
        at
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:273)
        at
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:261)
        at
org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:516)
        at
org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:98)
        at
org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:999)
        at
org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getCommitEditorInternal(DAVRepository.java:1129)
        at
org.tmatesoft.svn.core.io.SVNRepository.getCommitEditor(SVNRepository.java:2474)
        at
org.tmatesoft.svn.core.wc.SVNCommitClient.doMkDir(SVNCommitClient.java:467)
        at
org.tmatesoft.svn.core.wc.SVNCommitClient.doMkDir(SVNCommitClient.java:366)

This happens sometimes when I do an update. Sometimes, when I try to
create a directory on the server.

I'm using the current SVNKit 1.3 Release. The SVN-Server uses Apache
with SVN 1.4.3.

Any ideas what might be the problem? Or what I can do to find out more?

Greetings,
   Malte

---------------------------------------------------------------------
To unsubscribe, e-mail: svnkit-users-unsubscribe@...
For additional commands, e-mail: svnkit-users-help@...

 « Return to Thread: OPTIONS request failed on