max092012
max092012

Reputation: 407

Unable to access Eclipse Marketplace in Mac M1

I have installed eclipse Kepler in Mac M1 and I'm unable to connect to eclipse marketplace. Below is the error message,

Cannot install remote marketplace locations: Connection failed.This is most often caused by a problem with your internet connection. Please check your internet connection and retry

Below are the options that I have tried however none of them work,

  1. Google.com is opening in the Internet explorer from eclipse.
  2. Changed the network connection from direct to manual/native.
  3. Disabled firewall for eclipse to allow external connections.
  4. -Djava.net.preferIPv4Stack=true line added after -vmargs in the eclipse.ini file
  5. Tried to launch eclipse as an administrator using sudo command

I have ran out of options now.

Error Message Unable to read repository at http://marketplace.eclipse.org/content.xml.

Log Details

eclipse.buildId=4.3.0.M20130911-1000
java.version=1.7.0_71
java.vendor=Oracle Corporation
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa,     NL=en_CAjavax.net.ssl.SSLPeerUnverifiedException: peer not     authenticated
at sun.security.ssl.SSLSessionImpl.getPeerCertificates(SSLSessionImpl.java:421)
at org.apache.http.conn.ssl.AbstractVerifier.verify(AbstractVerifier.java:128)
at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:397)
at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:148)
at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:150)
at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:121)
at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:575)
at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:425)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
at org.eclipse.ecf.provider.filetransfer.httpclient4.HttpClientFileSystemBrowser.runRequest(HttpClientFileSystemBrowser.java:263)
at org.eclipse.ecf.provider.filetransfer.browse.AbstractFileSystemBrowser$DirectoryJob.run(AbstractFileSystemBrowser.java:69)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)

Upvotes: 0

Views: 38

Answers (0)

Related Questions