I'm trying to index my SVN repository with Fisheye to evaluate Crucible. Its giving the following exception all the time:
2011-08-05 23:56:39,479 ERROR [InitialPinger1 EntityModeling] fisheye.app BaseRepositoryScanner-handleSlurpException - Problem processing revisions from repo MyRepo due to class com.cenqua.fisheye.rep.DbException - Problem getting diff information for rev190496
com.cenqua.fisheye.rep.DbException: Problem getting diff information for rev190496
at com.cenqua.fisheye.svn.SvnRepositoryScanner.slurpRevisionBlock(SvnRepositoryScanner.java:419)
at com.cenqua.fisheye.rep.RepositoryScanner.processRevisions(RepositoryScanner.java:153)
at com.cenqua.fisheye.rep.BaseRepositoryScanner.slurpRepository(BaseRepositoryScanner.java:301)
at com.cenqua.fisheye.rep.BaseRepositoryScanner.doSlurpTransaction(BaseRepositoryScanner.java:268)
at com.cenqua.fisheye.rep.BaseRepositoryScanner.ping(BaseRepositoryScanner.java:201)
at com.cenqua.fisheye.rep.BaseRepositoryEngine.doSlurp(BaseRepositoryEngine.java:90)
at com.cenqua.fisheye.rep.RepositoryEngine.slurp(RepositoryEngine.java:390)
at com.cenqua.fisheye.rep.ping.OneOffPingRequest.doRequest(OneOffPingRequest.java:25)
at com.cenqua.fisheye.rep.ping.PingRequest.process(PingRequest.java:67)
at com.cenqua.fisheye.rep.RepositoryHandle.processPingRequests(RepositoryHandle.java:132)
at com.cenqua.fisheye.rep.RepositoryHandle.queuePingRequest(RepositoryHandle.java:122)
at com.cenqua.fisheye.rep.ping.PingRequest.run(PingRequest.java:33)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Caused by: com.cenqua.fisheye.svn.diff.SvnDiffException: Exception processing diff for revision 190496
at com.cenqua.fisheye.svn.diff.DiffProcessor.processMessage(DiffProcessor.java:296)
at com.cenqua.fisheye.svn.diff.DiffFetcher.process(DiffFetcher.java:64)
at com.cenqua.fisheye.svn.diff.DiffFetcher.run(DiffFetcher.java:45)
... 1 more
Caused by: java.lang.IllegalStateException: Cannot start an new activity while another is still running (info -r 191135 http://myserver:8080/repos/bcp/branches/private/atp/featurebranch/components/cws/modelers/mdm/dataquality_DT/web/com/mycompany/dataquality/_managers_/DataQualityOutputInformationManager%23jsExtension%23.js@191135)
at com.cenqua.fisheye.svn.MonitoredSvnThrottledClient.start(MonitoredSvnThrottledClient.java:30)
at com.cenqua.fisheye.svn.SvnThrottledClient.info2(SvnThrottledClient.java:111)
at com.cenqua.fisheye.svn.diff.MessageInfo.getInfo(MessageInfo.java:131)
at com.cenqua.fisheye.svn.diff.MessageInfo.getInfo(MessageInfo.java:122)
at com.cenqua.fisheye.svn.diff.DiffProcessor.examinePaths(DiffProcessor.java:461)
at com.cenqua.fisheye.svn.diff.DiffProcessor.processMessage(DiffProcessor.java:278)
... 3 more
Do I configure something wrong?
Thanks.
Vincent
Hi Vincent,
If you're still experiencing this problem please raise a support request so we can work through it with you:https://support.atlassian.com/browse/FSH
Anna
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.