[ZODB-Dev] Mysterious traceback

Randall F. Kern randy@spoke.net
Thu, 1 Mar 2001 15:29:33 -0800


I have some code running under Zope that causes the "AttributeError:
'None' object has no attribute load" error pretty frequently.  Sometimes
I also get the tpc_begin error.  I've patch Connection.py to dump error
messages to a log if it ever sets _storage to None, but the only time
that happens is on close().

If you have any suggestions for debugging, that would sure help.
-Randy