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

パッチ適用後のサーバー起動時にjava.lang.StackOverflowErrorが発生する

written-by

Madhusudan Sharma

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 7.0環境へのアップグレード(パッチ適用)中にサーバーが起動せず、以下のエラーが発生しました:

SEVERE [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log StandardWrapper.Throwable
java.lang.StackOverflowError
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findResource(URLClassLoader.java:566)
at java.lang.ClassLoader.getResource(ClassLoader.java:1096)
at java.lang.ClassLoader.getResource(ClassLoader.java:1091)
at java.lang.ClassLoader.getResource(ClassLoader.java:1091)

環境

  • Liferay DXP 7.0

解像度

DEBUG [localhost-startStop-1][ClassLoaderAggregateProperties:94] Adding file file:/liferay/apps/liferay-dxp-digital-enterprise-7.0-sp2/portal-ext.properties
  • 上記のような痕跡が見られる場合は、portal-ext.properties ファイルから include-and-override=${liferay.home}/portal-ext.properties 削除し、サーバーを再起動してください。
  • サーバーは正常に起動するはずです。

追加情報

did-this-article-resolve-your-issue

legacy-knowledge-base