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:

  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

最終更新日 2018 年 7 月 31 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.