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

${processor.processMax()} エラーメッセージと空白ページ

written-by

István Gergely-Tárnoki

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

問題

  • DXP 7.2以降で別のページやメニューを開くと、空のページに ${processor.processMax()} のエラーメッセージが表示される場合があります。
  • portal-ext.propertiesでmodule.framework.properties.org.osgi.framework.bootdelegation プロパティを使用し、ログに以下の例外が表示される場合にのみ適用されます。
Caused by: javax.servlet.ServletException: java.lang.NoClassDefFoundError: com.liferay.expando.kernel.model.ExpandoBridge cannot be found by com.liferay.layout.page.template.api[version]

環境

  • Liferay 7.2+

解決

  •  DXP7.2のmodule.framework.properties.org.osgi.framework.bootdelegationpropertyの追加の値として com.liferay.expando.kernel.model クラスが存在する場合があります
  • プロパティの値としてクラスを追加して保存し、ポータルを再起動します
did-this-article-resolve-your-issue

legacy-knowledge-base