首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >日食MarketPlace不工作

日食MarketPlace不工作
EN

Stack Overflow用户
提问于 2015-07-21 10:27:26
回答 1查看 4.6K关注 0票数 0

当我尝试使用Eclispe安装新软件时,我总是会遇到以下错误。我使用的eclispe版本是面向开发人员的Eclipse。版本:靛蓝服务第2版

代码语言:javascript
复制
        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 -> General -> Internet连接中设置代理设置。

甚至通过在eclipse.ini文件中设置代理信息,我也尝试了另一种方法。

代码语言:javascript
复制
    -Dorg.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclient
   -Dhttp.proxyPort=****
   -Dhttp.proxyHost=proxy.****.com
   -Dhttp.proxyUser=******
   -Dhttp.proxyPassword=******

-Dhttp.nonProxyHosts=localhost|127.0.0.1

我能知道我犯了什么错误吗?有人能帮我吗。

EN

回答 1

Stack Overflow用户

发布于 2016-07-14 14:31:14

尝试将代理设置为手动之前设置它,在eclipse.ini-vmargs之后设置

代码语言:javascript
复制
   -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=******
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/31536518

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档