This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 157049 - [jgit] Error: org.spearce.jgit.errors.CorruptObjectException: Object f866bfcd86f3e07c7752161ae299a343f1dee507 is corrupt: Invalid mode: 160000
Summary: [jgit] Error: org.spearce.jgit.errors.CorruptObjectException: Object f866bfcd...
Status: RESOLVED WONTFIX
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: issues@third-party
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-19 11:50 UTC by Marian Mirilovic
Modified: 2011-11-07 09:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 122187


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2009-01-19 11:50:02 UTC
16 duplicates so far ...

Build: NetBeans IDE 6.5 Beta (Build 200808111757)
VM: Java HotSpot(TM) Client VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Linux, 2.6.24-19-386, i386
User comments: 
STACKTRACE: (first 10 lines)
java.lang.Error: org.spearce.jgit.errors.CorruptObjectException: Object f866bfcd86f3e07c7752161ae299a343f1dee507 is
corrupt: Invalid mode: 160000
        at org.spearce.jgit.lib.TreeIterator.<init>(TreeIterator.java:118)
        at org.spearce.jgit.lib.TreeIterator.step(TreeIterator.java:182)
        at org.spearce.jgit.lib.TreeIterator.<init>(TreeIterator.java:116)
        at org.spearce.jgit.lib.TreeIterator.step(TreeIterator.java:182)
        at org.spearce.jgit.lib.TreeIterator.next(TreeIterator.java:125)
        at org.spearce.jgit.lib.IndexTreeWalker.walk(IndexTreeWalker.java:131)
        at org.spearce.jgit.lib.IndexTreeWalker.walk(IndexTreeWalker.java:107)
        at org.spearce.jgit.lib.IndexDiff.diff(IndexDiff.java:87)
        at org.nbgit.util.GitCommand.getInterestingStatus(GitCommand.java:564)
        at org.nbgit.StatusCache.scanFolder(StatusCache.java:695)