[ZODB-Dev] Problems with ZEO 0.5.0, Zope 2.3.1 & NT

Jeremy Hylton jeremy@digicool.com
Fri, 6 Apr 2001 14:54:22 -0400 (EDT)


The exception you are seeing is actually getting raised on the
StorageServer.  The exception you see on the client side is raised
when the zrpc call returns a pickled exception. 

I'm not sure what the problem in the server is, though.  find_global
is an attribute on the unpickler used to unpickle an incoming
message.  I don't see how an AttributeError would get raised.

Jeremy