[issue28968] xml rpc server fails with connection reset by peer error no 104

2021-04-26 Thread Irit Katriel
Irit Katriel added the comment: 2.7 is no longer maintained. Please create a new issue with full reproduction information if you are still having this problem in 3.8+. -- nosy: +iritkatriel stage: -> resolved status: open -> closed ___ Python trac

[issue28968] xml rpc server fails with connection reset by peer error no 104

2016-12-23 Thread Martin Panter
Martin Panter added the comment: Python 2.6 is quite old and doesn’t even receive security patches any more as far as I know. I would start by trying 2.7, or failing that, try backporting the changes from Issue 6267. My guess is this is related to persistent HTTP connections being dropped. I

[issue28968] xml rpc server fails with connection reset by peer error no 104

2016-12-22 Thread Manish Singh
Manish Singh added the comment: Below is the information sent to python-dev group === [ Issue ] I have used xml rpc library with transport as http. My client and server are running on same host. Some xml rpc requests fail

[issue28968] xml rpc server fails with connection reset by peer error no 104

2016-12-22 Thread Manish Singh
Manish Singh added the comment: Hi Jim, Thank you for replying. As you are suggesting that there is a firewall setting. Then in that case every request should fail, right? But in my case only few request fail(4 out 20 requests). Have you seen my mail sent to python-dev group through gmail? -

[issue28968] xml rpc server fails with connection reset by peer error no 104

2016-12-22 Thread Jim Jewett
Jim Jewett added the comment: When I see a message like that, it normally means there is a firewall getting in my way. -- nosy: +Jim.Jewett ___ Python tracker ___ __

[issue28968] xml rpc server fails with connection reset by peer error no 104

2016-12-21 Thread R. David Murray
R. David Murray added the comment: The python-list mailing list subscription info can be found on the mail.python.org web page. It is also gatewayed to a usenet news group. -- ___ Python tracker _

[issue28968] xml rpc server fails with connection reset by peer error no 104

2016-12-21 Thread Manish Singh
Manish Singh added the comment: Hi David, How can i port it to main python-dev list. Need to mail on it or some other group is there so that we can send the message to it. -- ___ Python tracker _

[issue28968] xml rpc server fails with connection reset by peer error no 104

2016-12-20 Thread R. David Murray
R. David Murray added the comment: I'm sorry, I don't have time to dig in to this right now. Hopefully someone else can pick it up. You might try posting on the python-list mailing list, there are several core devs who hang out there and might be interested in the problem. -- nosy:

[issue28968] xml rpc server fails with connection reset by peer error no 104

2016-12-19 Thread Manish Singh
Manish Singh added the comment: Hi Davud Murray, Can you reply to above comments. -- ___ Python tracker ___ ___ Python-bugs-list mail

[issue28968] xml rpc server fails with connection reset by peer error no 104

2016-12-16 Thread Manish Singh
Manish Singh added the comment: Hi David Murray, Please refer this link, http://stackoverflow.com/questions/383738/104-connection-reset-by-peer-socket-error-or-when-does-closing-a-socket-resu -- ___ Python tracker

[issue28968] xml rpc server fails with connection reset by peer error no 104

2016-12-15 Thread Manish Singh
Manish Singh added the comment: Hi David Murray, Thanks for replying. I have mentioned that my client and server are running on same host. So communication is going through localhost address. I have checked for possible reasons of connection reset by peer error, below are the possible causes,

[issue28968] xml rpc server fails with connection reset by peer error no 104

2016-12-15 Thread R. David Murray
R. David Murray added the comment: Connection reset by peer means the far end has terminated the connection. You'll probably need to do some protocol analysis (wireshark or a similar tool) to find out why the connection is being dropped, or perhaps you can look at the far end logging. As it

[issue28968] xml rpc server fails with connection reset by peer error no 104

2016-12-14 Thread Manish Singh
Changes by Manish Singh : -- nosy: +loewis ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.

[issue28968] xml rpc server fails with connection reset by peer error no 104

2016-12-14 Thread Manish Singh
Manish Singh added the comment: Hi loewis, Can you please look into this issue -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue28968] xml rpc server fails with connection reset by peer error no 104

2016-12-14 Thread Manish Singh
New submission from Manish Singh: I have used xml rpc library with transport http. My client and server are running on same host. In normal load scenario(20% cpu usage, 80% memory usage, 18 GB memory free), some request of xml rpc client fails with connection reset by peer error. I have used