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

ビルド タスク中のサービス ビルダー エラー

written-by

Marco Abamonga

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

問題

  • Liferay Workspace U47+ では、サービス ビルダーは次のようなエラーでビルド タスクに失敗します。
    error: method getResult in interface FinderCache cannot be applied to given types;
    ...
    required: FinderPath,Object[],BasePersistence<?>
    found: FinderPath,Object[]
    reason: actual and formal argument lists differ in length

Environment

  • 7.4.x、7.3.x、7.2.x、7.1.x、7.0.x

解決策

  • 回避策は、次の手順を実行することで実現できます。
    1. com.liferay.gradle.plugins.workspace のバージョンを settings.gradle: classpath(group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version で 4.0.22 に変更します。 : "4.0.22")
    2. gradlew buildService を実行します
    3. gradlew ビルドを実行する
  • 恒久的な修正は LPS-166596経由で行われます

追加情報

did-this-article-resolve-your-issue

legacy-knowledge-base