I came across this error sometimes and everything works fine but not sure why this comes.
Sandeep Sent from my iPhone > On 23-Aug-2019, at 9:57 PM, Abhilash Raj <[email protected]> wrote: > >> On Fri, Aug 23, 2019, at 8:31 AM, sandeep kumar wrote: >> Hi Team >> >> We observed the following error after starting the mailman-suite. If some >> one has experienced the same please provide any inputs. >> >> >> Exception happened during processing of request from ('127.0.0.1', >> 50210) >> Traceback (most recent call last): >> File "/usr/lib64/python3.6/socketserver.py", line 651, in >> process_request_thread >> self.finish_request(request, client_address) >> File "/usr/lib64/python3.6/socketserver.py", line 361, in >> finish_request >> self.RequestHandlerClass(request, client_address, self) >> File "/usr/lib64/python3.6/socketserver.py", line 721, in __init__ >> self.handle() >> File >> "/var/lib/mailman/venv3/lib64/python3.6/site-packages/Django-2.1.8-py3.6.egg/django/core/servers/basehttp.py", >> line 171, in handle >> self.handle_one_request() >> File >> "/var/lib/mailman/venv3/lib64/python3.6/site-packages/Django-2.1.8-py3.6.egg/django/core/servers/basehttp.py", >> line 179, in handle_one_request >> self.raw_requestline = self.rfile.readline(65537) >> File "/usr/lib64/python3.6/socket.py", line 586, in readinto >> return self._sock.recv_into(b) >> ConnectionResetError: [Errno 104] Connection reset by peer > > Do you see this once or do you keep seeing this continuously > and nothing works? > > This looks to me an actual Connection Reset by Peer error and > someone somewhere dropped the connection, so nothing specific > to worry about. > >> >> -- >> Regards >> Sandeep Kumar >> +91-9642669192 >> _______________________________________________ >> Mailman-Developers mailing list -- [email protected] >> To unsubscribe send an email to [email protected] >> https://mail.python.org/mailman3/lists/mailman-developers.python.org/ >> Mailman FAQ: https://wiki.list.org/x/AgA3 >> >> Security Policy: https://wiki.list.org/x/QIA9 >> > > -- > thanks, > Abhilash Raj (maxking) > _______________________________________________ > Mailman-Developers mailing list -- [email protected] > To unsubscribe send an email to [email protected] > https://mail.python.org/mailman3/lists/mailman-developers.python.org/ > Mailman FAQ: https://wiki.list.org/x/AgA3 > > Security Policy: https://wiki.list.org/x/QIA9 _______________________________________________ Mailman-Developers mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/mailman-developers.python.org/ Mailman FAQ: https://wiki.list.org/x/AgA3 Security Policy: https://wiki.list.org/x/QIA9
