legacy-knowledge-base
公開されました Sep. 10, 2025

Liferay DXP 7.2にフィックスパック1をインストールした後のJGroups IllegalArgumentException

written-by

Joel Garman

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

問題

  • cluster.link.enabled=trueで fix pack dxp-1-7210 をインストールすると、以下のような例外が発生します
Caused by: java.lang.IllegalArgumentException: JGRP000001: configuration error: 
the following properties in TCP/UDP are not recognized:...

環境

  •  Liferay DXP 7.2

解決策

  • LPS-97897はJGroupsライブラリをバージョン4.1.1にアップグレードします
  • この変更の結果、Cluster.link.channel.properties.*インライン文字列構成を使用して構成できなくなりました。値は、JGroups XML 構成を含むファイル、XML 構成を指す URL、またはクラスパス内の XML 構成へのパスを指定できます
  • これらのプロパティを変更した場合、または既存のXMLがある場合は、構成を確認してください。詳細については、JGroupsのドキュメントを参照してください

追加情報

JGroups リリース情報:

JGroups 4.x 資料

did-this-article-resolve-your-issue

legacy-knowledge-base