Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing new software to Eclipse

I have the Indigo version. When I go to Help > Install New Software, the window pops up. I choose the website (download.eclipse.org/releases/indigo). After that nothing happens. At the bottom right of the Eclipse window (not the pop up window) there is a progress bar, and it says "Fetching children of Indigo" and it says 2% and the progress bar keeps on moving. After that nothing happens. No errors, no notifications, no nothing.

Anyone had the same problem before or know how to fix it? Or can I download the updates manually and put them in a specific directory?

Edit:

I decided to wait for some time for Eclipse to think, and after 20 minutes of nothing, it gave me this error:

Unable to read repository at http://download.eclipse.org/releases/indigo/content.xml. Unable to read repository at http://download.eclipse.org/releases/indigo/content.xml. The server download.eclipse.org failed to respond

Is that the problem on the web-site?

Edit 2: It was the problem with the proxy/firewall configuration of the network I was connected to. It didn't allow downloads through Eclipse. I had to connect to a different network and try it, and it worked.

like image 746
Alexey Avatar asked Dec 01 '22 00:12

Alexey


1 Answers

I had the same problem with the Kepler version of Eclipse.

I was behind a HTTP proxy. The problem with my proxy was that it did not allow SOCKS traffic, but only HTTP and HTTPS traffic.

I solved in Eclipse in this way:

  • go to Windows > Preferences > General > Network Connections

  • select Active Provider: Manual

  • fill the Host and Port fields JUST FOR the HTTP and HTTPS Proxy entries; leave them empty for the SOCKS Proxy entry.

My hypothesis is that if I fill the SOCKS row, Eclipse will try SOCKS, which my proxy does not allow, and gets stuck.

like image 157
stck0177 Avatar answered Dec 04 '22 06:12

stck0177