Getting com.cenqua.fisheye.rep.DbException Unable to find path trunk, not in database
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Symptoms
User name contains a blank space in
config.xml
The log file contains the following error:
1 2 3 4 5
2008-01-11 22:56:37,917 ERROR [InitScanner] fisheye.app RepositoryScanner-slurp - Problem processing revisions from repo http://subversion.company.com/svn/somePath/ due to class com.cenqua.fisheye.rep.DbException - Unable to find path trunk, not in database com.cenqua.fisheye.rep.DbException: Unable to find path trunk, not in database at com.cenqua.fisheye.rep.impl.CommonRevInfoDAO.addPathLongProperty(CommonRevInfoDAO.java:1248) at com.cenqua.fisheye.svn.db.SvnRevInfoDAO.insertNew(SvnRevInfoDAO.java:65) :
Cause
When adding a repository in Fisheye, the supplied username contains an extra whitespace character.
Resolution
Ensure that the username and/or other repository details are correct and do not contain additional whitespace characters.
Was this helpful?