SVN PROPFIND error Broken Pipe

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

Only partial synchronizaiton of

The following appears in the 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

Cause

The Subversion Server has prematurely ended the connection.

Resolution

  1. Open the httpd.conf file for the SVN sever. Change the keepAlive value 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

 

 

 

 

 

 

 

 

 

 

 

 

Last modified on Mar 30, 2016

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.