我在Linux上运行Eclipse的Helios EE包,我添加了颠覆性的插件,m2e Maven集成和Trac的Mylin连接器。在过去的几个星期里,我一直在尝试安装更新,每次我都收到这样的消息

No repository found containing <something or other>

最新的一个是

An error occurred while collecting items to be installed
session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,org.eclipse.team.svn,0.7.9.I20110318-1700
No repository found containing: osgi.bundle,org.eclipse.team.svn.core,0.7.9.I20110523-1700
No repository found containing: osgi.bundle,org.eclipse.team.svn.help,0.7.9.I20110318-1700
No repository found containing: osgi.bundle,org.eclipse.team.svn.mylyn,0.7.9.I20110318-1700
No repository found containing: osgi.bundle,org.eclipse.team.svn.ui,0.7.9.I20110523-1700
No repository found containing: org.eclipse.update.feature,org.eclipse.team.svn,0.7.9.I20110523-1700
No repository found containing: org.eclipse.update.feature,org.eclipse.team.svn.mylyn,0.7.9.I20110523-1700
No repository found containing: org.eclipse.update.feature,org.eclipse.team.svn.resource.ignore.rules.jdt,0.7.9.I20110523-1700

这一切意味着什么,我该如何解决?如果Eclipse能够联系存储库来检查新文件,为什么它不能从这些存储库下载这些文件呢?或者错误消息意味着完全不同的东西?


当前回答

正如许多人已经说过的,这是一个与更新网站有关的问题,对我来说,禁用帮助→安装新软件→“在安装期间联系所有更新网站以查找所需的软件”修复了安装Sirius的问题。 把安装epsilon我禁用更新站点如图所示

其他回答

最终,有些东西必须被移除。我想在其他答案的基础上补充一点:一定要检查冲突。对我来说,EMF (Eclipse建模框架)在某种程度上已经失控了,因为我在windows/首选项中列出了多个版本。删除冲突可以让我的更新正常进行。

我有同样的问题,但在做更新。我通过

在“窗口->首选项->安装/更新->可用软件站点”中,标记导致问题的站点,然后点击“重新加载”按钮。

我在自动升级期间收到此错误(2020年9月)。

解决办法是增加:

http://download.eclipse.org/releases/2020-09

转到可用软件站点列表。

我还禁用了:

http://download.eclipse.org/eclipse/updates/4.15

还有一些版本号早于4.15,但我不认为这是重要的部分。

2019 Eclipse/CCS

在尝试了上面描述的许多技巧之后,我注意到Edwin landwealths的这篇文章

简而言之,就是添加臭名昭著的“/”尾,并将“http”更改为“https”。这立即解决了我的问题。

您最有可能遇到的是Eclipse中的bug。

幸运的是,解决方案非常简单,删除更新站点并重新安装。