Question

All,

I am trying to get a plugins from the marketplace and I'm getting quite frustrated. Initially, I was getting exceptions (resolved via another stack overflow post -- thanks), but now I see this: emphasized text

(X) org.eclipse.equinox.p2.core.ProvisionException Unable to read repository at http://download.eclipse.org/releases/indigo/content.xml

I do not understand the 'permission denied' in the error log below. and the error log is showing this:

eclipse.buildId=M20120208-0800 java.version=1.7.0_03 java.vendor=Oracle Corporation BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US Framework arguments: -product org.eclipse.epp.package.cpp.product Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.cpp.product

Warning Thu May 10 19:15:51 EDT 2012 Connection to http://download.eclipse.org/releases/helios/p2.index failed on Permission denied: connect. Retry attempt 0 started

java.net.SocketException: Permission denied: connect at java.net.DualStackPlainSocketImpl.waitForConnect(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.eclipse.ecf.provider.filetransfer.events.socket.SocketEventCreateUtil.createSocket(SocketEventCreateUtil.java:43) at ... snip ....

I have this working correctly/well on the same laptop under VMware/linux, but this Windows 7 version is just not being nice. Any help would be greatly appreciated.

Was it helpful?

Solution

This is your problem, but I don't see any clear-cut solution:

Per the link, please do check for firewalls.

Also:

PS: Poo-too-weet :)

OTHER TIPS

If you are using VPN you need to disconnect the VPN before the update.

also found this here: http://developer.android.com/sdk/installing/installing-adt.html

If you are behind a firewall (such as a corporate firewall), make sure that you have properly configured your proxy settings in Eclipse. In Eclipse, you can configure proxy information from the main Eclipse menu in Window (on Mac OS X, Eclipse) > Preferences > General > Network Connections.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top