ORA-00942 error with unknown plugin during backup restore

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Fisheye および Crucible は除く

問題

When attempting a restore of an XML backup to a JIRA instance with an Oracle database, it fails to complete with ORA-00942 table or view does not exist

The following appears in the atlassian-jira.log:

2015-09-17 13:19:40,370 JiraImportTaskExecutionThread-1 ERROR anon 715x77x1 aa 1.1.1.1 /secure/SetupImport.jspa [jira.bc.dataimport.DefaultDataImportService] 
Error during ActiveObjects restore
com.atlassian.activeobjects.spi.ActiveObjectsImportExportException: There was an error during import/export with <unknown plugin> (table ):
Caused by: java.sql.BatchUpdateException: ORA-00942: table or view does not exist

診断

There are third party add-ons that were already installed prior to restoring the XML backup.

原因

A third party add-on is interfering with the upgrade process. It is currently unknown which add-on is causing this, as the error message does not show it:

There was an error during import/export with <unknown plugin> (table ):

ソリューション

Remove all third party add-ons before restoring the XML backup.

  1. Jira を停止します。
  2. Make a backup copy of your add-ons in $JIRA_HOME_Directory/plugins/installed-plugins/
  3. Delete the contents of the installed-plugins folder.
  4. Restart JIRA and retry the XML restore.
tip/resting Created with Sketch.

If the previous failed attempt of the XML restore causes JIRA to be inaccessible (due to data being overwritten or incomplete restore) then you will need to reset the JIRA database to a blank database before retrying the XML restore.

最終更新日 2018 年 11 月 14 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.