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

2002-01-15 Thread Andrew Sydelko
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 '\x

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

2002-01-15 Thread Matthew T. Kromer
Andrew Sydelko wrote: >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) Z

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

2002-01-15 Thread Chris McDonough
> in this particular case, ZEO is a red herring... In beta 4 (and > curiously, not on the HEAD--I'm sure I'll hear a "mea maxima culpa" soon > from someone) the base class for the SessionDataManagerTraverser was > made to be a persistent object. Since the base class changed, the ZODB > is now ha