Error with Confluence Questions when Ordering by Recent
プラットフォームについて: Data Center のみ。 - This article only applies to Atlassian apps on the Data Center プラットフォーム。
この KB は Data Center バージョンの製品用に作成されています。Data Center 固有ではない機能の Data Center KB は、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。 Server* 製品のサポートは 2024 年 2 月 15 日に終了しました。Server 製品を実行している場合は、 アトラシアン Server サポート終了 のお知らせにアクセスして、移行オプションを確認してください。
*Fisheye および Crucible は除く
要約
症状
When clicking the 'Recent' filter in Confluence Questions, an error page is displayed.
atlassian-confluence.log に次のエラーが返される。
java.lang.IllegalArgumentException: author is required
at com.atlassian.confluence.plugins.questions.model.QuestionImpl.<init>(QuestionImpl.java:51)
Stack Trace:[hide]
java.lang.IllegalArgumentException: author is required
at com.atlassian.confluence.plugins.questions.model.QuestionImpl.<init>(QuestionImpl.java:51)
at com.atlassian.confluence.plugins.questions.model.QuestionImplBuilder.build(QuestionImplBuilder.java:118)診断
Updating Confluence Questions to version 1.0.294 doesn't fix the issue, so this is not the same problem as CONFSERVER-48036 - Can't view question when the author has been deleted
原因
After migrating the Confluence server, some users that have authored questions never login. The cause is unknown as there might be a flag in Confluence Questions checking if the last-login is not null.
ソリューション
ソリューション
Login using the users that are the authors of Questions to ensure the last-login field is not empty
この内容はお役に立ちましたか?