Workbox notifications throws 500 response error
プラットフォームについて: Data Center - この記事は、Data Center プラットフォームのアトラシアン製品に適用されます。
このナレッジベース記事は製品の Data Center バージョン用に作成されています。Data Center 固有ではない機能の Data Center ナレッジベースは、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。
*Fisheye および Crucible は除く
症状
atlassian-confluence.log
に次のメッセージが表示される。
2014-06-23 23:32:16,415 ERROR [ajp-bio-8002-exec-243] [mywork.host.rest.ExceptionLogger] toResponse Exception thrown from resource
-- url: /rest/mywork/latest/notification/nested | userName: <UserName> | referer: https://<URL>/plugins/servlet/notifications-miniview
java.lang.NullPointerException
at com.atlassian.mywork.host.service.AppLinkHelper.stripBaseUrl(AppLinkHelper.java:128)
at com.atlassian.mywork.host.service.AppLinkHelper.createNotification(AppLinkHelper.java:99)
at com.atlassian.mywork.host.service.ClientServiceImpl$2.apply(ClientServiceImpl.java:162)
at com.atlassian.mywork.host.service.ClientServiceImpl$2.apply(ClientServiceImpl.java:148)
at com.atlassian.mywork.host.service.AppLinkHelper$1.handle(AppLinkHelper.java:77)
at com.atlassian.applinks.core.auth.oauth.OAuthApplinksResponseHandler.handle(OAuthApplinksResponseHandler.java:61)
at com.atlassian.applinks.core.auth.ApplicationLinkRequestAdaptor$1.handle(ApplicationLinkRequestAdaptor.java:87)
at com.atlassian.plugins.rest.module.jersey.JerseyRequest$2.handle(JerseyRequest.java:166)
原因
The error thrown in the Confluence log is related to the configuration of your application links.
ソリューション
Double check the configuration of your application link (from Confluence Admin > Application Links ) to ensure that your application link is configured with a valid URL and that both Incoming and Outgoing authentication is configured.