« Return to Thread: REPORT request failed accessing Sourceforge Subversion

Re: REPORT request failed accessing Sourceforge Subversion

by Alexander Kitaev-3 :: Rate this Message:

| View in Thread

Hello,

 > Yesterday we tested with svnkit 1.1.4 as well. We were able to reproduce
 > this issue. I have attached a part of the debug log with this mail where
 > the error occurred. The complete log is of 2 GB size. We are doing
 > checkout of  8 GB data.
Please try to do the following:

- Get the latest version of SVNKit from 1.1.x branch.
(https://teamcity.svnkit.com/repository/download/bt1/1703:id/deploy/org.tmatesoft.svn_1.1.4.3756.standalone.zip)
- Enable full HTTP request spooling. To do that, initialize
DAVRepositoryFactory in the following way:

IHTTPConnectionFactory factory =
        new DefaultHTTPConnectionFactory(null, true, null);
DAVRepositoryFactory.setup(factory);

- If above will not resolve the problem, will it be possible to get RO
access to the repository to let us reproduce the problem?

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

Premshaw wrote:

> Hi,
> Yesterday we tested with svnkit 1.1.4 as well. We were able to reproduce
> this issue. I have attached a part of the debug log with this mail where
> the error occurred. The complete log is of 2 GB size. We are doing
> checkout of  8 GB data.
>
> My client is not able to proceed any further with this issue. This is
> urgent, I need to give a solution as soon as possible. Any means of help
> is well appreciated.
> Thanks,
> Prem.
>
> Premshaw wrote:
>> *Date:* Jan 08, 2008; 09:30pm *Author:* premshaw
>> <http://www.nabble.com/user/UserProfile.jtp?user=729357> *Subject:*
>> REPORT request failed accessing Sourceforge Subversion
>> /Hi,
>> There are few mail threads already available in the archives,
>> regarding this issue being fixed in a earlier revision of svnkit.
>>
>> issue : org.tmatesoft.svn.core.SVNException: svn: REPORT request
>> failed on '/svn/VSMRepo/!svn/vcc/default'
>> svn: Processing REPORT request response failed: XML document
>> structures must start and end within the same entity.
>> (/svn/VSMRepo/!svn/vcc/default)
>>     at
>> org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:80)
>>     at
>> org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:519)
>>     at
>> org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:236)
>>     at
>> org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:224)
>>     at
>> org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:219)
>>     at
>> org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:211)
>>     at
>> org.tmatesoft.svn.core.internal.io.dav.DAVRepository.update(DAVRepository.java:617)
>>     at
>> org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:162)
>>     at
>> org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:344)
>>
>> But I am able to reproduce this issue with a latest build,
>> following are the test setting I have here,
>> subversion - ///1.3.2
>> jre - 1.5_04
>> apache - 2.0.58
>> svnkit - 1.1.3
>>
>> Can you explain the issue and the fix made to this, so I could collect
>> more information about the issue to support debugging this one.
>>
>> Thanks,
>> Prem.//
>
>
> ------------------------------------------------------------------------
>
>
> ---------------------------------------------------------------------
> 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: REPORT request failed accessing Sourceforge Subversion