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

お困りですか?

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

コミュニティに質問

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

問題

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.

 

 

 

 

 

 

 

 

 

 

 

 

 

   

 

 

 

 

 

 

 

 

 

 

 

 

 

Last modified on Mar 30, 2016

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

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