OPTIONS request failed on

View: New views
3 Messages — Rating Filter:   Alert me  

OPTIONS request failed on

by Malte Finsterwalder-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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


Re: OPTIONS request failed on

by Alexander Sinyushkin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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


Re: OPTIONS request failed on

by Malte Finsterwalder-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Alexander,

Alexander Sinyushkin wrote:
> Do you experience similar problems when doing the same things with the
> native Subversion client?

I don't do the same things with a native client. What we do is rather
complicated to do by hand, so nobody does it.

We traced the problem back to an authorisation-problem agains apache und
solved that problem, when we removed the auth-files from the client.

But now we have a different problem: On one client the program hangs in
the middle of a multi step SVN interaction. On another client it works
fine. We think this problem now is due to firewall-settings. Still
investigation...

> 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

That's a helpful hint. Thanks!

Greetings,
   Malte

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