[ZODB-Dev] setstate errors spinning Zope out of control

Behrens Matt - Grand Rapids Matt.Behrens@Kohler.Com
Tue, 05 Feb 2002 10:42:46 -0500


I've seen setstate errors like this in the archives, but it's said there 
that they are harmless.  On my system, they dump about 1M to my 
stupid_log_file, seemingly in a loop, before Solaris kills the process 
(for reasons I'm not quite clear on yet.)

I did the _p_jar bit to see what they are, and they're the property 
source in my XUF.  This property source does work just fine most of the 
time.  I'm quite confused as to why this is happening occasionally, and 
would appreciate it if anyone could hazard a guess.

Here's a sampling:

------
2002-02-05T15:35:48 ERROR(200) ZODB Couldn't load state for 
'\x00\x00\x00\x00\x0
0\x00*\xb9'
Traceback (innermost last):
   File 
/export/home/b14741/Zope-2.4.4b1-solaris-2.6-sparc/lib/python/ZODB/Connec
tion.py, line 519, in setstate
AttributeError: 'None' object has no attribute 'load'


------
2002-02-05T15:35:48 ERROR(200) ZODB Couldn't load state for 
'\x00\x00\x00\x00\x0
0\x00\x1e\xca'
Traceback (innermost last):
   File 
/export/home/b14741/Zope-2.4.4b1-solaris-2.6-sparc/lib/python/ZODB/Connec
tion.py, line 519, in setstate
AttributeError: 'None' object has no attribute 'load'


------
2002-02-05T15:35:48 ERROR(200) ZODB Couldn't load state for 
'\x00\x00\x00\x00\x0
0\x00\x00\x01'
Traceback (innermost last):
   File 
/export/home/b14741/Zope-2.4.4b1-solaris-2.6-sparc/lib/python/ZODB/Connec
tion.py, line 519, in setstate
AttributeError: 'None' object has no attribute 'load'