Subversion repository failing after migrating server

Still need help?

The Atlassian Community is here for you.

Ask the community

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

  1. Install and setup Native Subversion Client
  2. Restart Fisheye/Crucible
Last modified on Nov 2, 2018

Was this helpful?

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