Error starting Confluence with ClassNotFoundException after upgrading

お困りですか?

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

コミュニティに質問

プラットフォームについて: 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 fails to start with a ClassNotFoundException after upgrading Confluence and replacing customizations per our Upgrading Confluence guide.

atlassian-confluence.log に次の内容が表示される。

ERROR [localhost-startStop-1] [ContainerBase.[Standalone].[localhost].[/]] log Error configuring application listener of class com.atlassian.confluence.upgrade.UpgradeLauncherServletContextListener
java.lang.ClassNotFoundException: com.atlassian.confluence.upgrade.UpgradeLauncherServletContextListener

Note that the actual class specified in the error can be different. In this example the class is "

com.atlassian.confluence.upgrade.UpgradeLauncherServletContextListener"

原因

This is generally caused by classes referenced in the <Confluence Install Directory>/confluence/WEB-INF/web.xml file that are copied over from a previous installation of Confluence.

回避策

In order to workaround the issue, edit the <Confluence Install Directory>/confluence/WEB-INF/web.xml and comment out the offending class.

  • Take a backup of you <Confluence Install Directory>/confluence/WEB-INF/web.xml.
  • Open the file in a text editor and search for the offending class referenced in the error: in our example the class is "
    com.atlassian.confluence.upgrade.UpgradeLauncherServletContextListener"
  • Comment out the class and save the file. In our example we comment out the following:

    <!--
     <listener>
            <listener-class>com.atlassian.confluence.upgrade.UpgradeLauncherServletContextListener</listener-class>
     </listener>
    -->
  • Start Confluence

 

最終更新日 2016 年 8 月 10 日

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

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