Subversion Client Exception - SVN: E175002: No route to host svn
症状
The following appears in the atlassian-fisheye-YYYY-MM-DD.log:
Repository paused due to error com.cenqua.fisheye.rep.RepositoryClientException: org.tigris.subversion.javahl.ClientException: svn: E175002: No route to host svn
...
診断
Check if the Subversion repository is reachable by running the svn info <repository url> and also check if the path of the repository is correct
原因
There are two possible causes for this error:
- The Subversion server is offline or unreachable from the Fisheye instance
- The repository path from the Subversion server might have changed resulting in the error being thrown
ソリューション
For the causes mentioned above the resolutions are:
- Ensure that the Subversion server gets on-line for the instance to be able to connect to it.
- Change the path for the repository if the path had been changed and perform a full reindex under
Administration > Repository Settings > Repositories > <Repository Name> > Maintenance > Repository Source Index > Re-index
.
最終更新日 2018 年 7 月 31 日
Powered by Confluence and Scroll Viewport.