Subversion Integration Fails due to Missing SVNKit Dependency
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
The following error is logged in Fisheye logs:
1
2
3
4
5
6
WARN - Could not load svn-javahl
java.lang.NoClassDefFoundError: org/tigris/subversion/javahl/SVNClientInterface
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
.....
Cause
The JavaHL-SVNClientInterface
JAR dependency is missing.
Resolution
To fix the issue, add the missing dependency to Fisheye's classpath:
Please download the standalone version of SVNKit.
Unzip the downloaded SVNKit and copy all the
.jar
files intoFISHEYE_INST/lib
directory.
Ensure that you have downloaded the correct version of SVNKit JAR
Was this helpful?