Run now button is greyed out in the migration plan

お困りですか?

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

コミュニティに質問

プラットフォームについて: 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 the Run now button is greyed out in your migration plan.

概要

When this button is greyed out, it means there are still dependencies preventing the migration plan start.

Often, this is caused by not all the pre-checks successfully executing:

Users and groups pre-checks

The pre-checks must be executed in order for the migration assistant to allow the migration to start.

In the application log file (atlassian-jira.log or atlassian-confluence.log), the below signatures are also present:

Caused by: java.io.FileNotFoundException: /var/atlassian/confluence/application-data/shared-home/migration/check/xxxx-TrustedDomains.ser (Permission denied)
        at java.base/java.io.FileInputStream.open0(Native Method)
        at java.base/java.io.FileInputStream.open(Unknown Source)
        at java.base/java.io.FileInputStream.<init>(Unknown Source)
        ...
Caused by: java.io.FileNotFoundException: /var/atlassian/confluence/application-data/shared-home/migration/check/3699433bxxxx-AppOutdated.ser (Permission denied)
Caused by: java.io.FileNotFoundException: /var/atlassian/confluence/application-data/shared-home/migration/check/3699433bxxxx-CloudFreeUsersConflict.ser (Permission denied)
Caused by: java.io.FileNotFoundException: /var/atlassian/confluence/application-data/shared-home/migration/check/3699433bxxxx-ConfluenceSupportedVersionCheck.ser (Permission denied)
Caused by: java.io.FileNotFoundException: /var/atlassian/confluence/application-data/shared-home/migration/check/3699433bxxxx-ContainerTokenExpiration.ser (Permission denied)
Caused by: java.io.FileNotFoundException: /var/atlassian/confluence/application-data/shared-home/migration/check/3699433bxxxx-GroupNamesConflict.ser (Permission denied)
Caused by: java.io.FileNotFoundException: /var/atlassian/confluence/application-data/shared-home/migration/check/3699433bxxxx-InvalidEmails.ser (Permission denied)

ソリューション

  1. List the permissions of the folder structure in the server where the product is hosted:

    $ ls -l /var/atlassian/confluence/application-data/shared-home/migration/check/
  2. Ensure the folder structure has sufficient read permissions (the default set of permissions for this folder is drwxr-x---).
Last modified on Mar 25, 2024

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

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