legacy-knowledge-base
公開されました May. 15, 2025

Liferay Syncでポータルのバージョンが確認されない

written-by

Liferay DevSecOps

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 SyncとLiferay Portal 6.1 EEを使用する際の既知の問題に焦点を当てています。

決議

Liferay Sync を使用しているときに、Liferay Portal のインスタンスに接続しようとすると、以下のエラーが発生することがあります。

The portal version could not be verified. The minimum supported EE version is 6.1.20

ポータルが警告で指定された要件を超えている場合、問題はヘッダにある可能性が高いです。

Liferayは現在、ポータルのバージョンを検出するためにポータルヘッダーを使用しています。 そのため、portal-ext.propertiesでヘッダがminimalかnoneに設定されている場合、Liferayはポータルのバージョンを検出しません(そして上記の警告がスローされます)。

この問題を解決するには、ヘッダーに使用しているポータルのバージョンが含まれていることを確認するだけです。 これは、以下のプロパティで行うことができます。

http.header.version.verbosity=full

did-this-article-resolve-your-issue

legacy-knowledge-base