Unable to get info for the repository root

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

問題

When trying to integrate SVN with Fisheye/Crucible the following error is shown:

Unable to get info for the repository root
403 Forbidden
Unable to get Repository Root URL

Alternatively the following can be found in the fisheye-atlassian-YYYY-MM-DD.log file:

WARN  [InitPing3 <repository_name> ] fisheye SvnRepositoryTester-getServerRootURL - Unable to get Repository Root URL for <repository_name>:file:///repository_root/folder/
ERROR [InitPing3 <repository_name> ] fisheye SvnRepositoryTester-pingAndValidateAccess - Exception getting FishEye access control
com.cenqua.fisheye.rep.RepositoryClientException: org.apache.subversion.javahl.ClientException: svn: Unable to open an ra_local session to URL
...
Caused by: org.apache.subversion.javahl.ClientException: svn: Unable to open an ra_local session to URL
	at org.apache.subversion.javahl.ClientException.fromException(ClientException.java:68) [svnkit-javahl16-1.8.11.jar:?]
...
Caused by: org.tmatesoft.svn.core.SVNException: svn: Unable to open an ra_local session to URL
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64) [svnkit.jar:?]

 

原因

Cause #1 - unexpected trailing slash

A trailing slash has been added incorrectly to the SVN URL during the configuration of the repository. For example: https://svn.your.server/svn/project/

Cause #2 - missing execute permissions on jsvn command

Unless the native client is used, Fisheye uses the jsvn command to perform SVN command which can be found in the <FishEye installation directory>/lib/svn folder.

If the user running Fisheye does not have execute permissions on the jsvn command, Fisheye will not be able to connect to the repository.

ソリューション

Resolution #1 - unexpected trailing slash

Remove the trailing slash from the SVN URL and save. For example (considering the example above): https://svn.your.server/svn/project

Resolution #2 - missing execute permissions on jsvn command

Add the execute permissions on the jsvn command.

 

 

最終更新日 2018 年 7 月 31 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.