使用Eclipse 2019并尝试从市场上安装Spring。我还是开发微服务的新手。 这是我得到的错误:
收集要安装的会话项时发生错误 上下文是:(profile = C__Users_samazlan eclipse_java-2019-09_eclipse, phase = org.eclipse.equinox.internal.p2.engine.phases.Collect,操作数=, action =)。找不到包含以下内容的存储库: osgi.bundle,org.eclipse.lsp4e,0.13.1.202001090910找不到存储库 包含:osgi.bundle,org.eclipse.tm4e.core,0.4.1.201912212242否 找到的存储库包含: org.eclipse.update.feature,org.springframework.boot.ide.main.feature,4.5.1.202001211302-RELEASE 找不到包含以下内容的存储库: binary,org.springframework.boot.ide.main.feature_root,4.5.1.202001211302-RELEASE 找不到包含以下内容的存储库: osgi.bundle,org.springframework.ide.eclipse.beans.ui.live,3.9.12.202001201914-CI-B2372 找不到包含以下内容的存储库: osgi.bundle,org.springframework.ide.eclipse.boot,3.9.12.202001201914-CI-B2372 找不到包含以下内容的存储库: osgi.bundle,org.springframework.ide.eclipse.boot.dash,3.9.12.202001201914-CI-B2372 找不到包含以下内容的存储库: org.eclipse.update.feature,org.springframework.ide.eclipse.boot.dash.feature,3.9.12.202001201914-CI-B2372 找不到包含以下内容的存储库: osgi.bundle,org.springframework.ide.eclipse.boot.launch,3.9.12.202001201914-CI-B2372 找不到包含以下内容的存储库: osgi.bundle,org.springframework.ide.eclipse.boot.refactoring,3.9.12.202001201914-CI-B2372 找不到包含以下内容的存储库: osgi.bundle,org.springframework.ide.eclipse.boot.restart,3.9.12.202001201914-CI-B2372 找不到包含以下内容的存储库: osgi.bundle,org.springframework.ide.eclipse.boot.templates,3.9.12.202001201914-CI-B2372 找不到包含以下内容的存储库: osgi.bundle,org.springframework.ide.eclipse.boot.validation,3.9.12.202001201914-CI-B2372 找不到包含以下内容的存储库: osgi.bundle,org.springframework.ide.eclipse.boot.wizard,3.9.12.202001201914-CI-B2372 找不到包含以下内容的存储库: osgi.bundle,org.springframework.ide.eclipse.buildship20,3.9.12.202001201914-CI-B2372 找不到包含以下内容的存储库: osgi.bundle,org.springframework.ide.eclipse.buildship30,3.9.12.202001201914-CI-B2372 找不到包含以下内容的存储库: osgi.bundle,org.springframework.ide.eclipse.editor.support,3.9.12.202001201914-CI-B2372 找不到包含以下内容的存储库: osgi.bundle,org.springframework.ide.eclipse.imports,3.9.12.202001201914-CI-B2372 找不到包含以下内容的存储库: osgi.bundle,org.springframework.ide.eclipse.xml.namespaces,3.9.12.202001201914-CI-B2372 找不到包含以下内容的存储库: org.eclipse.update.feature,org.springframework.ide.eclipse.xml.namespaces.feature,3.9.12.202001201914-CI-B2372 找不到包含以下内容的存储库: osgi.bundle,org.springframework.tooling.boot.ls,1.15.0.202001210741否 找到的存储库包含: org.eclipse.update.feature,org.springframework.tooling.boot.ls.feature,4.5.1.202001210741 找不到包含以下内容的存储库: osgi.bundle,org.springframework.tooling.bosh.ls,1.15.0.202001210741否 找到的存储库包含: org.eclipse.update.feature,org.springframework.tooling.bosh.ls.feature,4.5.1.202001210741 找不到包含以下内容的存储库: osgi.bundle,org.springframework.tooling.cloudfoundry.manifest.ls,1.15.0.202001210741 找不到包含以下内容的存储库: org.eclipse.update.feature,org.springframework.tooling.cloudfoundry.manifest.ls.feature,4.5.1.202001210741 找不到包含以下内容的存储库: osgi.bundle,org.springframework.tooling.concourse.ls,1.15.0.202001210741 找不到包含以下内容的存储库: org.eclipse.update.feature,org.springframework.tooling.concourse.ls.feature,4.5.1.202001210741 找不到包含以下内容的存储库: osgi.bundle,org.springframework.tooling.jdt.ls.commons,4.5.1.202001210741 找不到包含以下内容的存储库: osgi.bundle,org.springframework.tooling.ls.eclipse.commons,4.5.1.202001210741 找不到包含以下内容的存储库: osgi.bundle,org.springframework.tooling.ls.eclipse.gotosymbol,4.5.1.202001210741 找不到包含以下内容的存储库: osgi.bundle,org.springsource.ide.eclipse.commons.cloudfoundry.client.v2,3.9.12.202001201914-CI-B2372 找不到包含以下内容的存储库: osgi.bundle,org.springsource.ide.eclipse.commons.core,3.9.12.202001132314-CI-B489 找不到包含以下内容的存储库: osgi.bundle,org.springsource.ide.eclipse.commons.frameworks.core,3.9.12.202001132314-CI-B489 找不到包含以下内容的存储库: osgi.bundle,org.springsource.ide.eclipse.commons.frameworks.ui,3.9.12.202001132314-CI-B489
答案 0 :(得分:2)
在进行一轮更新时,我遇到了同样的问题。
转到窗口>首选项
开始安装/更新>可用的软件站点
使用底部滚动条向右滚动,以便可以看到位置url,并找到tm4e url。 http://download.eclipse.org/tm4e/snapshots
选择它,然后单击编辑按钮。
在网址末尾添加一个斜杠。
应用并关闭,然后检查更新。
答案 1 :(得分:0)
您需要确保未选中“在安装过程中联系所有更新站点以找到所需的软件”。