While updating in SVN - getting HTTP status 502 Proxy Error












-1















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 '18 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 '18 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 '18 at 5:52
















-1















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 '18 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 '18 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 '18 at 5:52














-1












-1








-1


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 '18 at 21:04







Prakash Asokan

















asked Nov 21 '18 at 13:21









Prakash AsokanPrakash Asokan

818




818













  • 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 '18 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 '18 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 '18 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 '18 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 '18 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 '18 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 '18 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 '18 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 '18 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 '18 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 '18 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 '18 at 5:52












1 Answer
1






active

oldest

votes


















0














Here I have done the modification in subversion config files. In ~/.subversion/server file having a global configuration. I have an updated the http-bulk-updates option in Edge server as per the https://subversion.apache.org/docs/release-notes/1.8.html URL. Also, From the Network traffic monitor, we have a bypassed the server and client SVN. After only I have an get the proper response from Edge server side.






share|improve this answer























    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',
    autoActivateHeartbeat: false,
    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

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Here I have done the modification in subversion config files. In ~/.subversion/server file having a global configuration. I have an updated the http-bulk-updates option in Edge server as per the https://subversion.apache.org/docs/release-notes/1.8.html URL. Also, From the Network traffic monitor, we have a bypassed the server and client SVN. After only I have an get the proper response from Edge server side.






    share|improve this answer




























      0














      Here I have done the modification in subversion config files. In ~/.subversion/server file having a global configuration. I have an updated the http-bulk-updates option in Edge server as per the https://subversion.apache.org/docs/release-notes/1.8.html URL. Also, From the Network traffic monitor, we have a bypassed the server and client SVN. After only I have an get the proper response from Edge server side.






      share|improve this answer


























        0












        0








        0







        Here I have done the modification in subversion config files. In ~/.subversion/server file having a global configuration. I have an updated the http-bulk-updates option in Edge server as per the https://subversion.apache.org/docs/release-notes/1.8.html URL. Also, From the Network traffic monitor, we have a bypassed the server and client SVN. After only I have an get the proper response from Edge server side.






        share|improve this answer













        Here I have done the modification in subversion config files. In ~/.subversion/server file having a global configuration. I have an updated the http-bulk-updates option in Edge server as per the https://subversion.apache.org/docs/release-notes/1.8.html URL. Also, From the Network traffic monitor, we have a bypassed the server and client SVN. After only I have an get the proper response from Edge server side.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Dec 6 '18 at 7:11









        Prakash AsokanPrakash Asokan

        818




        818
































            draft saved

            draft discarded




















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            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

            Can a sorcerer learn a 5th-level spell early by creating spell slots using the Font of Magic feature?

            ts Property 'filter' does not exist on type '{}'

            Notepad++ export/extract a list of installed plugins