While updating in SVN - getting HTTP status 502 Proxy Error











up vote
-1
down vote

favorite
3












I am having an SVN server in India location. I have totally 6 six servers in the different country. The SVN repository will update every 30 seconds in all Edge server. In Germany Edge servers I am facing an svn: E175002: Unexpected HTTP status 502 'Proxy Error' on 'repo name'. There is no gateway or proxy. The total size of the repository is 146GB+.



Kindly suggest what will cause this type of issues.



From server side apache configuration httpd.conf Timeout 600. and client side enables the ~/.subversion/server -> http-bulk-updates and http-timeout.










share|improve this question
























  • I think you're going to have to do more debugging. Can you log into that edge server and try making web requests from it to the origin server? Can you check for any proxy config there, or e.g. tcpdump the outbound packets to check that they're going where you expect and not to a proxy? Can you check the web logs of the origin server to see if it's serving 502s?
    – Rup
    Nov 21 at 13:23










  • Dear @Rup, Thank you for your suggestion. I can able to get the response from Edge server to origin server via the web request. There is no proxy is configured in the servers and checked the tcpdump has received the packets as I expected. But still i am facing the proxy error.
    – Prakash Asokan
    Nov 23 at 3:58










  • In Network Monitoring device (river bird) we have whitelisted an Edge server IP. When trying a new checkout it is showing svn: E000110: Error running context: Connection timed out.
    – Prakash Asokan
    Nov 23 at 5:52















up vote
-1
down vote

favorite
3












I am having an SVN server in India location. I have totally 6 six servers in the different country. The SVN repository will update every 30 seconds in all Edge server. In Germany Edge servers I am facing an svn: E175002: Unexpected HTTP status 502 'Proxy Error' on 'repo name'. There is no gateway or proxy. The total size of the repository is 146GB+.



Kindly suggest what will cause this type of issues.



From server side apache configuration httpd.conf Timeout 600. and client side enables the ~/.subversion/server -> http-bulk-updates and http-timeout.










share|improve this question
























  • I think you're going to have to do more debugging. Can you log into that edge server and try making web requests from it to the origin server? Can you check for any proxy config there, or e.g. tcpdump the outbound packets to check that they're going where you expect and not to a proxy? Can you check the web logs of the origin server to see if it's serving 502s?
    – Rup
    Nov 21 at 13:23










  • Dear @Rup, Thank you for your suggestion. I can able to get the response from Edge server to origin server via the web request. There is no proxy is configured in the servers and checked the tcpdump has received the packets as I expected. But still i am facing the proxy error.
    – Prakash Asokan
    Nov 23 at 3:58










  • In Network Monitoring device (river bird) we have whitelisted an Edge server IP. When trying a new checkout it is showing svn: E000110: Error running context: Connection timed out.
    – Prakash Asokan
    Nov 23 at 5:52













up vote
-1
down vote

favorite
3









up vote
-1
down vote

favorite
3






3





I am having an SVN server in India location. I have totally 6 six servers in the different country. The SVN repository will update every 30 seconds in all Edge server. In Germany Edge servers I am facing an svn: E175002: Unexpected HTTP status 502 'Proxy Error' on 'repo name'. There is no gateway or proxy. The total size of the repository is 146GB+.



Kindly suggest what will cause this type of issues.



From server side apache configuration httpd.conf Timeout 600. and client side enables the ~/.subversion/server -> http-bulk-updates and http-timeout.










share|improve this question















I am having an SVN server in India location. I have totally 6 six servers in the different country. The SVN repository will update every 30 seconds in all Edge server. In Germany Edge servers I am facing an svn: E175002: Unexpected HTTP status 502 'Proxy Error' on 'repo name'. There is no gateway or proxy. The total size of the repository is 146GB+.



Kindly suggest what will cause this type of issues.



From server side apache configuration httpd.conf Timeout 600. and client side enables the ~/.subversion/server -> http-bulk-updates and http-timeout.







svn tortoisesvn subversion-edge






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 23 at 21:04

























asked Nov 21 at 13:21









Prakash Asokan

317




317












  • I think you're going to have to do more debugging. Can you log into that edge server and try making web requests from it to the origin server? Can you check for any proxy config there, or e.g. tcpdump the outbound packets to check that they're going where you expect and not to a proxy? Can you check the web logs of the origin server to see if it's serving 502s?
    – Rup
    Nov 21 at 13:23










  • Dear @Rup, Thank you for your suggestion. I can able to get the response from Edge server to origin server via the web request. There is no proxy is configured in the servers and checked the tcpdump has received the packets as I expected. But still i am facing the proxy error.
    – Prakash Asokan
    Nov 23 at 3:58










  • In Network Monitoring device (river bird) we have whitelisted an Edge server IP. When trying a new checkout it is showing svn: E000110: Error running context: Connection timed out.
    – Prakash Asokan
    Nov 23 at 5:52


















  • I think you're going to have to do more debugging. Can you log into that edge server and try making web requests from it to the origin server? Can you check for any proxy config there, or e.g. tcpdump the outbound packets to check that they're going where you expect and not to a proxy? Can you check the web logs of the origin server to see if it's serving 502s?
    – Rup
    Nov 21 at 13:23










  • Dear @Rup, Thank you for your suggestion. I can able to get the response from Edge server to origin server via the web request. There is no proxy is configured in the servers and checked the tcpdump has received the packets as I expected. But still i am facing the proxy error.
    – Prakash Asokan
    Nov 23 at 3:58










  • In Network Monitoring device (river bird) we have whitelisted an Edge server IP. When trying a new checkout it is showing svn: E000110: Error running context: Connection timed out.
    – Prakash Asokan
    Nov 23 at 5:52
















I think you're going to have to do more debugging. Can you log into that edge server and try making web requests from it to the origin server? Can you check for any proxy config there, or e.g. tcpdump the outbound packets to check that they're going where you expect and not to a proxy? Can you check the web logs of the origin server to see if it's serving 502s?
– Rup
Nov 21 at 13:23




I think you're going to have to do more debugging. Can you log into that edge server and try making web requests from it to the origin server? Can you check for any proxy config there, or e.g. tcpdump the outbound packets to check that they're going where you expect and not to a proxy? Can you check the web logs of the origin server to see if it's serving 502s?
– Rup
Nov 21 at 13:23












Dear @Rup, Thank you for your suggestion. I can able to get the response from Edge server to origin server via the web request. There is no proxy is configured in the servers and checked the tcpdump has received the packets as I expected. But still i am facing the proxy error.
– Prakash Asokan
Nov 23 at 3:58




Dear @Rup, Thank you for your suggestion. I can able to get the response from Edge server to origin server via the web request. There is no proxy is configured in the servers and checked the tcpdump has received the packets as I expected. But still i am facing the proxy error.
– Prakash Asokan
Nov 23 at 3:58












In Network Monitoring device (river bird) we have whitelisted an Edge server IP. When trying a new checkout it is showing svn: E000110: Error running context: Connection timed out.
– Prakash Asokan
Nov 23 at 5:52




In Network Monitoring device (river bird) we have whitelisted an Edge server IP. When trying a new checkout it is showing svn: E000110: Error running context: Connection timed out.
– Prakash Asokan
Nov 23 at 5:52

















active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53412993%2fwhile-updating-in-svn-getting-http-status-502-proxy-error%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















 

draft saved


draft discarded



















































 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53412993%2fwhile-updating-in-svn-getting-http-status-502-proxy-error%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Lallio

Futebolista

Jornalista