'ClassCastException org.objectweb.jotm.Current cannot be cast to javax.sql.DataSource' when Starting JIRA
プラットフォームについて: 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 は除く
症状
Runtime exception checking for database driver correctness:
java.lang.ClassCastException: org.objectweb.jotm.Current cannot be cast to javax.sql.DataSource
原因
The file entityengine.xml is not properly configured. You may have specified the JNDI address for UserTransaction instead of the JNDI address for the data source (jdbc/JiraDS).
ソリューション
Make sure you have only changed the parts of the entityengine.xml file specified in the appropriate directions for connecting Jira to an external database.
この内容はお役に立ちましたか?