Subversion Integration Fails due to Missing SVNKit Dependency
症状
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)
.....
原因
The JavaHL-SVNClientInterface
JAR dependency is missing.
ソリューション
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
最終更新日 2018 年 7 月 31 日
Powered by Confluence and Scroll Viewport.