svn: E175002: timed out waiting for server - while indexing repository
問題
The indexing of a SVN repository does not complete, timing out in a command.
atlassian-fisheye-YYYY-MM-DD.log
に次のメッセージが表示される。
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
原因
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.
ソリューション
- Disable the Anti-Virus
Last modified on Mar 30, 2016
Powered by Confluence and Scroll Viewport.