7

我已经在 ubuntu 13.04 64 位上安装了 eclipse kepler 64 位。

当我尝试打开 Eclipse 市场时,出现以下错误:

Cannot open Eclipse Marketplace
Cannot install remote marketplace locations: Cannot complete request to http://marketplace.eclipse.org/catalogs/api/p: Content is not allowed in prolog.
Cannot complete request to http://marketplace.eclipse.org/catalogs/api/p: Content is not allowed in prolog.
Content is not allowed in prolog.
Cannot complete request to http://marketplace.eclipse.org/catalogs/api/p: Content is not allowed in prolog.
Content is not allowed in prolog.

然后我检查了日志,发现以下内容:

eclipse.buildId=4.3.0.M20130911-1000
java.version=1.7.0_25
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_IN
Framework arguments:  -vm /usr/lib/jvm/java-7-openjdk-amd64/jre -product org.eclipse.epp.package.jee.product
Command-line arguments:  -os linux -ws gtk -arch x86_64 -vm /usr/lib/jvm/java-7-openjdk-amd64/jre -product org.eclipse.epp.package.jee.product

Error
Sun Sep 29 20:57:29 IST 2013
Cannot parse XML at URL http://marketplace.eclipse.org/catalogs/api/p

org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.
    at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1236)
    at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:568)
    at org.eclipse.epp.internal.mpc.core.service.RemoteMarketplaceService.processRequest(RemoteMarketplaceService.java:138)
    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)

我还尝试打开网址:http ://marketplace.eclipse.org/catalogs/api/p

但它给出了以下响应:

This file is part of MediaWiki and is not a valid entry point

所以我想知道为什么会发生这个错误??

4

8 回答 8

8

http://marketplace.eclipse.org/catalogs/api/p的响应可能也是你的答案。

我在 Windows 7 中遇到了同样的问题。而且由于我在 Google 上也找不到任何东西,我猜这是由 market.eclipse.org 服务器上的一些错误引起的临时问题。我尝试为 Java 程序员和标准版安装 Kepler,在尝试访问市场时都返回相同的错误。

祝你好运。

于 2013-09-29T17:24:04.443 回答
4

我发现建议添加-Djava.net.preferIPv4Stack=true到您的 .ini 文件中。

当我遇到同样的问题时,这对我有用。

于 2013-11-10T11:41:35.497 回答
2

我在 Windows XP 上遇到了同样的问题,并通过在Window → Preferences → Install/Update → Available software Site下添加导致问题的站点http://marketplace.eclipse.org/catalogs/api/p解决了这个问题

这帮助我解决了问题并能够使用 Eclipse Marketplace 安装插件。

于 2014-06-30T12:12:59.583 回答
1

我也无法通过 Eclipse 访问市场(win 7 pro x64,目前没有激活防病毒/防火墙)。我还尝试通过单击“从 Eclipse 市场下载”从http://eclipsecolorthemes.org/?view=theme&id=181下载 Eclipse 主题插件- 同样的错误:“此文件是 MediaWiki 的一部分,不是有效的入口点'。很可能整个市场都在下跌。

于 2013-09-29T17:47:02.310 回答
1

问题是日食市场。服务器可能已关闭或其他问题。

http://marketplace.eclipse.org/

This file is part of MediaWiki and is not a valid entry point
于 2013-09-29T21:48:06.800 回答
1

我也无法访问http://marketplace.eclipse.org/ 它目前给出了一个错误:

此文件是 MediaWiki 的一部分,不是有效的入口点

所以唯一想做的就是等待市场服务器再次上线

于 2013-09-30T06:15:14.577 回答
1

面临同样的问题,可能是 Eclipse Market Place 站点的问题,它与 Windows 7 或 Ubuntu 无关。我在具有 Windows 7 和 Ubuntu 12.0.4 LTS 的 VM 上运行,两种环境的响应相同。我们可能不得不等待 Eclipse Market 的位置启动。

于 2013-09-30T12:39:54.690 回答
1

我现在有同样的问题(1.2. 2015)。看图片。Eclipse Marketplace 不工作,无法打开。

需要两天时间,日食市场仍然无法进入。您可以 ping 服务器,但服务无法正常工作。当我请求支持时,他们告诉我,问题应该在他们这边。因此,在我看来,在大多数情况下,它与您的发行版无关。您必须等待,直到他们修复它。

在 90% 的情况下,您可以通过使用更新站点来绕过它。

在此处输入图像描述

于 2015-02-01T10:01:48.030 回答