Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] Fwd: [Bug 324868] New: git clone fails for org.eclipse.mdt

Anyone know why this is happening?

---------- Forwarded message ----------
From:  <bugzilla-daemon@xxxxxxxxxxx>
Date: Thu, Sep 9, 2010 at 11:25 AM
Subject: [Bug 324868] New: git clone fails for org.eclipse.mdt
To: caniszczyk@xxxxxxxxx


https://bugs.eclipse.org/bugs/show_bug.cgi?id=324868
Product/Component: EGit / Core

          Summary: git clone fails for org.eclipse.mdt
   Classification: Technology
          Product: EGit
          Version: unspecified
         Platform: PC
       OS/Version: Windows 7
           Status: NEW
         Severity: normal
         Priority: P3
        Component: Core
       AssignedTo: egit.core-inbox@xxxxxxxxxxx
       ReportedBy: weinell@xxxxxxxxxxxxxxxxxxx


What steps will reproduce the problem?
1. Clone a Git repository from
git://dev.eclipse.org/org.eclipse.mdt/org.eclipse.mdt.git
2. Select the 'master' branch only
3. Click finish


-- Error Details --
Date: Thu Sep 09 18:17:43 CEST 2010
Message: Cloning Git Repository failed
Severity: Error
Product: Eclipse SDK 3.6.0.v201006080911 (org.eclipse.sdk.ide)
Plugin: org.eclipse.egit.ui
Session Data:
eclipse.buildId=I20100608-0911
java.version=1.6.0_20
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=de_DE
Command-line arguments:  -os win32 -ws win32 -arch x86_64

Features from installation details:
org.eclipse.egit (0.9.0.201009081513) "Git Team Provider (Incubation)"
[Starting]
org.eclipse.egit.core (0.9.0.201009081513) "Git Team Provider Core
(Incubation)" [Active]
org.eclipse.egit.doc (0.9.0.201009081513) "Git Team Provider Documentation
(Incubation)" [Resolved]
org.eclipse.egit.ui (0.9.0.201009081513) "Git Team Provider UI (Incubation)"
[Active]
org.eclipse.jgit (0.9.0.201009070311) "JGit Core (Incubation)" [Active]

Exception Stack Trace:
org.eclipse.jgit.errors.TransportException: Short skip of block.
   at
org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:286)
   at
org.eclipse.jgit.transport.BasePackFetchConnection.fetch(BasePackFetchConnection.java:224)
   at
org.eclipse.jgit.transport.FetchProcess.fetchObjects(FetchProcess.java:210)
   at
org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:171)
   at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:111)
   at org.eclipse.jgit.transport.Transport.fetch(Transport.java:880)
   at org.eclipse.egit.core.op.CloneOperation.doFetch(CloneOperation.java:201)
   at org.eclipse.egit.core.op.CloneOperation.run(CloneOperation.java:119)
   at
org.eclipse.egit.ui.internal.clone.GitCloneWizard$4.run(GitCloneWizard.java:199)
   at
org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Caused by: java.io.EOFException: Short skip of block.
   at org.eclipse.jgit.util.IO.skipFully(IO.java:205)
   at org.eclipse.jgit.storage.pack.DeltaStream.seekBase(DeltaStream.java:339)
   at org.eclipse.jgit.storage.pack.DeltaStream.read(DeltaStream.java:213)
   at java.io.BufferedInputStream.read1(BufferedInputStream.java:256)
   at java.io.BufferedInputStream.read(BufferedInputStream.java:317)
   at org.eclipse.jgit.lib.ObjectStream$Filter.read(ObjectStream.java:209)
   at org.eclipse.jgit.util.IO.readFully(IO.java:175)
   at org.eclipse.jgit.lib.ObjectLoader.getCachedBytes(ObjectLoader.java:211)
   at
org.eclipse.jgit.transport.IndexPack.verifySafeObject(IndexPack.java:873)
   at org.eclipse.jgit.transport.IndexPack.resolveDeltas(IndexPack.java:544)
   at
org.eclipse.jgit.transport.IndexPack.resolveChildDeltaChain(IndexPack.java:588)
   at
org.eclipse.jgit.transport.IndexPack.resolveChildDeltas(IndexPack.java:581)
   at org.eclipse.jgit.transport.IndexPack.fixThinPack(IndexPack.java:627)
   at org.eclipse.jgit.transport.IndexPack.index(IndexPack.java:426)
   at
org.eclipse.jgit.transport.BasePackFetchConnection.receivePack(BasePackFetchConnection.java:647)
   at
org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:279)
   ... 9 more

--
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.



-- 
Cheers,

Chris Aniszczyk
http://aniszczyk.org
+1 860 839 2465


Back to the top