当我收到 "Unable to read repository" ProvisionException 错误时,如何连接到 Eclipse 中的更新站点?

How do I connect to an update site in Eclipse when I get an "Unable to read repository" ProvisionException error?

当尝试连接到 Eclipse 中的更新站点以安装 Cucumber-Eclipse 插件时,出现以下错误:

Unable to read repository at http://cucumber.io/cucumber-eclipse/update-site/content.xml.
    Unable to read repository at http://cucumber.io/cucumber-eclipse/update-site/content.xml.
    sun.security.validator.ValidatorException: PKIX path building failed: 
   sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested
   target

这种情况下的问题起初具有误导性,因为 SunCertPathBuilderException 的所有其他答案都与 java cacerts 文件中缺少的证书有关。

这里实际上是由URL重定向引起的。 Cucumber-Eclipse 网站将其插件的更新站点列为:

https://cucumber.io/cucumber-eclipse/update-site

但是,当在浏览器中导航到 URL 时,它会重定向到:

http://cucumber.github.io/cucumber-eclipse/update-site/

注意添加的“.github”.

分辨率

如果 Eclipse 插件遇到此问题,请在浏览器中导航至更新站点 URL,并在页面加载后从那里复制 URL。这应该为您提供真正的更新站点 URL,然后可以将其添加为 Eclipse 中的可用站点。

http://cucumber.github.io/cucumber-eclipse/update-site/

在 eclipse

中使用 "Install new Software" 以上 link

这对我有用

http://cucumber.github.io/cucumber-eclipse/update-site/

在 eclipse

中使用来自 Install new Software 的上述 link