[ZODB-Dev] What is the proper ZEO server version to run with Zope-2.7.2

Rodrigo Dias Arruda Senra rodsenra at gpr.com.br
Fri Aug 6 15:45:31 EDT 2004


 Hi,
 I wonder what is the proper ZEO server version 
(I believe ==ZODB package) to run with Zope-2.7.2-0 ? 

 I tried to glue: 
    Zope-2.7.2-0 
    ZEO 2.0 (ZODB3-3.3.0b1.win32-py2.3) # I know this is develop.
    Python 2.3.4

 Apparently, Zope mounted a zeo-served subdir ok, due to a connected
 status according to Zope's Control Panel/Database.
 
 But when I tried to simultaneously use a second Zeo client:

>>> from ZEO import ClientStorage
>>> storage = ClientStorage.ClientStorage(('192.168.0.20',8088))
>>> from ZODB.DB import DB
>>> db = DB(storage)
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "C:\Python23\Lib\site-packages\ZODB\DB.py", line 127, in __init__
    storage.load('\0\0\0\0\0\0\0\0','')
  File "C:\Python23\Lib\site-packages\ZEO\ClientStorage.py", line 738,in load
    return self.loadEx(oid, version)[:2]
  File "C:\Python23\Lib\site-packages\ZEO\ClientStorage.py", line 761, in loadEx 
    data, tid, ver = self._server.loadEx(oid, version)
  File "C:\Python23\Lib\site-packages\ZEO\ServerStub.py", line 187, in loadEx
    return self.rpc.call("loadEx", oid, version)
  File "C:\Python23\Lib\site-packages\ZEO\zrpc\connection.py", line 371, in call
    r_flags, r_args = self.wait(msgid)
  File "C:\Python23\Lib\site-packages\ZEO\zrpc\connection.py", line 461, in wait
    raise DisconnectedError()
ZEO.zrpc.error.DisconnectedError
>>>

 I'd appreciate any comment or hints on this.

 best regards,
 Rod Senra

 PS: Thank you all for this wonderful product, I did a 
     distributed TimeTracking ZODB based app and it was
     a breeze.


More information about the ZODB-Dev mailing list