Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 357082 - JGitInternalException during pull
Summary: JGitInternalException during pull
Status: RESOLVED WORKSFORME
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-08 09:51 EDT by Lars Vogel CLA
Modified: 2013-02-20 08:48 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Vogel CLA 2011-09-08 09:51:01 EDT
I received the following stack trace during a pull. Not sure what caused this. Matthias Sohn suggested to open an issue.


org.eclipse.jgit.api.errors.JGitInternalException: Exception caught during execution of fetch command
                at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:145)
                at org.eclipse.jgit.api.PullCommand.call(PullCommand.java:217)
                at org.eclipse.egit.core.op.PullOperation$1.run(PullOperation.java:82)
                at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2344)
                at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2326)
                at org.eclipse.egit.core.op.PullOperation.execute(PullOperation.java:104)
                at org.eclipse.egit.ui.internal.pull.PullOperationUI.execute(PullOperationUI.java:115)
                at org.eclipse.egit.ui.internal.pull.PullOperationUI$1.run(PullOperationUI.java:90)
                at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: org.eclipse.jgit.errors.TransportException: Missing commit 5f4d7130525590aae4b099e484db82d5cc3b887a
                at org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:291)
                at org.eclipse.jgit.transport.BasePackFetchConnection.fetch(BasePackFetchConnection.java:229)
                at org.eclipse.jgit.transport.FetchProcess.fetchObjects(FetchProcess.java:216)
                at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:149)
                at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:111)
                at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1062)
                at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:136)
                ... 8 more
Caused by: org.eclipse.jgit.errors.MissingObjectException: Missing commit 5f4d7130525590aae4b099e484db82d5cc3b887a
                at org.eclipse.jgit.storage.file.WindowCursor.open(WindowCursor.java:126)
                at org.eclipse.jgit.revwalk.RevWalk.getCachedBytes(RevWalk.java:855)
                at org.eclipse.jgit.revwalk.RevCommit.parseHeaders(RevCommit.java:136)
                at org.eclipse.jgit.revwalk.PendingGenerator.next(PendingGenerator.java:148)
                at org.eclipse.jgit.revwalk.StartGenerator.next(StartGenerator.java:175)
                at org.eclipse.jgit.revwalk.RevWalk.next(RevWalk.java:420)
                at org.eclipse.jgit.transport.BasePackFetchConnection.negotiate(BasePackFetchConnection.java:457)
                at org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:277)
                ... 14 more
Comment 1 Dani Megert CLA 2011-12-13 09:44:21 EST
Looks like a duplicate of bug 351430 to me.
Comment 2 Lars Vogel CLA 2013-02-20 08:48:41 EST
I have not seen this error in a long time. Closing as WORKSFORME.