java.sql.SQLException: Schema change failed on object
プラットフォームについて: 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 は除く
症状
While accessing JIRA or Greenhopper, user gets the following error message and is not able to proceed further
atlassian-jira.log に次のエラーが返される。
java.sql.SQLException: Schema change failed on object '[jiraschema].[AO_60DB71_COLUMN]'. Possibly due to active snapshot or other schema change activity.
at com.atlassian.activeobjects.internal.EntityManagedActiveObjects.migrate(EntityManagedActiveObjects.java:47)原因
Most likely there is something else running on the database because of which JIRA has problems reading the database.
ソリューション
Please check the database and stop any other service (database replication) or application that is using the same database. It is also recommended to restart the database.
この内容はお役に立ちましたか?