ClientAbortException java.net.SocketException broken pipe
プラットフォームについて: 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 は除く
問題
The following error appears in the logs:
WARNING: Exception Processing ErrorPage[errorCode=500, location=/500page.jsp]
ClientAbortException: java.net.SocketException: Broken pipe
WARNING: Exception Processing ErrorPage[errorCode=404, location=/fourohfour.action]
ClientAbortException: java.net.SocketException: Broken pipe
原因
The warning log basically means that the connection to the client browser is aborted before the response is fully transferred. It is a harmless warning as it can be due to transient network problems or the browser aborts/refreshes the page before it loaded.
ℹ️ This error is also known to affect image files in TIF format. Specifically, this error is thrown when browsing the page using Internet Explorer.
ソリューション
See also "Communications link failure" Error with JIRA User Management on MySQL. If the problem is not the database connection as described in that article, you may choose to do nothing. If you're getting a lot of these, it might be a sign of a performance problem.
この内容はお役に立ちましたか?