Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 528760

Summary: Read timed out while installing Jboss Tools
Product: Community Reporter: Lucas Malor <7a9ruvjnhn>
Component: MarketplaceAssignee: Marketplace Inbox <marketplace-inbox>
Status: RESOLVED NOT_ECLIPSE QA Contact:
Severity: normal    
Priority: P3 CC: chris.guindon, jarthana
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Lucas Malor CLA 2017-12-14 04:57:41 EST
I tried to install Jboss Tools from marketplace, but it hangs up at 48%. I tried also to use a fresh new installation of Oxygen with a new workspace. This is the error:

An error occurred while collecting items to be installed
session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Unable to read repository at http://download.jboss.org/jbosstools/static/oxygen/development/updates/core/4.5.1.Final/plugins/org.mozilla.xulrunner.gtk.linux.x86_64_1.9.2.19pre.jar.
Read timed out

and this is the log:

!SESSION 2017-12-14 10:36:49.026 -----------------------------------------------
eclipse.buildId=4.7.1.M20171009-0410
java.version=1.8.0_151
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.jee.product
Command-line arguments:  -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.jee.product

!ENTRY org.eclipse.equinox.p2.engine 4 4 2017-12-14 10:48:28.609
!MESSAGE An error occurred while collecting items to be installed
!SUBENTRY 1 org.eclipse.equinox.p2.engine 4 0 2017-12-14 10:48:28.609
!MESSAGE session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
!SUBENTRY 1 org.eclipse.equinox.p2.transport.ecf 4 1002 2017-12-14 10:48:28.609
!MESSAGE Unable to read repository at http://download.jboss.org/jbosstools/static/oxygen/development/updates/core/4.5.1.Final/plugins/org.mozilla.xulrunner.gtk.linux.x86_64_1.9.2.19pre.jar.
!STACK 0
java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.read(AbstractSessionInputBuffer.java:196)
	at org.apache.http.impl.io.ContentLengthInputStream.read(ContentLengthInputStream.java:176)
	at org.apache.http.conn.EofSensorInputStream.read(EofSensorInputStream.java:137)
	at java.io.FilterInputStream.read(FilterInputStream.java:133)
	at java.io.FilterInputStream.read(FilterInputStream.java:107)
	at org.eclipse.ecf.provider.filetransfer.retrieve.AbstractRetrieveFileTransfer$1.performFileTransfer(AbstractRetrieveFileTransfer.java:178)
	at org.eclipse.ecf.filetransfer.FileTransferJob.run(FileTransferJob.java:74)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)

I'm using Eclipse 4.7.1a on Linux Lubuntu 16.04
Comment 1 Christopher Guindon CLA 2018-01-03 14:16:56 EST
Unable to read repository at http://download.jboss.org/jbosstools/static/oxygen/development/updates/core/4.5.1.Final/plugins/org.mozilla.xulrunner.gtk.linux.x86_64_1.9.2.19pre.jar.
Read timed out

The problem appears to on download.jboss.org. I would suggest to open a support ticket with them!

Closing as NOT_ECLIPSE.