legacy-knowledge-base
公開されました Jun. 30, 2025

Gradleディストリビューションをインストールできませんでした。

written-by

Apsara Raheja

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

問題

  • リモートデスクトップ接続を使用して、あるシステムから別のシステムにワークスペースをインポートしているときに、以下のエラーが発生しました:
    https://services.gradle.org/distributions/gradle-6.6.1-bin.zip' から Gradle ディストリビューションをインストールできませんでした。 sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target unable to find

環境

  • Liferay Developer Studio

解像度

  • その https://services.gradle.org GradleをダウンロードするためにアクセスしようとしているサイトはHTTPSサイト、つまり安全なHTTPです。 しかし、Java仮想マシン上には、このウェブサイトが本当にそうであることを認証する認証局からの証明書がないかもしれない。
  • JVMは、信頼できる認証機関であるCloudflare社から発行されたservices.gradle.org証明書をすでに証明書リポジトリに持っているはずなので、リポジトリが古いことが原因かもしれない。
  • また、実行時にGradleディストリビューションをロードできないので、ネットワーク接続を確認してください。
did-this-article-resolve-your-issue

legacy-knowledge-base