svn: E175002: timed out waiting for server - while indexing repository
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Problem
The indexing of a SVN repository does not complete, timing out in a command.
The following appears in the atlassian-fisheye-YYYY-MM-DD.log
:
1
2
3
4
5
6
7
8
9
10
11
12
2014-12-01 00:00:00,000 ERROR [InitPing2 Repository ] fisheye BaseRepositoryScanner-handleSlurpException - Problem processing revisions from repo Repository due to class com.cenqua.fisheye.rep.RepositoryClientException - org.apache.subversion.javahl.ClientException: svn: E175002: timed out waiting for server
svn: E175002: REPORT request failed on '/svn/repository/!svn/bc/10000'
...
Caused by: org.apache.subversion.javahl.ClientException: svn: E175002: timed out waiting for server
svn: E175002: REPORT request failed on '/svn/repository/!svn/bc/10000
at org.apache.subversion.javahl.ClientException.fromException(ClientException.java:68)
...
Caused by: org.tmatesoft.svn.core.SVNException: svn: E175002: timed out waiting for server
svn: E175002: REPORT request failed on '/svn/repository/!svn/bc/10000'
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:106)
...
Caused by: java.net.SocketTimeoutException: Read timed out
Cause
This is possibly caused by something interrupting the connection, like an antivirus. This was specifically observed when using the AVG antivirus, as per this comment on stackoverflow.
Resolution
Disable the Anti-Virus
Was this helpful?