Bamboo is unable to login to SVN - No valid credentials provided
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
Symptoms
Bamboo fails to validate SVN credentials and shows this error message in the BAMBOO_INSTALL/atlassian-bamboo.log
:
1
INFO | jvm 1 | 2012/12/21 15:40:49 | 2012-12-21 15:40:49,245 INFO [qtp96561968-143] [SvnRepository] Failed to validate the subversion url: svn: E170001: Negotiate authentication failed: 'No valid credentials provided'
Cause
A wrong method is used by Bamboo for validating SVN credentials.
Resolution
Start Bamboo with the following startup parameters
1
-Dsvnkit.http.methods=Basic
For more information, refer to Configuring your system properties
Was this helpful?