I have installed Eclipse 3,6 on 64 bit Windows platform. When I try to connect to update sites by going to Help->install new software it gives following error:

Unable to connect to repository 
http://download.eclipse.org/releases/galileo/content.xml
Connection refused: connect

I have tried all available sites - they all give me the same error. Dialog box shows: Provision exception.

Any idea what's happening?

link|improve this question
1  
Are you able to access the URL using a browser? – stacker Jan 4 '11 at 20:48
Maybe some kind of temporary issue like in eclipse.org/forums/index.php?t=msg&goto=502111&; ? – VonC Jan 4 '11 at 21:05
feedback

3 Answers

  1. In Eclipse (go to Preferences > General > Network connections).
  2. Select "Active Provider" as "Manual".
  3. Select HTTP and click edit.
  4. Enter the host and port
  5. Select "Reuries Authentication" and enter the username and password.
  6. Repeat Step 1 to 5 for Https.

  7. In "proxy bypass" section click "Add host"

  8. Enter http://download.eclipse.org/releases/galileo/content.xml and OK

After spending an entire week with the issue, this solution finally worked for me

link|improve this answer
thank you! (Grumble, grumble, why doesn't Eclipse just use the system proxy settings? And why does it let you specify a proxy which is just ignored until you locate the obscure "Active Provider" drop down?) – Steve Bennett Oct 18 '11 at 23:56
feedback

Maybe you're behind a firewall, and need to access the web through a proxy. Have you set a proxy in your web browser? If so, you need to set the same proxy in Eclipse (go to Preferences > General > Network connections).

link|improve this answer
I did not set up any proxy for my web browser. – user563089 Jan 4 '11 at 20:50
feedback

Well, try to enter this website: http://subclipse.tigris.org/update_1.6.x

If that link works, then it's not your fault. I've tried your link, and it doesn't work for me either.

If the link I gave you doesn't work either, then the problem is on your side and you need to check your network settings.

link|improve this answer
u mean try to access this from eclipse update window right? – user563089 Jan 4 '11 at 21:00
I tried that link from eclipse update site.. same error is thrown: – user563089 Jan 4 '11 at 21:02
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.