0

Eclipse 3.6 を実行し、バージョン 3.2.4 の GWT プラグインを取得しようとしています。ソースを追加すると、次のようになります。

Unable to read repository at https://commondatastorage.googleapis.com/eclipse_toolreleases/products/gpe/release/3.2.4/3.6/content.xml.
Unable to read repository at https://commondatastorage.googleapis.com/eclipse_toolreleases/products/gpe/release/3.2.4/3.6/content.xml.
com.ibm.jsse2.util.j: PKIX path building failed: java.security.cert.CertPathBuilderException: PKIXCertPathBuilderImpl could not build a valid CertPath.; internal cause is: 
    java.security.cert.CertPathValidatorException: The certificate issued by OU=Equifax Secure Certificate Authority, O=Equifax, C=US is not trusted; internal cause is: 
    java.security.cert.CertPathValidatorException: Certificate chaining error

正しいパスがあり、マシンのローカル時間は正確/正確です (証明書に関する奇妙なタイムスタンプの問題について読んだことがありますか?)、これに関する情報が見つからないようです。ローカルにインストールしようとしましたが、ローカル アーカイブを使用すると依存関係が見つかりません。興味がありますが、なぜ content.xml をヒットしようとしているのでしょうか? ダウンロード可能なリポジトリにはそのようなファイルはありません。その URI にアクセスしようとすると、次のようになります。

<Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message></Error>
4

1 に答える 1

0

これは、レポジトリが SSL による有効な、つまり信頼できる証明書を持っていないためです。証明書を信頼済みとして手動で追加してから、プラグインをインストールする必要があります。

于 2015-01-29T12:20:43.960 に答える