[ZODB-Dev] 'Connection Reset by Peer' back again:-(

Shane Hathaway shane@zope.com
Wed, 09 Jan 2002 17:53:38 -0500


Chris Withers wrote:

> Getting a lot of these again causing one of our ZEO processes to die:
> 
> 
>>Traceback (innermost last):
>>  File c:\zope\2-4-0_base\lib\python\ZODB\Transaction.py, line 301, in commit
>>  File c:\zope\2-4-0_base\lib\python\ZODB\Connection.py, line 633, in tpc_begin
>>  File c:\zope\2-4-0_base\lib\python\ZEO\ClientStorage.py, line 483, in tpc_begin
>>    (Object: ('tachyon.nipltd.com', 6969))
>>  File c:\zope\2-4-0_base\lib\python\ZEO\zrpc.py, line 228, in __call__
>>    (Object: dispatcher)
>>error: (10054, 'Connection reset by peer')


This error looks like it isn't the cause but the symptom of an exception 
happening on the storage server.  Do you have a storage server log?

Shane