Blog Posts macro throws an error 'Execute Already Included Page' when invalid label is specified

お困りですか?

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

コミュニティに質問

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

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

*Fisheye および Crucible は除く

問題

Error is thrown from the Blog Posts macro. This may happen after an upgrade is done.

atlassian-confluence.log に次のメッセージが表示される。

2014-07-14 20:59:50,062 WARN [http-10060-9] [xhtml.view.macro.ViewMacroMarshaller] marshalInternal Exception executing macro: blog-posts, with message: Already included page Test Home, stopping.
 -- url: /display/TEST/Home/ | page: 1835603 | userName: anonymous | action: viewpage
2014-07-14 20:59:50,066 ERROR [http-10060-9] [plugins.macros.advanced.BlogPostsMacro] execute Already included page Test Home, stopping.
 -- url: /display/TEST/Home/ | page: 1835603 | userName: anonymous | action: viewpage
com.atlassian.renderer.v2.macro.MacroException: Already included page Test Home, stopping.
	at com.atlassian.confluence.plugins.macros.advanced.BlogPostsMacro.execute(BlogPostsMacro.java:245)
	at com.atlassian.confluence.macro.ContentFilteringMacro.execute(ContentFilteringMacro.java:106)
	at com.atlassian.confluence.plugins.macros.advanced.BlogPostsMacro.execute(BlogPostsMacro.java:213)
	at sun.reflect.GeneratedMethodAccessor1531.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.atlassian.confluence.macro.xhtml.XhtmlMacroManager$ResourceAwareMacroInvocationHandler.invoke(XhtmlMacroManager.java:225)
	at com.sun.proxy.$Proxy2440.execute(Unknown Source)
...

原因

A non-existing label is inserted into the Blog Posts Macro in the page.

ソリューション

  • Find the specific page mentioned in the trace log
  • Remove the non-existing label mentioned inside the Blog Posts Macro

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

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

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