Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Marketplace error - Unexpected exception: org/eclipse/equinox/internal/p2/repository/RepositoryTransport

When I try to surf the Marketplace in Eclipse it gives me this :

Unexpected exception: org/eclipse/equinox/internal/p2/repository/RepositoryTransport java.lang.reflect.InvocationTargetException 

what might be the problem? any solutions?

like image 318
iprateekk Avatar asked May 12 '12 07:05

iprateekk


People also ask

Why my Eclipse Marketplace is not opening?

In recent versions of MyEclipse, the Eclipse Marketplace may not be accessible. Once done, restart the IDE to apply the changes. You should now see the Eclipse Marketplace entry in the Help > Install from Catalog dialog. This is caused due to the fact that the Eclipse Marketplace API now requires HTTPS.

How do I access the marketplace in eclipse?

To access the Eclipse Marketplace Client from the Eclipse IDE: Click Cltr + 3 (Windows) or Command + 3 (Mac) - this will launch the Quick Access search bar. Start typing “Eclipse Marketplace”; it will auto-complete before you finish typing.


1 Answers

This problem raises because you could not access your Internet via eclipse. There could be a solution among answers listed above. I solve this problem with different approach. Linux has built-in SSH support to it is always important to check the local host address. And also no need to bypass traffic. So you can Go to

Window-> Preferences -> General -> Network Connection.

Now remove the proxy bypass and clear SOCKS IP.

NOTE:- This will work if your have proxy server. Thank You

like image 181
Nauman Khalid Avatar answered Sep 23 '22 03:09

Nauman Khalid