Error 'Can't connect to X11 window server' is reported during Server Startup
プラットフォームについて: Data Center のみ。 - This article only applies to Atlassian apps on the Data Center プラットフォーム。
この KB は Data Center バージョンの製品用に作成されています。Data Center 固有ではない機能の Data Center KB は、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。 Server* 製品のサポートは 2024 年 2 月 15 日に終了しました。Server 製品を実行している場合は、 アトラシアン Server サポート終了 のお知らせにアクセスして、移行オプションを確認してください。
*Fisheye および Crucible は除く
症状
The following message is being displayed in the Bamboo Server log file, making the application startup or the database configuration fail:
java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.
原因
The current machine does not have all the graphical support that the Bamboo libraries demand.
ソリューション
1. Add the following setting to the bamboo.sh RUN_CMD variable:
-Djava.awt.headless=true
2. Ensure that Bamboo is using a full version of one of the supported JDKs (JRE is not enough).
この内容はお役に立ちましたか?