[Zope-dev] Zope 2.5.0b4 problems w/ ZEO

Andrew Sydelko sydelko@ecn.purdue.edu
Tue, 15 Jan 2002 15:18:05 -0500


Trying to start a ZEO client using Zope 2.5.0b4 doesn't
work:

------
2002-01-15T20:13:20 INFO(0) client Trying to connect to server: ('192.168.1.52', 8900)
------
2002-01-15T20:13:20 INFO(0) ClientStorage Connected to storage
------
2002-01-15T20:13:20 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x00\x02'
Traceback (innermost last):
  File /data/www/Zope.8/src/Zope-2.5.0b4-src/lib/python/ZODB/Connection.py, line 471, in setstate
TypeError: ('__init__() takes exactly 3 arguments (1 given)', <extension class Products.Sessions.SessionDataManager.SessionDataManagerTraverser at 88ba2f8>, ())

------
2002-01-15T20:13:20 PANIC(300) z2 Startup exception
------
2002-01-15T20:13:20 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x00\x02'
Traceback (innermost last):
  File /data/www/Zope.8/src/Zope-2.5.0b4-src/lib/python/ZODB/Connection.py, line 471, in setstate 
TypeError: ('__init__() takes exactly 3 arguments (1 given)', <extension class Products.Sessions.SessionDataManager.SessionDataManagerTraverser at 88ba2f8>, ())

Traceback (innermost last):
  File /data/www/Zope.8/Zope/z2.py, line 495, in ?
  File <string>, line 1, in ?
  File /data/www/Zope.8/src/Zope-2.5.0b4-src/lib/python/Zope/__init__.py, line 71, in ?  
  File /data/www/Zope.8/src/Zope-2.5.0b4-src/lib/python/OFS/Application.py, line 245, in initialize
  File /data/www/Zope.8/src/Zope-2.5.0b4-src/lib/python/ZODB/Connection.py, line 471, in setstate
TypeError: ('__init__() takes exactly 3 arguments (1 given)', <extension class Products.Sessions.SessionDataManager.SessionDataManagerTraverser at 88ba2f8>, ())

------
2002-01-15T20:13:21 PROBLEM(100) zdaemon zdaemon: Tue Jan 15 15:13:21 2002: The kid, 12557, died on me.


Any ideas or suggestions?

--andy.