Discussion:
Jira Subversion Integration Using Fisheye
Surbhi Kaushik
2018-10-01 08:37:31 UTC
Permalink
Hi Team,

This is regarding Jira Subversion integration using Fisheye application. Below are the version details being used.

Jira: 7.9.0
Subversion: 1.8
Fisheye: 4.5.3

Issue: While indexing Subversion repositories through Fisheye we are facing below error after initial few hours of indexing.

Could you please help us with what configuration settings will be required for Fisheye to index subversion repository at subversion side.

Repository paused due to error com.cenqua.fisheye.rep.RepositoryClientException: java.lang.IllegalStateException: Can't overwrite cause with org.tmatesoft.svn.core.SVNException: svn: E175002: Connection reset svn: E175002: REPORT request failed on '/svn/sec-projects/!svn/vcc/default

Regards,
Surbhi Kaushik
DISCLAIMER: The information transmitted, including any attachments, is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of the author of this e-mail is strictly prohibited. If you receive this email by mistake, please advise the sender and delete it immediately. Email transmission cannot be guaranteed to be secure, or error free as information could be intercepted, corrupted, lost or destroyed as a result of the transmission process. Views or opinions presented in this email are solely those of the author and do not necessarily represent those of the Company. Through this e-mail, no employee or agent is authorized to conclude/commit any new or incidental terms, which are not part of the original contract with the client or vendor, other than by way of duly executed and signed amendment contract between the parties in accordance with the agreed protocol of the contract. Please be aware that the Company monitors e-mail communications through our networks for regulatory compliance purposes. NIIT Technologies Limited and its related entities consider the privacy of its clients to be of utmost importance and works to protect it. The Privacy Policy of the Company can be accessed from our website www.niit-tech.com. DISCLAIMER: The information transmitted, including any attachments, is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of the author of this e-mail is strictly prohibited. If you receive this email by mistake, please advise the sender and delete it immediately. Email transmission cannot be guaranteed to be secure, or error free as information could be intercepted, corrupted, lost or destroyed as a result of the transmission process. Views or opinions presented in this email are solely those of the author and do not necessarily represent those of the Company. Through this e-mail, no employee or agent is authorized to conclude/commit any new or incidental terms, which are not part of the original contract with the client or vendor, other than by way of duly executed and signed amendment contract between the parties in accordance with the agreed protocol of the contract. Please be aware that the Company monitors e-mail communications through our networks for regulatory compliance purposes. NIIT Technologies Limited and its related entities consider the privacy of its clients to be of utmost importance and works to protect it. The Privacy Policy of the Company can be accessed from our website www.niit-tech.com.
Johan Corveleyn
2018-10-01 09:23:38 UTC
Permalink
On Mon, Oct 1, 2018 at 10:43 AM Surbhi Kaushik
Post by Surbhi Kaushik
Hi Team,
This is regarding Jira Subversion integration using Fisheye application. Below are the version details being used.
Jira: 7.9.0
Subversion: 1.8
Fisheye: 4.5.3
Issue: While indexing Subversion repositories through Fisheye we are facing below error after initial few hours of indexing.
Could you please help us with what configuration settings will be required for Fisheye to index subversion repository at subversion side.
Repository paused due to error com.cenqua.fisheye.rep.RepositoryClientException: java.lang.IllegalStateException: Can't overwrite cause with org.tmatesoft.svn.core.SVNException: svn: E175002: Connection reset svn: E175002: REPORT request failed on '/svn/sec-projects/!svn/vcc/default
Hi Surbhi,

First of all, your Subversion client is SVNKit, which is a pure Java
re-implementation of Subversion. SVNKit is not maintained by the
Apache Subversion project, and it has its own support channels:
https://svnkit.com/support.html. It's possible that your problem is
specific to SVNKit, in which case you should probably contact them (or
try if the problem gets resolved if you switch to "native
Subversion").

Second, you're using Subversion 1.8, which is no longer supported. You
should upgrade your client to 1.10.2 (= latest release) or at least
1.9.9 (the 1.9.x branch is the "old stable" branch which is still
supported).

At my company we use FishEye (version 4.6.0) and Subversion (1.9.x
client, 1.9.x server) too, and we have successfully changed the
FishEye configuration to make use of the native "javahl" Subversion
client. I suggest you try that first, to see if it resolves your
problem. Here are some links to Fisheye documentation about how to set
it up with JavaHL:

https://confluence.atlassian.com/fisheye/native-subversion-client-298976879.html
https://confluence.atlassian.com/fisheye/native-support-for-svn-389780391.html
https://confluence.atlassian.com/fishkb/getting-native-subversion-client-to-work-with-fisheye-on-a-windows-64-bit-machine-765594168.html

It's also possible that the problem is related to the Subversion
server. Perhaps there is some timeout happening. In that case it could
be interesting to take a look at the error logs on the Subversion
server, around the time of the "Connection reset svn: E175002: REPORT
request failed".
--
Johan
Loading...