403 Forbidden Error when adding a new repository to Fisheye or when indexing
問題
While attempting to add a repository in Fisheye, a '403 Forbidden' error is displayed. However, the repository can be browsed using a GUI SVN browser application with the same Fisheye user ID and password. Other command line tools works as well.
This error can also occur when Fisheye tries to access the repository to process the new commits.
The following appears in the Fisheye user interface in the repositories overview and in the atlassian-fisheye-YYYY-MM-DD.log
:
Could not access https://atlassian.com/svn/EDT/Atl/components/AtlAccess/trunk : org.tigris.subversion.javahl.ClientException: svn: PROPFIND of '/svn/EDT/Atl/components/AtlAccess trunk': 403 Forbidden (https://atlassian.com)
原因
2 つの原因が考えられます。
- Incorrect permissions for Subversion access.
- SVNKit limitations such as, if multiple repositories have been added in Fisheye pointing to the same Subversion server using different credentials, Fisheye may not pick up the correct credentials.
ソリューション
- Check the account used to access the repository for group membership and read/write access.
- Follow the instructions to implement one of the options detailed on the SVN Authentication Issues page. The recommended option is to "Specify the username as part of the URL when defining your repository location".
最終更新日 2018 年 7 月 31 日
Powered by Confluence and Scroll Viewport.