Configuring the JIRA HOME over an UNC path

お困りですか?

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

コミュニティに質問

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

このナレッジベース記事は製品の Data Center バージョン用に作成されています。Data Center 固有ではない機能の Data Center ナレッジベースは、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。

*Fisheye および Crucible は除く

シナリオ 1

Sometimes there is a need to set up the JIRA Home directory over a remote server. This KB addresses this configuration on a Windows Server environment. This same configuration does not apply to set up JIRA Home directory on a UNIX (or Linux) operational system.

This configuration may cause you performance problems (please check this page for any further information).

シナリオ 2

If you are seeing the following exception in JIRA log when trying to configure shared home directory for JIRA Data Center, please proceed to resolution 2:

JIRA has no permission to either create or write to subdirectory 'data' of jira.home 'x:\path\to\sharedhome'.

ソリューション 1

  1. Open the jira-application.properties file on a text editor (such as notepad);
  2. Set the path for the home directory as the following example:

    jira.home = \\\\<your-servername>\\<your-share>\\<jira-home> 

    (info) You may also set the same parameter on the config.bat script.
    (info) Hence, you must have access and write permissions on the target Windows share.

ソリューション 2

  1. Open the cluster.properties file on a text editor.
  2. Set the path for the home directory as the following example:

    jira.shared.home = \\\\133\\jira

    (info) Must have access and write permissions on the target Windows share.

Last modified on Mar 11, 2025

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

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