NoClassDefFoundError on the Dashboard

お困りですか?

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

コミュニティに質問

プラットフォームについて: Data Center - この記事は、Data Center プラットフォームのアトラシアン製品に適用されます。

このナレッジベース記事は製品の Data Center バージョン用に作成されています。Data Center 固有ではない機能の Data Center ナレッジベースは、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。

*Fisheye および Crucible は除く

症状


  1. The Confluence dashboard contains errors for the Space List macro and the Recently Updated Macro:

  2. The following may appear in the atlassian-confluence.log:

    2011-11-22 18:51:30,741 ERROR [TP-Processor20] [atlassian.renderer.v2.V2Renderer] render Unable to render content due to system error: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.atlassian.confluence.plugins.macros.dashboard.SpacesListMacro': Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: com/atlassian/confluence/plugins/macros/dashboard/DashboardMacroSupport
    – url: /confluence/dashboard.action | userName: admin | action: dashboard
    com.atlassian.util.concurrent.LazyReference$InitializationException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.atlassian.confluence.plugins.macros.dashboard.SpacesListMacro': Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: com/atlassian/confluence/plugins/macros/dashboard/DashboardMacroSupport
    at com.atlassian.util.concurrent.LazyReference.getInterruptibly(LazyReference.java:148)

診断

Try enabling plugin support mode or removing a recently installed plugin to see if the error persists.

原因

In this particular example, the error is caused by a third party plugin that did not install properly.  While the errors on the screen point to issues with Atlassian's bundled plugins that provide the two Dashboard macros, the plugins are failing to load due to conflicts with the malfunctioning plugin.

ソリューション

If disabling the plugin resolved the issue, then check the Plugin Audit Log to see what plugins were recently installed and remove them. If you have any issue removing a plugin, or if there are plugin errors when you enable and disable safe mode, you may need to removing the plugin(s) manually.

最終更新日: 2025 年 1 月 8 日

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

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