Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » EclipseInstaller failure by OOmph(I get "1002 Unable to read repository at http://download.eclipse.org/oomph/updates/milestone/latest/content.xml. org.apache.http.NoHttpResponseException: download.eclipse.org failed to respond&q)
EclipseInstaller failure by OOmph [message #1753685] Wed, 08 February 2017 20:28 Go to next message
jamie cohan is currently offline jamie cohanFriend
Messages: 1
Registered: February 2017
Junior Member
Hi

I am getting an error on install of eclipse:

why do I get this message and how to fix.

[2017-02-08 12:19:00] ERROR: org.eclipse.equinox.p2.transport.ecf code=1002 Unable to read repository at http://download.eclipse.org/oomph/updates/milestone/latest/content.xml.
org.apache.http.NoHttpResponseException: download.eclipse.org failed to respond
Thanks.


from the log file:

[2017-02-08 12:18:59] Executing bootstrap tasks
[2017-02-08 12:19:00] Java(TM) SE Runtime Environment 1.8.0_65-b17
[2017-02-08 12:19:00] Product org.eclipse.products.epp.package.java.neon
[2017-02-08 12:19:00] Bundle org.eclipse.oomph.setup 1.6.0.v20161125-0947, build=2790, branch=33010448bcf5775ec23e485876cbb07a0340b9b5
[2017-02-08 12:19:00] Bundle org.eclipse.oomph.setup.core 1.6.0.v20161128-0928, build=2790, branch=33010448bcf5775ec23e485876cbb07a0340b9b5
[2017-02-08 12:19:00] Bundle org.eclipse.oomph.setup.p2 1.6.0.v20161019-0656, build=2790, branch=33010448bcf5775ec23e485876cbb07a0340b9b5
[2017-02-08 12:19:00] Performing P2 Director (Eclipse IDE for Java Developers (Neon))
[2017-02-08 12:19:00] Offline = false
[2017-02-08 12:19:00] Mirrors = true
[2017-02-08 12:19:00] Resolving 5 requirements from 3 repositories to C:\Users\jcohan\java-neon6\eclipse
[2017-02-08 12:19:00] Requirement epp.package.java [4.6.0,4.7.0)
[2017-02-08 12:19:00] Requirement org.eclipse.platform.feature.group [4.6.0,4.7.0)
[2017-02-08 12:19:00] Requirement org.eclipse.rcp.feature.group [4.6.0,4.7.0)
[2017-02-08 12:19:00] Requirement org.eclipse.jdt.feature.group [3.12.0,3.13.0)
[2017-02-08 12:19:00] Requirement org.eclipse.oomph.setup.feature.group
[2017-02-08 12:19:00] Repository http://download.eclipse.org/technology/epp/packages/neon/M4a
[2017-02-08 12:19:00] Repository http://download.eclipse.org/releases/neon/201512181000
[2017-02-08 12:19:00] Repository http://download.eclipse.org/oomph/updates/milestone/latest
[2017-02-08 12:19:00] ERROR: org.eclipse.equinox.p2.transport.ecf code=1002 Unable to read repository at http://download.eclipse.org/oomph/updates/milestone/latest/content.xml.
org.apache.http.NoHttpResponseException: download.eclipse.org failed to respond
Re: EclipseInstaller failure by OOmph [message #1753755 is a reply to message #1753685] Thu, 09 February 2017 16:30 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33224
Registered: July 2009
Senior Member
Sometimes the download server fails. Is this problem reproducible when you try the next day? In any case, this isn't an JDT question, so better to use the Oomph forum.

Ed Merks
Professional Support: https://www.macromodeling.com/
Re: EclipseInstaller failure by OOmph [message #1753756 is a reply to message #1753755] Thu, 09 February 2017 17:16 Go to previous messageGo to next message
Stephan Herrmann is currently offline Stephan HerrmannFriend
Messages: 1853
Registered: July 2009
Senior Member
looks like an oomph (or p2? or releng?) question to me:
- someone is trying to download http://download.eclipse.org/oomph/updates/milestone/latest/content.xml
- the repo only contains http://download.eclipse.org/oomph/updates/milestone/latest/compositeContent.jar
Re: EclipseInstaller failure by OOmph [message #1753779 is a reply to message #1753756] Fri, 10 February 2017 05:59 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33224
Registered: July 2009
Senior Member
FYI. Actually, p2 will generally try to download various "extensions" from that location, i.e, p2.index, content.xml, content.xml.xz, content.jar, compositeContent.xml, site.xml, and so on. It will use the p2.index to determine the best order to try, but if all of them fail (because of a network error, server error, proxy access error), it will report the first one (other than p2.index, which is optional and only for optimization of the search) that produces as failure exception. So it seems clear that if there is a complaint about content.xml at that location, which doesn't exist, because it's a composite, that a general failure to access any files at this site (including the p2.index) has occurred.

Ed Merks
Professional Support: https://www.macromodeling.com/
Re: EclipseInstaller failure by OOmph [message #1753879 is a reply to message #1753779] Sat, 11 February 2017 14:04 Go to previous message
Stephan Herrmann is currently offline Stephan HerrmannFriend
Messages: 1853
Registered: July 2009
Senior Member
I knew about the various extensions approach, but I wasn't aware that the error message by p2 is agnostic to this approach.
=> https://bugs.eclipse.org/512063
It least we now know how to read p2, thanks Smile
Previous Topic:Eclipse Call Hierarchy plugin
Next Topic:Unable to Drag / Move tabs
Goto Forum:
  


Current Time: Mon Oct 07 04:41:24 GMT 2024

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

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

Back to the top