[ZODB-Dev] ZEO error

alan runyan alan runyan" <runyaga@runyaga.com
Fri, 25 Oct 2002 18:50:38 -0500


i apologize Jeremy.  I remember you saying you were going
to be more explicit on the ZEO Clients about these errors ;-)
I always forget that ZEO Server errors are not propagated
to the clients.  

l name 'sys' is not defined
Traceback (innermost last):
  Module ZEO.StorageServer, line 586, in store
  Module ZODB.FileStorage, line 702, in store
  Module ZODB.ConflictResolution, line 96, in tryToResolveConflict
  Module ZODB.ConflictResolution, line 79, in load_class
NameError: global name 'sys' is not defined

cheers,
~runyaga

p.s. if there is anything I can do to help.. just tell me


----- Original Message ----- 
From: "Jeremy Hylton" <jeremy@zope.com>
To: "alan runyan" <runyaga@runyaga.com>
Cc: <zodb-dev@zope.org>
Sent: Friday, October 25, 2002 6:38 PM
Subject: Re: [ZODB-Dev] ZEO error


> The error occurred on the server, and the exception was propagated back
> to the client.  Do you have logging enabled on your ZEO server?  There
> should be a traceback in the log.
> 
> Jeremy
>