Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » Getting Exception org.eclipse.jgit.errors.LargeObjectException(Getting Exception org.eclipse.jgit.errors.LargeObjectException)
Getting Exception org.eclipse.jgit.errors.LargeObjectException [message #1841738] Thu, 27 May 2021 09:51 Go to next message
Pallavi Agarwal is currently offline Pallavi AgarwalFriend
Messages: 5
Registered: May 2021
Junior Member
Hi, We are using jgit to load all commit diffs into our database lcoally and running into below issues for few big repos
at org.eclipse.jgit.internal.storage.file.Pack.load(Pack.java:902)
org.eclipse.jgit.internal.storage.file.Pack.get(Pack.java:274)
org.eclipse.jgit.internal.storage.file.PackDirectory.open(PackDirectory.java:211)
org.eclipse.jgit.internal.storage.file.ObjectDirectory.openPackedObject(ObjectDirectory.java:390)
org.eclipse.jgit.internal.storage.file.ObjectDirectory.openPackedFromSelfOrAlternate(ObjectDirectory.java:354)
org.eclipse.jgit.internal.storage.file.ObjectDirectory.openObjectWithoutRestoring(ObjectDirectory.java:345)
org.eclipse.jgit.internal.storage.file.ObjectDirectory.openObject(ObjectDirectory.java:330)
org.eclipse.jgit.internal.storage.file.WindowCursor.open(WindowCursor.java:132)
org.eclipse.jgit.diff.ContentSource$ObjectReaderSource.open(ContentSource.java:112)
org.eclipse.jgit.diff.ContentSource$Pair.open(ContentSource.java:257)
org.eclipse.jgit.diff.DiffFormatter.open(DiffFormatter.java:1074)


Seems to me that something is not ok and need to be checked
Pease help?
Re: Getting Exception org.eclipse.jgit.errors.LargeObjectException [message #1841743 is a reply to message #1841738] Thu, 27 May 2021 10:20 Go to previous message
Thomas Wolf is currently offline Thomas WolfFriend
Messages: 576
Registered: August 2016
Senior Member
OutOfMemoryError. Try giving your Java process more memory.
Previous Topic:IDz Version: 14.0.0.9, Build id: idz14009O-I20191015_1437 shouldn't include EGit
Next Topic:Transport Error : Git-upload-pack not permitted
Goto Forum:
  


Current Time: Fri Apr 26 04:51:37 GMT 2024

Powered by FUDForum. Page generated in 0.03051 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top