Content
You are here:
ProxyError on accessing subversion repository
Added by Willy Gardiol over 9 years ago
On ouw installation (Centos 6.5 64bit) we have two projects and a remote SVN server.
On the first project i have associated an SVN repository on the remote svn server, and it works great.
On the second project i have associated an SVN repo too, on the exactly same remote server, which does not work.
I always get the apache’s Proxy Error: error reading from remote server
Thinking of some time-out (the repository is quite big indeed) i have added: timeout=1800 KeepAlive=On to my apache Proxy directive…
buth nothing changes.
Anybody has some suggestions?
thank you!
Replies (3)
Hi,
it seems to me that the second SVN is a big one regarding the size and the Apache/Unicorn process needs to much time to load data from the SVN into Openproject. You can set the timout to a higher value to fix this problem.
Please try the following:
Be aware that for the OpenProject Community Edition the
openproject
command is calledopenproject-ce
.Please keep us posted if this works for you or not.
Cheers,
Karsten
Yes!
it worked!
i had to set WEB_TIMEOUT=3600
to make it work, but it seems it’s incremental? I mean, i first set it to 180 and got the error. Then to 1800 and got the error after a LOONG time… then set it to 3600 and after only a few seconds, it worked and now it’s very fast.
It seems each time to you refresh the page it will read a bit more adding to what it read the previous time… so that if you refresh many times it will read it all in the end. Is this true? If not, why the last time (the one it worked) was it so fast?
Hi,
To be honest I do not know if it is incremental. But after the first import it will only load incremental data so it is understandable that it is fast now. Hopefully you do not have to worry about this anytime soon ;-) …
Cheers,
Karsten