Cannot complete request to Marketplace不能打开eclipse marketplace
当打开eclipse marketplace的时候时候,发现有如下错误:
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Message:
Cannot install remote marketplace locations: Connection failed
This is most often caused by a problem with your internet connection. Please check your internet connection and retry.
Exception Stack Trace:
org.eclipse.core.runtime.CoreException: Unable to read repository at http://marketplace.eclipse.org/catalogs/api/p.
 at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.stream(RepositoryTransport.java:181)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 at org.eclipse.epp.internal.mpc.core.util.AbstractP2TransportFactory.invokeStream(AbstractP2TransportFactory.java:35)
 at org.eclipse.epp.internal.mpc.core.util.TransportFactory$1.stream(TransportFactory.java:69)
 at org.eclipse.epp.internal.mpc.core.service.RemoteMarketplaceService.processRequest(RemoteMarketplaceService.java:131)
 at org.eclipse.epp.internal.mpc.core.service.RemoteMarketplaceService.processRequest(RemoteMarketplaceService.java:85)
 at org.eclipse.epp.internal.mpc.core.service.RemoteMarketplaceService.processRequest(RemoteMarketplaceService.java:72)
 at org.eclipse.epp.internal.mpc.core.service.DefaultCatalogService.listCatalogs(DefaultCatalogService.java:36)
 at org.eclipse.epp.internal.mpc.ui.commands.MarketplaceWizardCommand$5.run(MarketplaceWizardCommand.java:254)
 at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
解决方案是修改eclipse.ini,然后重启eclipse
-vmargs
-Xmx512m
...
-Djava.net.preferIPv4Stack=true
本文转自:https://blog.csdn.net/faq_tong/article/details/41313381Cannot complete request to Marketplace不能打开eclipse marketplace的更多相关文章
- 转载-Eclipse无法打开Eclipse MarketPlace的解决办法
		问题描述: Eclipse点击 help-->Eclipse MarketPlace 后无任何反应,无报错,打不开 解决方法: 重新安装一下 epp MarketPlace help--> ... 
- Eclipse之Cannot open Eclipse Marketplace
		今天给eclipse安装插件的时候出现各种cannot connect to...的问题, 想打开eclipse marketplace来安装插件出现Cannot open Eclipse Marke ... 
- 如何为Eclipse安装Eclipse Marketplace插件
		Eclipse Marketplace是个插件应用商店,很实用的一个功能. 打开 eclipse,help--Eclipse Marketplace Client就能找到 有的eclipse中没有这个 ... 
- eclipse marketplace网络连接失败的解决方法
		2015-12-04 01:12:33 本想在eclipse上安装一个插件,点进help-EclipseMarketplace却连接失败,错误如下: 在help-instal new software ... 
- eclipse indigo 安装 Eclipse Marketplace Client
		打开 eclipse,help--Eclipse Marketplace Client就能找到 有的eclipse中没有这个功能就需手动添加Eclipse Marketplace Client. he ... 
- eclipse添加删除插件-eclipse marketplace
		源文地址:http://jingyan.baidu.com/article/cdddd41c5c883353cb00e19e.html 在有些版本的eclips上并没有eclipse marketpl ... 
- eclipse添加插件、删除插件  示例: eclipse marketplace
		在有些版本的eclips上并没有eclipse marketplace ,这让eclipse添加插件变得比较玛法,传统的办法都是通过自行下载插件或者用 help->install new sof ... 
- Mac下打开eclipse 始终提示 你需要安装Java SE 6 Runtime
		Mac下打开eclipse 始终提示 你需要安装Java SE 6 Runtime 周银辉 我的mac os 版本是10.9.2, JDK配置得好好的,但打开eclipse时还是提示需 ... 
- 解决为什么每次打开Eclipse新的workspace需要更新nexus-maven-repository-index问题
		解决为什么每次打开Eclipse新的workspace需要更新nexus-maven-repository-index问题 新建一个Eclipse的workspace. 打开Window—>Pr ... 
随机推荐
- iOS 封装跑马灯和轮播效果
			代码地址如下:http://www.demodashi.com/demo/14075.html 功能概述和预览 功能描述:WSL_RollView 是基于UICollectionView实现的支持水平 ... 
- Android WiFi开发
			概述 介绍Android WiFi的扫描.连接.信息.以及WiFi热点等等的实现,并用代码实现. 详细 代码下载:http://www.demodashi.com/demo/10660.html 一. ... 
- default
			<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding= ... 
- 笨鸟先飞之Java(一)--使用struts2框架实现文件上传
			无论是.net还是Java,我们最常接触到的就是文件的上传和下载功能,在Java里要实现这两个经常使用功能会有非常多种解决方案,可是struts2的框架却能给我们一个比較简单的方式,以下就一起来看吧: ... 
- 在win7/8下搭建简易的无线平台
			资料:http://www.cnblogs.com/KeenLeung/p/3482073.html http://www.cnblogs.com/KeenLeung/p/3481998.html 其 ... 
- 【LeetCode】71. Simplify Path
			Simplify Path Given an absolute path for a file (Unix-style), simplify it. For example,path = " ... 
- 修改apache配置文件去除thinkphp url中的index.php(转)
			例如你的原路径是 http://localhost/test/index.php/index/add那么现在的地址是 http://localhost/test/index/add如何去掉index. ... 
- 在TFS 2013上,使用tf workspace命令删除其他用户的工作区
			8月25日补充:如果想批量删除工作区,你可以使用第三方工具MSBuild Sidekick http://www.attrice.info/downloads;或者自己编写一个bat脚本,但是缺陷是需 ... 
- Quartz2之入门示例
			环境:XP+Myeclipse6.5+JDK1.6 quartz官网:http://www.quartz-scheduler.org/ 参考资料 1 Quartz任务调度快速入门 http://www ... 
- GL_会计科目子模组追溯至总账分析(案例)
			2014-06-02 BaoXinjian 
