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

最新のfixpackにアップグレードした後、サーバーが起動できない。

written-by

Prarthana Jadhav

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

問題

  • 以前のfixpackから最新のfixpackにアップグレードした後、サーバーが起動しない、またはサーバー起動時に以下のエラーが発生します。
SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.listenerStart Exception sending context initialized event to listener instance of class [com.liferay.portal.spring.context.PortalContextLoaderListener] 
java.lang.RuntimeException: java.lang.RuntimeException: Error initializing storage.

環境

  • Liferay DXP 7.0
  • Tomcatアプリケーションサーバー
  • Wildflyアプリケーションサーバー

解像度

  • state, temp, workフォルダをクリアすることでエラーが解消されました。
    • Tomcatアプリケーションサーバーの場合
      1. $Liferay-home/osgi/state",
      2.を削除する。 $Liferay-home/work",
      3.を削除します。 $Tomcat-home/temp"、
      4.を削除する。 $Tomcat-home/work" フォルダを削除する
    • Wildfly Application Server の場合
      1. $JBoss-home/standalone/tmp "フォルダを削除する
      2. $Liferay-home/work" フォルダを削除します。
  • これらのフォルダを削除した後、サーバーは正常に起動しました。

追加情報

  • Liferayでは、フィックスパックをインストールした後、サーバーを起動するときだけ上記のフォルダを削除することを常に推奨しています。
did-this-article-resolve-your-issue

legacy-knowledge-base