« Return to Thread: OPTIONS request failed on

Re: OPTIONS request failed on

by Alexander Sinyushkin :: Rate this Message:

Reply to Author | View in Thread

Hello Malte,

Do you experience similar problems when doing the same things with the
native Subversion client?

Can you please send us svnkit logs written when you come across those
problem? You can find information on enabling svnkit logs here

https://wiki.svnkit.com/Troubleshooting

Thank you.
----
Alexander Sinyushkin,
TMate Software,
http://svnkit.com/ - Java [Sub]Versioning Library!

Malte Finsterwalder wrote:

> 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@...
>
>
>

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

 « Return to Thread: OPTIONS request failed on