Confluence does not start due to 'Error deploying configuration descriptor'

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

要約

問題

Confluence does not start. The following appears in catalina.out:

"SEVERE: Error deploying configuration descriptor" in

This is more likely to happen in an EAR/WAR deployment.

原因

The context descriptor is malformed, when Installing the Confluence EAR-WAR Edition. Usually it's because the context is using the incorrect case (i.e. context instead of Context). The tag is case-sensitive. It should have something like the following:

<Context path="" docBase="../confluence" debug="0" reloadable="false"> <!-- Logger is deprecated in Tomcat 5.5. Logging configuration for Confluence is specified in confluence/WEB-INF/classes/log4j.properties --> <Manager pathname="" /> </Context>

ソリューション

ソリューション

Correct the mistake in the Context line.

更新日時: September 26, 2025

さらにヘルプが必要ですか?

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