I am trying to learn how to administer my Zope/ZEO servers and need to figure out what errors to care about. Is the ZEO error below something I can/should resolve. It occurs frequently in the storage_events.log. Thoughts? ------ 2002-02-03T16:33:10 ERROR(200) ZEO Server error Traceback (innermost last): File /usr/local/zope/2.4.3/lib/python/ZEO/StorageServer.py, line 304, in message_input File /usr/local/zope/2.4.3/lib/python/ZODB/FileStorage.py, line 625, in modifiedInVersion (Object: /usr/local/zope/instance/var/Data.fs) KeyError: ^@^@^@^@^@^@h<9E> ___________________ Tim Owen Cell: 517.285.7071 Home: 989.224.4905 eFax: 425.940.5905
Tim Owen wrote:
I am trying to learn how to administer my Zope/ZEO servers and need to figure out what errors to care about. Is the ZEO error below something I can/should resolve. It occurs frequently in the storage_events.log. Thoughts?
Corrupt Data.fs? cheers, Chris
Tim Owen writes:
I am trying to learn how to administer my Zope/ZEO servers and need to figure out what errors to care about. Is the ZEO error below something I can/should resolve. It occurs frequently in the storage_events.log. Thoughts?
------ 2002-02-03T16:33:10 ERROR(200) ZEO Server error Traceback (innermost last): File /usr/local/zope/2.4.3/lib/python/ZEO/StorageServer.py, line 304, in message_input File /usr/local/zope/2.4.3/lib/python/ZODB/FileStorage.py, line 625, in modifiedInVersion (Object: /usr/local/zope/instance/var/Data.fs) KeyError: ^@^@^@^@^@^@h<9E> Does not look good!
I have seen this, too. Restarting ZEO let it go away. It's not a good sign, though... Dieter
participants (3)
-
Chris Withers -
Dieter Maurer -
Tim Owen