Subversion Integration Fails due to Missing SVNKit Dependency

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

The following error is logged in Fisheye logs:


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:

  1. Please download the standalone version of SVNKit.
  2. Unzip the downloaded SVNKit and copy all the .jar files into FISHEYE_INST/lib directory.

Ensure that you have downloaded the correct version of SVNKit JAR

Last modified on Jul 31, 2018

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.