[ZODB-Dev] Weird ZEO Error on Windows

Chris Withers chrisw@nipltd.com
Thu, 22 Nov 2001 11:28:48 +0000


Hi,

Dunno if anyone can shed any light on this, looks like the "Connection Reset By
Peer" errors are coming back :-(

In the STUPID_LOG_FILE:

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: ('x.nipltd.com', 0000))
  File c:\zope\2-4-0_base\lib\python\ZEO\zrpc.py, line 228, in __call__
    (Object: dispatcher)
error: (10054, 'Connection reset by peer')

And on the console:

Traceback (most recent call last):
  File "c:\zope\2-4-0_base\lib\python\ZEO\zrpc.py", line 165, in connect
    self.aq_parent.notifyConnected(s)
  File "c:\zope\2-4-0_base\lib\python\ZEO\ClientStorage.py", line 244, in notify
Connected
    cached=self._cache.open()
  File "c:\zope\2-4-0_base\lib\python\ZEO\ClientCache.py", line 233, in open
    self._pos=read_index(index, serial, f[current], current)
  File "c:\zope\2-4-0_base\lib\python\ZEO\ClientCache.py", line 430, in read_ind
ex
    tlen, vlen, dlen = unpack(">iHi", h[9:19])
TypeError: object is not callable: None

any ideas?

cheers,

Chris