Subversion repository failing after migrating server
Symptoms
Subversion repository not working after migrating Fisheye/Crucible to another server machine.
The following appears in the atlassian-fisheye-<date>.log
:
2014-01-12 13:50:08,097 ERROR - SVN jar does not exist: /usr/share/java/svn-javahl.jar
2014-01-12 13:50:08,282 WARN - Could not load svn-javahl
java.lang.NoClassDefFoundError: org/tigris/subversion/javahl/SVNClient
at com.cenqua.fisheye.svn.util.SvnLoader.onLoaded(SvnLoader.java:48)
at com.cenqua.fisheye.svn.util.SvnLoader.checkLoaded(SvnLoader.java:27)
at com.cenqua.fisheye.svn.SvnScmConfig.init(SvnScmConfig.java:135)
at com.cenqua.fisheye.config.ConfigUtil.initScmConfig(ConfigUtil.java:80)
Cause
svn-javahl.jar
file is not installed in the migrated server machine.
Resolution
- Install and setup Native Subversion Client
- Restart Fisheye/Crucible
Last modified on Nov 2, 2018
Powered by Confluence and Scroll Viewport.