EclipseInstaller failure by OOmph [message #1753685] |
Wed, 08 February 2017 20:28 |
jamie cohan 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 #1753779 is a reply to message #1753756] |
Fri, 10 February 2017 05:59 |
Ed Merks 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/
|
|
|
|
Powered by
FUDForum. Page generated in 0.03980 seconds