SVN PROPFIND error 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 は除く
症状
Only partial synchronizaiton of
atlassian-jira.log に次のエラーが返される。
2012-02-13 13:21:56,976 http-8080-12 DEBUG admin 801x52x1 1tx9kmw 10.159.168.184 /browse/TA-3017 [ext.subversion.revisions.RevisionIndexer] Retrieving revisions for : TA-3017
2012-02-13 13:21:56,998 http-8080-12 ERROR admin 801x52x1 1tx9kmw 10.159.168.184 /browse/TA-3017 [webwork.util.ValueStack] METHOD: "renderPanels", exception:
java.lang.IllegalStateException: The connection to the repository is not active原因
The Subversion Server has prematurely ended the connection.
ソリューション
Open the
httpd.conffile for the SVN sever. Change thekeepAlivevalue to "ON".
httpd.conf
#
# KeepAlive: Whether or not to allow persistent connections (more than
# one request per connection). Set to "Off" to deactivate.
#
KeepAlive On
#
# MaxKeepAliveRequests: The maximum number of requests to allow
# during a persistent connection. Set to 0 to allow an unlimited amount.
# We recommend you leave this number high, for maximum performance.
#
MaxKeepAliveRequests 100
#
# KeepAliveTimeout: Number of seconds to wait for the next request from the
# same client on the same connection.
#
KeepAliveTimeout 15更新日時: September 25, 2025
この内容はお役に立ちましたか?
さらにヘルプが必要ですか?
アトラシアン コミュニティをご利用ください。