NoClassDefFoundError in Tomcat EAR-WAR
プラットフォームについて: Data Center のみ。 - This article only applies to Atlassian apps on the Data Center プラットフォーム。
この KB は Data Center バージョンの製品用に作成されています。Data Center 固有ではない機能の Data Center KB は、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。 Server* 製品のサポートは 2024 年 2 月 15 日に終了しました。Server 製品を実行している場合は、 アトラシアン Server サポート終了 のお知らせにアクセスして、移行オプションを確認してください。
*Fisheye および Crucible は除く
症状
The following error occurs during startup in the Tomcat EAR/WAR configuration:
Apr 30, 2009 5:01:57 PM org.apache.catalina.core.StandardContext listenerStart
SEVERE: Error configuring application listener of class com.atlassian.jira.appconsistency.db.DatabaseCompatibilityEnforcer
java.lang.NoClassDefFoundError: org/apache/log4j/Logger
または
2012-05-08 14:00:07,227 main ERROR [atlassian.jira.startup.LauncherContextListener] Unable to start JIRA.
com.atlassian.util.concurrent.LazyReference$InitializationException: java.lang.NoClassDefFoundError: javax/transaction/Status
原因
The log4j libraries are either missing or not the correct version for your specific version of Tomcat.
ソリューション
Ensure you downloaded the extra libraries required for Tomcat which are linked in our guides for Tomcat. You must use the specific library version for your respective Tomcat version (Tomcat 6.x needs jira-jars-tomcat6.zip, Tomcat 5.x needs jira-jars-tomcat5.zip).
この内容はお役に立ちましたか?