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

iprateekk picture iprateekk · May 12, 2012 · Viewed 90k times · Source

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?

Answer

Nauman Khalid picture Nauman Khalid · Mar 8, 2013

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