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?
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?
I experienced this issue when the SOCKS proxy in eclipse was incorrectly configured. My machine which sits in a LAN connects to the internet using an HTTP proxy. In the Network Connections tab in eclipse, i had configured the HTTP, HTTPS and SOCKS proxy. The SOCKS proxy was not required in this case, and on clearing the SOCKS proxy, the error disappeared and Eclipse Marketplace became accessible...woohoo !!
Resolution Steps
Note : If you are connecting to the internet without proxy, use the 'Direct' profile setting in the 'ActionProvider' drop down. Else use the 'Manual' setting.
Now Marketplace should become accessible for you.
For details on Network Connections configuration in Eclipse, use the following link
http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Freference%2Fref-net-preferences.htm&_sm_au_=iDMfvB6nQs52SSSM
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
I suffered a similar exception, tried out all the possible proxy settings and later found that the problem is with
jre7
.This is what worked for me:
I replaced
jre7
withjre6
and now it's working fine.jre7
has some security issues so that was creating a problem in accessing proxy. ifjava1.7
is your project requirement u can installjdk1.7
and set java home asjdk1.7
, but uninstalljre7
so the eclipse backend and other system components will usejre6
, but the developed application will bejdk1.7
compliant.If you're behind a proxy, there should be a configuration script in your IE Lan setting. You can find it either in IE or google setting. E.g in IE
Host: Dynamic Port: Dynamic Provider: Native Auth: No Username: //blank Passwrod: //blank
I'm having the same issue. Using MyEclipse Enterprise Workbench 10.6. I have the proxy properly set in IE/Explorer... and if I change I can't get out of the corporate network. I have internet just fine. Eclipse just doesn't seem to use what is set. I actually DON'T think eclipse recognizes the IR proxy... I don't think it recognizes any proxy at all. So if you're behind a corporate security solution like me, and require a proxy, you're out of luck.
FIXED: MyEclipse was picking up the proxy, however you then must TELL it use them. Under MyEclipse>Preferences>General>network Connections, change Active Provider from direct to native, and you should double check the native proxies ME has discovered are correct.
If you are a constant proxy changer like me for various reasons (university, home, workplace and so on…) you are most likely to get this error due to improper configuration of connection settings in the eclipse IDE. All you have to do it play around with the current settings and get it to working state. Here's how: