"There was a problem retrieving your plans" error message

お困りですか?

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

コミュニティに質問

プラットフォームについて: 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 は除く

    

要約

Learn what to do when you see the error message "There was a problem retrieving your plans" while using the Jira Cloud Migration Assistant (JCMA).

概要

This error in the JCMA interface follows with the below signatures in the application log file atlassian-jira.log, and in the HTTP Archive (HAR) file.

atlassian-jira.log
ERROR user 1102x334925x3 ifmfvc 10.60.6.200,127.0.0.1 /rest/migration/latest/plan [c.a.j.m.plan.rest.PlanRepositoryExceptionMapper] Error occurred when working with plans
com.atlassian.jira.migration.plan.rest.FetchPlanListException: Error occurred when trying to fetch plan list
...
Caused by: java.util.concurrent.ExecutionException: 
com.atlassian.jira.migration.httpclient.exceptions.UnexpectedStatusCodeException: Received an unexpected status code; expected [200], but received 401: {"code":401,"message":"Unauthorized"}.
HAR
Server's response
Full response:
500 Internal Server Error:
{
  "errorCode": "PLAN_LIST_FETCH_ERROR"
}

ソリューション

Uninstall and safely delete all the app data with the below steps:

  1. Uninstall the app:
    1. Navigate to Apps > Manage apps.
    2. Spot the JCMA app in the list.
    3. Click Uninstall.
    4. アプリが正常にアンインストールされたことを示す通知が表示されます。
  2. Stop the Jira On-Premise instance (Start and Stop Jira applications).
  3. データベースをバックアップします。
  4. Run the following commands on your Jira On-Premise database to obtain new commands:

    SELECT CONCAT('DROP TABLE "', table_name, '";') FROM information_schema.tables WHERE table_name LIKE 'AO_6FF49D_%';
    SELECT CONCAT('DROP TABLE "', table_name, '";') FROM information_schema.tables WHERE table_name LIKE 'AO_6FF49D_%';
    SELECT CONCAT('DROP TABLE "', table_name, '";') FROM information_schema.tables WHERE table_name LIKE 'AO_6FF49D_%';
    SELECT CONCAT(CONCAT('DROP TABLE ', table_name), ';') FROM USER_TABLES WHERE TABLE_NAME LIKE 'AO_6FF49D_%';
  5. Run the commands resulting from the previous step to drop the JCMA tables.
  6. Start your Jira On-Premise instance (Start and Stop Jira applications).
  7. Reinstall the JCMA app (Install the Jira Cloud Migration Assistant).
Last modified on Mar 20, 2024

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

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