当我尝试使用Eclispe Market安装新软件时,我总是收到以下错误。 我正在使用的eclispe版本是面向Web开发人员的Eclipse Java EE IDE。 版本:Indigo Service Release 2
MarketplaceDiscoveryStrategy failed with an error
Unable to read repository at http://marketplace.eclipse.org/featured/api/p?product=org.eclipse.epp.package.jee.product&os=win32&java.version=1.8.0_05&client=org.eclipse.epp.mpc.core&product.version=1.4.2.20120131-1457&runtime.version=3.7.0.v20110110&ws=win32&nl=en_US.
读取超时
我知道由于代理设置而出现此问题。
当我在谷歌搜索时发现我们需要在Pereference中设置代理设置 - >一般 - >互联网连接。
即使我通过在eclipse.ini文件中设置代理信息来尝试另一种方式
-Dorg.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclient
-Dhttp.proxyPort=****
-Dhttp.proxyHost=proxy.****.com
-Dhttp.proxyUser=******
-Dhttp.proxyPassword=******
-Dhttp.nonProxyHosts =本地主机| 127.0.0.1
我能否知道我在eclispe制作porxy设置时犯了错误。 任何人都可以帮助我。
答案 0 :(得分:0)
尝试将代理设置为手动 AND 在-vmargs
eclipse.ini
之后的 AND 之前设置代理
-Dorg.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclient4
-Dhttp.proxyPort=****
-Dhttp.proxyHost=proxy.****.com
-Dhttp.proxyUser=******
-Dhttp.proxyPassword=******
-vmargs
-Dorg.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclient4
-Dhttp.proxyPort=****
-Dhttp.proxyHost=proxy.****.com
-Dhttp.proxyUser=******
-Dhttp.proxyPassword=******