Eclipse Kepler not connecting to internet via prox

2019-01-13 02:19发布

I have managed to get Eclipse Juno connecting to the internet. For this to accomplish, there are many posts here on stackoverflow. here is one of this links: Eclipse not connecting to internet via proxy

Today i installed Eclipse Kepler on my Windows7 box. But accessing the eclipse marketplace or installing new software does not work. I am using exactly the same proxy configuration as i used for Eclipse Juno. Juno can access the marketplace but Kepler does not. The proxy uses NTLM Authentification. Any one here with similar problem?

No success til now. I am still wondering why Juno can connect whereas Kepler can not:-(

10条回答
We Are One
2楼-- · 2019-01-13 02:40

I spent hours trying to use this method suggested by mhanada and although it is correct and should have worked the default Secure Storage associated with eclipse was preventing my proxy credentials from being saved. I advise: Be wary of exceptions being thrown regarding Secure Storage. In my case the errors related to being unable to connect to a remote location where the default secure storage path was. In my case I just deleted the Default Secure Storage information via Preferences > General > Security > Secure Storage > Contents > Delete.

查看更多
\"骚年 ilove
3楼-- · 2019-01-13 02:40

In my case I set it to "native" settings where socks was enabled for proxy. (Internet Explorer->Internetoptions->Connections->LAN-Settings->Proxy Settings). After disabling it there and adding the following lines to eclipse.ini everything works well:

-Dorg.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclient4
-Dorg.eclipse.ecf.provider.filetransfer.retrieve.closeTimeout=3000
-Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=3000
查看更多
兄弟一词,经得起流年.
4楼-- · 2019-01-13 02:43

I had this issue, and i changed the proxy settings with password in eclipse. go to windows-> preferences-> search for "proxy" open Network connections.

Select Active Provider to Manual. Set HTTP and HTTPS proxy, system username and password. (it was not working without username and password in my machine)

Clear SOCKS proxy if its set.

File-> Restart

查看更多
放荡不羁爱自由
5楼-- · 2019-01-13 02:45

Did you make sure that you selected the Manual mode in the Active Provider section? Go to the Preferences/General/Network Connections menu again and change that if it is not. I think that part is kind a buggy.

查看更多
再贱就再见
6楼-- · 2019-01-13 02:48

I had same issue. I searched and found this.

http://oakgreen.blogspot.jp/2011/10/eclipse-proxy-settings-bug-and.html

This post says don't set SOCKS proxy. I tried this advice, and connection was succeeded. I did below:

  1. Open Network Connection Settings.
  2. Select Active Provider to "Manual".
  3. Set HTTP/HTTPS proxy.
  4. Clear SOCKS proxy if this is set.(select SOCKS proxy row and click "Clear" button)
  5. Restart Eclipse to apply these settings.
查看更多
我只想做你的唯一
7楼-- · 2019-01-13 02:49

In my case the problem started after installing the Spring Tool Suite. Uninstalling it solved the problem.

Version: Kepler Service Release 1

查看更多
登录 后发表回答