Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 402278 - Unable to fetch from Repository
Summary: Unable to fetch from Repository
Status: CLOSED DUPLICATE of bug 402131
Alias: None
Product: EGit
Classification: Technology
Component: GitHub (show other bugs)
Version: 2.3   Edit
Hardware: PC Linux
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-04 04:26 EST by Cesc Grimalt CLA
Modified: 2013-03-08 11:51 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cesc Grimalt CLA 2013-03-04 04:26:27 EST
Allready open in windows platform

What steps will reproduce the problem?
1. 
2. 
3. 


-- Error Details --
Date: Mon Mar 04 10:00:30 CET 2013
Message: Read timed out
Severity: Error
Product: Eclipse 1.5.2.20130110-1126 (org.eclipse.epp.package.jee.product)
Plugin: org.eclipse.egit.ui
Session Data:
eclipse.buildId=M20130204-1200
java.version=1.6.0_27
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=ca_ES
Framework arguments:  -product org.eclipse.epp.package.jee.product
Command-line arguments:  -os linux -ws gtk -arch x86 -product org.eclipse.epp.package.jee.product

Exception Stack Trace:
org.eclipse.core.runtime.CoreException: Read timed out
	at org.eclipse.egit.ui.internal.fetch.FetchOperationUI.execute(FetchOperationUI.java:102)
	at org.eclipse.egit.ui.internal.fetch.FetchOperationUI$1.run(FetchOperationUI.java:117)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Caused by: org.eclipse.jgit.api.errors.TransportException: Read timed out
	at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:137)
	at org.eclipse.egit.core.op.FetchOperation.run(FetchOperation.java:127)
	at org.eclipse.egit.ui.internal.fetch.FetchOperationUI.execute(FetchOperationUI.java:99)
	... 2 more
Caused by: org.eclipse.jgit.errors.TransportException: Read timed out
	at org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:331)
	at org.eclipse.jgit.transport.TransportHttp$SmartHttpFetchConnection.doFetch(TransportHttp.java:743)
	at org.eclipse.jgit.transport.BasePackFetchConnection.fetch(BasePackFetchConnection.java:269)
	at org.eclipse.jgit.transport.FetchProcess.fetchObjects(FetchProcess.java:247)
	at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:160)
	at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:122)
	at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1104)
	at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:128)
	... 4 more
Caused by: java.io.InterruptedIOException: Read timed out
	at org.eclipse.jgit.util.io.TimeoutInputStream.readTimedOut(TimeoutInputStream.java:141)
	at org.eclipse.jgit.util.io.TimeoutInputStream.read(TimeoutInputStream.java:114)
	at org.eclipse.jgit.util.IO.readFully(IO.java:246)
	at org.eclipse.jgit.transport.PacketLineIn.readLength(PacketLineIn.java:186)
	at org.eclipse.jgit.transport.SideBandInputStream.needDataPacket(SideBandInputStream.java:154)
	at org.eclipse.jgit.transport.SideBandInputStream.read(SideBandInputStream.java:136)
	at org.eclipse.jgit.transport.PackParser.fill(PackParser.java:1113)
	at org.eclipse.jgit.transport.PackParser.readPackHeader(PackParser.java:822)
	at org.eclipse.jgit.transport.PackParser.parse(PackParser.java:460)
	at org.eclipse.jgit.storage.file.ObjectDirectoryPackParser.parse(ObjectDirectoryPackParser.java:179)
	at org.eclipse.jgit.transport.PackParser.parse(PackParser.java:433)
	at org.eclipse.jgit.transport.BasePackFetchConnection.receivePack(BasePackFetchConnection.java:717)
	at org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:324)
	... 11 more

-- Error Details --
Date: Mon Mar 04 10:00:30 CET 2013
Message: Read timed out
Severity: Error
Product: Eclipse 1.5.2.20130110-1126 (org.eclipse.epp.package.jee.product)
Plugin: org.eclipse.egit.ui
Exception Stack Trace:
org.eclipse.jgit.api.errors.TransportException: Read timed out
	at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:137)
	at org.eclipse.egit.core.op.FetchOperation.run(FetchOperation.java:127)
	at org.eclipse.egit.ui.internal.fetch.FetchOperationUI.execute(FetchOperationUI.java:99)
	at org.eclipse.egit.ui.internal.fetch.FetchOperationUI$1.run(FetchOperationUI.java:117)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Caused by: org.eclipse.jgit.errors.TransportException: Read timed out
	at org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:331)
	at org.eclipse.jgit.transport.TransportHttp$SmartHttpFetchConnection.doFetch(TransportHttp.java:743)
	at org.eclipse.jgit.transport.BasePackFetchConnection.fetch(BasePackFetchConnection.java:269)
	at org.eclipse.jgit.transport.FetchProcess.fetchObjects(FetchProcess.java:247)
	at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:160)
	at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:122)
	at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1104)
	at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:128)
	... 4 more
Caused by: java.io.InterruptedIOException: Read timed out
	at org.eclipse.jgit.util.io.TimeoutInputStream.readTimedOut(TimeoutInputStream.java:141)
	at org.eclipse.jgit.util.io.TimeoutInputStream.read(TimeoutInputStream.java:114)
	at org.eclipse.jgit.util.IO.readFully(IO.java:246)
	at org.eclipse.jgit.transport.PacketLineIn.readLength(PacketLineIn.java:186)
	at org.eclipse.jgit.transport.SideBandInputStream.needDataPacket(SideBandInputStream.java:154)
	at org.eclipse.jgit.transport.SideBandInputStream.read(SideBandInputStream.java:136)
	at org.eclipse.jgit.transport.PackParser.fill(PackParser.java:1113)
	at org.eclipse.jgit.transport.PackParser.readPackHeader(PackParser.java:822)
	at org.eclipse.jgit.transport.PackParser.parse(PackParser.java:460)
	at org.eclipse.jgit.storage.file.ObjectDirectoryPackParser.parse(ObjectDirectoryPackParser.java:179)
	at org.eclipse.jgit.transport.PackParser.parse(PackParser.java:433)
	at org.eclipse.jgit.transport.BasePackFetchConnection.receivePack(BasePackFetchConnection.java:717)
	at org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:324)
	... 11 more
Comment 1 Cesc Grimalt CLA 2013-03-04 13:38:11 EST
this bug is opened in windows platform too with number 402131.
Any try to clone CescG/catkaos GitHub repo fails because big files
Comment 2 Robin Stocker CLA 2013-03-08 11:51:05 EST
Reporting it once is enough, I'll update the platform on bug 402131.

*** This bug has been marked as a duplicate of bug 402131 ***