JIRA throws Could not determine database type Unknown storage engine InnoDB when starting
プラットフォームについて: Data Center - この記事は、Data Center プラットフォームのアトラシアン製品に適用されます。
このナレッジベース記事は製品の Data Center バージョン用に作成されています。Data Center 固有ではない機能の Data Center ナレッジベースは、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。
*Fisheye および Crucible は除く
問題
When starting up JIRA the following error appears when attempting to access the application:
The following appears in the atlassian-jira.log:
org.ofbiz.core.util.GeneralRuntimeException: Could not determine database type. (Unknown storage engine 'InnoDB')
原因
In this case, after updating the innodb_log_file_size there was a missed step(ie. removing the existing transaction logs) in the procedure causing problems when starting MySQL.
ソリューション
For further explanation on common problems when setting the innodb_log_file_size, please read MySQL: Failed Registration of InnoDB as a Storage Engine.
Please refer to MySQL documentation for more details on InnoDB options and parameters: InnoDB Startup Options and System Variables