JIRA アプリケーションの認識済みシステム プロパティ

起動時のプロパティとオプションの設定

このページの内容

お困りですか?

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

コミュニティに質問

JIRA supports some configuration and debugging settings that can be enabled through Java system properties. System properties are usually set by passing the -D flag to the Java virtual machine in which JIRA is running. See Setting properties and options on startup.

起動パラメーターの一覧

メモリ プロパティ

注意

関連ページ

-Xmx
-Xms
XX:MaxPermSize

これらのプロパティはすでに存在します。詳しくは関連ページを参照してください。

JIRA のメモリ容量を増やす

-XX:+PrintGCDetails

-XX:+PrintGCDateStamps

-XX:+PrintGCTimeStamps

-XX:+PrintGCCause

-Xloggc:C:\Program Files\Atlassian\Application Data\JIRA\log\atlassian-jira-gc-%t.log

-XX:+UseGCLogFileRotation

-XX:NumberOfGCLogFiles=5

-XX:GCLogFileSize=20M

これらのプロパティはすでに存在し、ガベージ コレクションのチューニングで使用されます。

Troubleshoot Jira Server performance with GC logs
Analyze OutofMemory errors in Jira server with Heap Dumps

-agentlib:yjpagent=onexit=memory,dir=/path/to/write/snapshots


[アーカイブ済み] YourKit でメモリと CPU の利用状況をプロファイリングする

メール プロパティ

注意

関連ページ

-Datlassian.mail.senddisabled
-Datlassian.mail.fetchdisabled
-Datlassian.mail.popdisabled

メールを無効にするには "true" に設定します。Linux の setenv.sh には、コメントを解除するためのフラグが存在します。

Migrating JIRA to another server
Notifications Are Issued for Incorrect Jira Issues

-Dmail.debug

"true" に設定すると、メールに関する情報がログに記述されます。

JIRA の SMTP メールサーバーに通知送信を設定する
メールから課題を作成、コメントする

-Dmail.mime.decodetext.strict


メールで課題を作成する際にメールの件名と本文のデコード不可

-Dmail.imap.auth.plain.disable
-Dmail.imaps.auth.plain.disable


OAuth を使用する際に、Jira Server のログで IMAP セットアップが AUTHENTICATE Failed エラーで失敗する

-Dmail.imap.starttls.enable


"No login methods supported error" により、Jira サーバーで IMAP サーバーからメッセージを取得できない

-Dmail.mime.decodeparameters

RFC 2231 準拠のメール クライアントからのメールに対して適切に動作するようにメール ハンドラを設定します。


-Dmail.smtp.localhost


JIRA からのメール送信の問題 - EHLO がドメインのアドレスを要求している

エンコーディング プロパティ

注意

関連ページ

-Dfile.encoding

-Dsun.jnu.encoding

エンコーディングの一貫性のため、utf-8 に設定します。

Characters Not Supported by ASCII are Being Displayed as Question Marks
Internationalization and Encoding Troubleshooting
Jira server throws SQL Exception while updating issues or importing data into MySQL due to encoding
International Characters in Notification Email Subject Lines Are Being Replaced with Question Mark

その他のプロパティ

注意

関連ページ

-Duser.timezone


Incorrect timestamps displayed in Jira server

-Dsvnkit.http.methods

Basic、Digest、Negotiate、NTLM を含む値

'java.lang.SecurityException Unable to locate a login configuration' というエラーで JIRA の起動に失敗する
SVN 認証時 Subversion プラグインが 'An unknown error occurred - actions == null' というメッセージを表示する

-Dorg.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER

true

(アーカイブ済み) Tomcat のメモリ リークによる OutOfMemory
JRA-10145

-ea/-da

アサーションを有効化 / 無効化

SMTP 経由でメールを送信すると java.lang.AssertionError が発生する

-Djava.net.preferIPv4Stack


利用可能なポートで "Invalid argument" による SocketException が発生する

-Djavax.net.ssl.trustStore


SSL 経由の SMTP サーバーで "javax.net.ssl.SSLException" によりメールを送信できない

-Djava.awt.headless

デフォルトで true。サムネイルの生成を許可します


-Dhttp.proxyHost

-Dhttp.proxyPort

-Dhttps.proxyHost

-Dhttps.proxyPort

アウトバウンド プロキシ サーバ のホスト名とポートJira サーバーで使用するためにアウトバウンド プロキシを構成する
-Dorg.apache.catalina.SESSION_COOKIE_NAME
別のアトラシアン アプリケーションにログインすると Confluence からログアウトされる
-Datlassian.plugins.enable.wait

プラグインのロードのために JIRA が待つ時間

プラグインの有効化の待機中に JIRA システムプラグインのタイムアウトが発生

-Datlassian.plugins.startup.options="--disable-all-addons--disable-addons=com.atlassian.test.plugin"

Jira に対し、ユーザーがインストールしているすべてのアドオン、またはユーザーがインストールした特定のアドオンの起動を無効化した状態で起動することを許可します。手動起動およびアドオンの指定の詳細は、「Jira アプリケーションの起動と停止」を参照してください。Start and Stop JIRA applications
最終更新日: 2018 年 2 月 9 日

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

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