Uploaded image for project: 'FishEye'
  1. FishEye
  2. FE-6592

IndexOutOfBoundsException when using svnkit file connection

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Low
    • 4.1.0
    • None
    • None
    • None

    Description

      This is the issue to only mention that the bug occured in FeCru 4.0.4 and below is now fixed in 4.1
      svnkit issue: https://issues.tmatesoft.com/issue/SVNKIT-655?preventRedirect=true
      note that Fisheye is using custom svnkit build from revision r10609 which contains fix in r10595.

      Stack trace occured in Fisheye:

      2016-01-01 01:01:01,001 WARN  [InitPing2 xxx ] fisheye BaseRepositoryScanner-handleSlurpException - Problem processing revisions from repo xxx due to class com.cenqua.fisheye.rep.RepositoryClientException - java.lang.IndexOutOfBoundsException
      com.cenqua.fisheye.rep.RepositoryClientException: java.lang.IndexOutOfBoundsException
      	at com.cenqua.fisheye.svn.SvnThrottledClient.executeNoThrottle(SvnThrottledClient.java:189) [fisheye.jar:?]
      	at com.cenqua.fisheye.svn.SvnThrottledClient.execute(SvnThrottledClient.java:158) [fisheye.jar:?]
      	at com.cenqua.fisheye.svn.SvnThrottledClient.info(SvnThrottledClient.java:110) [fisheye.jar:?]
      	at com.atlassian.fisheye.svn.Svn2Infill2Processor.getInfoData(Svn2Infill2Processor.java:438) [fisheye.jar:?]
      	at com.atlassian.fisheye.svn.Svn2Infill2Processor.createDiffSummary(Svn2Infill2Processor.java:285) [fisheye.jar:?]
      	at com.atlassian.fisheye.svn.Svn2Infill2Processor.infillChangeSet(Svn2Infill2Processor.java:210) [fisheye.jar:?]
      	at com.atlassian.fisheye.svn.Svn2Infill2Processor.access$100(Svn2Infill2Processor.java:90) [fisheye.jar:?]
      	at com.atlassian.fisheye.svn.Svn2Infill2Processor$1.perform(Svn2Infill2Processor.java:141) [fisheye.jar:?]
      	at com.atlassian.fisheye.svn.Svn2Infill2Processor$1.perform(Svn2Infill2Processor.java:125) [fisheye.jar:?]
      	at com.cenqua.fisheye.cache.BaseRevisionCache.withDbWriteLock(BaseRevisionCache.java:1066) [fisheye.jar:?]
      	at com.atlassian.fisheye.svn.Svn2Infill2Processor.process(Svn2Infill2Processor.java:125) [fisheye.jar:?]
      	at com.atlassian.fisheye.svn.Svn2Scanner.infillRepository(Svn2Scanner.java:232) [fisheye.jar:?]
      	at com.atlassian.fisheye.svn.Svn2Scanner.slurpRepository(Svn2Scanner.java:218) [fisheye.jar:?]
      	at com.atlassian.fisheye.svn.Svn2Scanner.doSlurpTransaction(Svn2Scanner.java:183) [fisheye.jar:?]
      	at com.cenqua.fisheye.rep.BaseRepositoryScanner.ping(BaseRepositoryScanner.java:73) [fisheye.jar:?]
      	at com.cenqua.fisheye.rep.BaseRepositoryEngine.doSlurp(BaseRepositoryEngine.java:86) [fisheye.jar:?]
      	at com.cenqua.fisheye.rep.RepositoryEngine.slurp(RepositoryEngine.java:415) [fisheye.jar:?]
      	at com.cenqua.fisheye.rep.ping.IndexingPingRequest.doRequest(IndexingPingRequest.java:27) [fisheye.jar:?]
      	at com.cenqua.fisheye.rep.ping.IncrementalPingRequest.doRequest(IncrementalPingRequest.java:30) [fisheye.jar:?]
      	at com.cenqua.fisheye.rep.ping.PingRequest$1.run(PingRequest.java:55) [fisheye.jar:?]
      	at com.cenqua.fisheye.util.NamedExecution.run(NamedExecution.java:27) [fisheye.jar:?]
      	at com.cenqua.fisheye.rep.ping.PingRequest.process(PingRequest.java:52) [fisheye.jar:?]
      	at com.cenqua.fisheye.rep.RepositoryHandle.processPingRequests(RepositoryHandle.java:216) [fisheye.jar:?]
      	at com.cenqua.fisheye.rep.RepositoryHandle.access$100(RepositoryHandle.java:58) [fisheye.jar:?]
      	at com.cenqua.fisheye.rep.RepositoryHandle$2.run(RepositoryHandle.java:172) [fisheye.jar:?]
      	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_74]
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_74]
      	at java.lang.Thread.run(Unknown Source) [?:1.8.0_74]
      Caused by: java.lang.IndexOutOfBoundsException
      	at java.nio.Buffer.checkBounds(Unknown Source) [?:1.8.0_74]
      	at java.nio.HeapByteBuffer.get(Unknown Source) [?:1.8.0_74]
      	at org.tmatesoft.svn.core.internal.io.fs.FSFile.read(FSFile.java:387) [svnkit-1.8.11.jar:?]
      	at org.tmatesoft.svn.core.internal.io.fs.FSFS.applyDeltaFromFSFile(FSFS.java:920) [svnkit-1.8.11.jar:?]
      	at org.tmatesoft.svn.core.internal.io.fs.FSFS.parseRawDeltaProperties(FSFS.java:892) [svnkit-1.8.11.jar:?]
      	at org.tmatesoft.svn.core.internal.io.fs.FSFS.parseRawDeltaProperties(FSFS.java:889) [svnkit-1.8.11.jar:?]
      	at org.tmatesoft.svn.core.internal.io.fs.FSFS.parseRawDeltaProperties(FSFS.java:889) [svnkit-1.8.11.jar:?]
      	at org.tmatesoft.svn.core.internal.io.fs.FSFS.parseRawDeltaProperties(FSFS.java:889) [svnkit-1.8.11.jar:?]
      	at org.tmatesoft.svn.core.internal.io.fs.FSFS.parseRawDeltaProperties(FSFS.java:889) [svnkit-1.8.11.jar:?]
      	at org.tmatesoft.svn.core.internal.io.fs.FSFS.parseProperties(FSFS.java:969) [svnkit-1.8.11.jar:?]
      	at org.tmatesoft.svn.core.internal.io.fs.FSFS.getDirContents(FSFS.java:845) [svnkit-1.8.11.jar:?]
      	at org.tmatesoft.svn.core.internal.io.fs.FSRevisionNode.getDirEntries(FSRevisionNode.java:607) [svnkit-1.8.11.jar:?]
      	at org.tmatesoft.svn.core.internal.io.fs.FSRevisionNode.getChildDirNode(FSRevisionNode.java:588) [svnkit-1.8.11.jar:?]
      	at org.tmatesoft.svn.core.internal.io.fs.FSRoot.openPath(FSRoot.java:96) [svnkit-1.8.11.jar:?]
      	at org.tmatesoft.svn.core.internal.io.fs.FSRoot.getRevisionNode(FSRoot.java:53) [svnkit-1.8.11.jar:?]
      	at org.tmatesoft.svn.core.internal.io.fs.FSRoot.checkNodeKind(FSRoot.java:139) [svnkit-1.8.11.jar:?]
      	at org.tmatesoft.svn.core.internal.io.fs.FSRevisionRoot.getNodeHistory(FSRevisionRoot.java:63) [svnkit-1.8.11.jar:?]
      	at org.tmatesoft.svn.core.internal.io.fs.FSNodeHistory.checkAncestryOfPegPath(FSNodeHistory.java:66) [svnkit-1.8.11.jar:?]
      	at org.tmatesoft.svn.core.internal.io.fs.FSLocationsFinder.traceNodeLocations(FSLocationsFinder.java:57) [svnkit-1.8.11.jar:?]
      	at org.tmatesoft.svn.core.internal.io.fs.FSRepository.getLocationsImpl(FSRepository.java:399) [svnkit-1.8.11.jar:?]
      	at org.tmatesoft.svn.core.io.SVNRepository.getLocations(SVNRepository.java:1091) [svnkit-1.8.11.jar:?]
      	at org.tmatesoft.svn.core.io.SVNRepository.getLocations(SVNRepository.java:1519) [svnkit-1.8.11.jar:?]
      	at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:212) [svnkit-1.8.11.jar:?]
      	at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteGetInfo.run(SvnRemoteGetInfo.java:130) [svnkit-1.8.11.jar:?]
      	at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteGetInfo.run(SvnRemoteGetInfo.java:31) [svnkit-1.8.11.jar:?]
      	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21) [svnkit-1.8.11.jar:?]
      	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1235) [svnkit-1.8.11.jar:?]
      	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294) [svnkit-1.8.11.jar:?]
      	at org.tmatesoft.svn.core.javahl17.SVNClientImpl.info2(SVNClientImpl.java:1671) [svnkit-javahl16-1.8.11.jar:?]
      	at org.apache.subversion.javahl.SVNClient.info2(SVNClient.java:270) [svnkit-javahl16-1.8.11.jar:?]
      	at com.cenqua.fisheye.svn.SvnThrottledClient$1.call(SvnThrottledClient.java:116) [fisheye.jar:?]
      	at com.cenqua.fisheye.svn.SvnThrottledClient$1.call(SvnThrottledClient.java:111) [fisheye.jar:?]
      	at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_74]
      	at com.cenqua.fisheye.svn.SvnTask.access$101(SvnTask.java:13) [fisheye.jar:?]
      	at com.cenqua.fisheye.svn.SvnTask$1.run(SvnTask.java:35) [fisheye.jar:?]
      	at com.cenqua.fisheye.util.NamedExecution.run(NamedExecution.java:27) [fisheye.jar:?]
      	at com.cenqua.fisheye.svn.SvnTask.run(SvnTask.java:30) [fisheye.jar:?]
      	... 3 more
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            aborowski Adam Borowski (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: