Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Installation (installation failed with an error)
Installation [message #1826320] Thu, 23 April 2020 12:40 Go to next message
Muhammad Yusri Baharuddin is currently offline Muhammad Yusri BaharuddinFriend
Messages: 2
Registered: April 2020
Junior Member
Hi everyone,

I am new to eclispse and currently try to install it. I have JDK 8 and 14. I hope i get the solution for this error.

Installation log :

[2020-04-24 00:37:10] Executing bootstrap tasks
[2020-04-24 00:37:10] Java(TM) SE Runtime Environment 1.8.0_241-b07
[2020-04-24 00:37:10] Product org.eclipse.products.epp.package.java.2020-03
[2020-04-24 00:37:10] Bundle org.eclipse.oomph.setup 1.16.0.v20200309-0628, build=4574, branch=1da35020a3c353b5b394468c77f8dc5906f072b7
[2020-04-24 00:37:10] Bundle org.eclipse.oomph.setup.core 1.16.0.v20200219-0856, build=4574, branch=1da35020a3c353b5b394468c77f8dc5906f072b7
[2020-04-24 00:37:10] Bundle org.eclipse.oomph.setup.p2 1.14.0.v20200202-1112, build=4574, branch=1da35020a3c353b5b394468c77f8dc5906f072b7
[2020-04-24 00:37:10] Performing P2 Director (Eclipse IDE for Java Developers (2020-03))
[2020-04-24 00:37:10] Offline = false
[2020-04-24 00:37:10] Mirrors = true
[2020-04-24 00:37:10] Resolving 23 requirements from 3 repositories to C:\Users\yusri\eclipse\java-2020-04\eclipse
[2020-04-24 00:37:10] Requirement epp.package.java [4.15.0,5.0.0)
[2020-04-24 00:37:10] Requirement org.eclipse.platform.feature.group [4.15.0,5.0.0)
[2020-04-24 00:37:10] Requirement org.eclipse.rcp.feature.group [4.15.0,5.0.0)
[2020-04-24 00:37:10] Requirement org.eclipse.buildship.feature.group
[2020-04-24 00:37:10] Requirement org.eclipse.eclemma.feature.feature.group
[2020-04-24 00:37:10] Requirement org.eclipse.egit.feature.group
[2020-04-24 00:37:10] Requirement org.eclipse.egit.mylyn.feature.group
[2020-04-24 00:37:10] Requirement org.eclipse.epp.mpc.feature.group
[2020-04-24 00:37:10] Requirement org.eclipse.jdt.feature.group
[2020-04-24 00:37:10] Requirement org.eclipse.jgit.feature.group
[2020-04-24 00:37:10] Requirement org.eclipse.m2e.feature.feature.group
[2020-04-24 00:37:10] Requirement org.eclipse.m2e.logback.feature.feature.group
[2020-04-24 00:37:10] Requirement org.eclipse.mylyn.bugzilla_feature.feature.group
[2020-04-24 00:37:10] Requirement org.eclipse.mylyn.context_feature.feature.group
[2020-04-24 00:37:10] Requirement org.eclipse.mylyn.git.feature.group
[2020-04-24 00:37:10] Requirement org.eclipse.mylyn.hudson.feature.group
[2020-04-24 00:37:10] Requirement org.eclipse.mylyn.ide_feature.feature.group
[2020-04-24 00:37:10] Requirement org.eclipse.mylyn.java_feature.feature.group
[2020-04-24 00:37:10] Requirement org.eclipse.mylyn.wikitext_feature.feature.group
[2020-04-24 00:37:10] Requirement org.eclipse.mylyn_feature.feature.group
[2020-04-24 00:37:10] Requirement org.eclipse.tips.feature.feature.group
[2020-04-24 00:37:10] Requirement org.eclipse.wst.xml_ui.feature.feature.group
[2020-04-24 00:37:10] Requirement org.eclipse.oomph.setup.feature.group
[2020-04-24 00:37:10] Repository http://download.eclipse.org/technology/epp/packages/2020-03
[2020-04-24 00:37:10] Repository http://download.eclipse.org/releases/2020-03/202003181000
[2020-04-24 00:37:10] Repository http://download.eclipse.org/oomph/updates/milestone/latest
[2020-04-24 00:37:11] ERROR: org.eclipse.equinox.p2.transport.ecf code=1002 Unable to read repository at http://download.eclipse.org/releases/2020-03/202003181000/content.xml.
java.net.SocketException: Address family not supported by protocol family: connect
at java.net.DualStackPlainSocketImpl.connect0(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.eclipse.ecf.provider.filetransfer.httpclient45.HttpClientFileSystemBrowser.runRequest(HttpClientFileSystemBrowser.java:246)
at org.eclipse.ecf.provider.filetransfer.browse.AbstractFileSystemBrowser$DirectoryJob.run(AbstractFileSystemBrowser.java:69)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)

[2020-04-24 00:37:11]
Re: Installation [message #1826330 is a reply to message #1826320] Thu, 23 April 2020 14:50 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33139
Registered: July 2009
Senior Member
You can always download and unzip a package:

https://www.eclipse.org/downloads/packages/

It's unlikely you'll be able to install new software or update it for the same reason though. But at least you'll have something that runs. I googled the error and found this:

https://stackoverflow.com/questions/16373906/address-family-not-supported-by-protocol-family-socketexception-on-a-specific

But that looks old and you must be in a 64 bit OS with a new JVM. But maybe your firewall is blocking network access.


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Installation [message #1826359 is a reply to message #1826330] Fri, 24 April 2020 01:54 Go to previous message
Muhammad Yusri Baharuddin is currently offline Muhammad Yusri BaharuddinFriend
Messages: 2
Registered: April 2020
Junior Member
Hi Ed Merks,

Thank you so much for the guidelines. It works well. I just work with the zip package and now I can use it. Thank you again!

[Updated on: Fri, 24 April 2020 01:55]

Report message to a moderator

Previous Topic:Problems Installing Dynamic Language Toolkit
Next Topic:Oxygen update errors: "No repository found"
Goto Forum:
  


Current Time: Sat Apr 20 12:18:24 GMT 2024

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

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

Back to the top