アーティクル - CS406589
Codebeamer のすべてのダッシュボードと Wiki ページに「識別子を使用してダッシュボードをレンダリングできませんでした」というエラー メッセージが表示されます。
修正日: 11-Dec-2025
適用対象
- Codebeamer 21.09 to 3.0
説明
- 突然、CodebeamerユーザーはすべてのダッシュボードとWikiページで次の問題に気付くかもしれません。
- 3.0.0.1から3.0.0.3にアップデートした後、すべてのWikiとトラッカータブに以下のメッセージが表示され、ダッシュボードが表示されません。
Failed to render dashboard with identifier <dashboard_ID>
- UI上の上記のエラーメッセージ
- サーバーログのエラー
INFO codebeamer.security.AccessLogFilter - Request-<ID> <IP> <USER ID> "GET /cb/dashboard/retrieve.spr?dashboardId=<ID>&_=<ID> HTTP/1.1" [...] INFO dao.impl.ArtifactFileDaoImpl - Original content of #<ID>-<USERNAME>'s Personal Wiki CANNOT be found here: \\repository\docs\<ID> [...] INFO dao.impl.ArtifactFileDaoImpl - Try to find a temporaly file for ##<ID>-<USERNAME>'s Personal Wiki: \\repository\docs\<ID> [...] WARN dao.impl.ArtifactFileDaoImpl - File [[<ID>] /<HASH>] of artifact [[<ID>] /<USERNAME>'s Personal Wiki] does not exists [...] ERROR controller.dashboard.DashboardController - <ID> dashboard failed to render. [...] java.lang.IllegalArgumentException: Dashboard layout is empty, please double check that dashboard is present. at com.intland.codebeamer.controller.support.dashboard.DashboardControllerSupport.deserializeLayout(DashboardControllerSupport.java:731) ~[cb-21.09-SP11.jar:?] at com.intland.codebeamer.controller.support.dashboard.DashboardControllerSupport.retireveWidgetContainer(DashboardControllerSupport.java:825) ~[cb-21.09-SP11.jar:?] at com.intland.codebeamer.controller.support.dashboard.DashboardControllerSupport.renderDashboard(DashboardControllerSupport.java:168) ~[cb-21.09-SP11.jar:?] at com.intland.codebeamer.controller.dashboard.DashboardController.getDashboard(DashboardController.java:142) [cb-21.09-SP11.jar:?] [...]
- エクスポートテンプレートからプロジェクトを作成した後、トラッカータブのダッシュボードが以下のエラーで読み込まれません
INFO dao.impl.ArtifactFileDaoImpl - Original content of #2153740-Trackers CANNOT be found here: /home/appuser/codebeamer/repository/docs/2036/651/1 [catalina-exec-38] [224] {Req#=696203, Sess#=0cf..06b, serverId=server} INFO dao.impl.ArtifactFileDaoImpl - Try to find a temporaly file for #2153740-Trackers: /home/appuser/codebeamer/repository/docs/2153740_1 [catalina-exec-38] [224] {Req#=696203, Sess#=0cf..06b, serverId=server} WARN dao.impl.ArtifactFileDaoImpl - File [[2036651] /38850ed5bf4d3229666613cc8fbe3d649b0014433c979daf5e5a3636d89662a62e883566539b1a8c990e42618cb4211994e4d57fde49e77a282a762cccc5c903] of artifact [[2153740] /Trackers] does not exists [catalina-exec-38] [224] {Req#=696203, Sess#=0cf..06b, serverId=server} ERROR dashboard.persistence.DashboardLayoutRetriever - 2153740 dashboard failed to load. [catalina-exec-38] [224] {Req#=696203, Sess#=0cf..06b, serverId=server} java.lang.IllegalArgumentException: Dashboard layout is empty, please double check that dashboard is present.
最新バージョンはこちらを参照ください CS406589