Hi. Zope periodically spins upon a request, and this error is continually written to the STUPID_LOG_FILE: 2002-06-27T21:35:26 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x87\x86' Traceback (innermost last): File D:\zope\lib\python\ZODB\Connection.py, line 447, in setstate AttributeError: 'None' object has no attribute 'load' OS is W2K and Zope is 2.5.1. I am using the ZODBC product if that is helpful. I've seen discussion on this topic in the forums, but have not found a clear answer as to why or how to correct. Any thoughts? Harlow Pinson Indepth Learning Email: hpinson@indepthl.com Web: http://www.indepthl.com Voice: 505-994-2135 FAX: 208-475-7678
hpinson@indepthl.com writes:
Hi. Zope periodically spins upon a request, and this error is continually written to the STUPID_LOG_FILE:
2002-06-27T21:35:26 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x87\x86' Traceback (innermost last): File D:\zope\lib\python\ZODB\Connection.py, line 447, in setstate AttributeError: 'None' object has no attribute 'load' Are you using a Python before version 2.1.3? It so, upgrade!
Dieter
Yes, I'm sure that we are using Python 2.1.3-- but on W2K. I've seen several references to this problem now, but no solution. It seems that every now and then, a zope hang (spinning) occurs, and the only solution we have seen is for the user is to reload the page. This seems to cure the problem. A look at the STUPID_LOG_FILE shows the error that I mentioned. Harlow Pinson Indepth Learning Email: hpinson@indepthl.com Web: http://www.indepthl.com Voice: 505-994-2135 FAX: 208-475-7678
participants (2)
-
Dieter Maurer -
hpinson@indepthl.com