Zope-2.5.1 restart failed
Hi all, i have a problem restarting my Zope-2.5.1 TTW. If i hit the Restart-button in the Control_Panel Zope seems to restart, but if i click on Root-Folder in the menu i got ValueError: I/O operation on closed file The stupid-log say the following 2002-10-11T06:00:45 INFO(0) ApplicationManager Restart requested by "andre" ------ 2002-10-11T06:01:00 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x00T' Traceback (innermost last): File /usr/share/zope/lib/python/ZODB/Connection.py, line 447, in setstate File /usr/share/zope/lib/python/ZODB/FileStorage.py, line 582, in load (Object: /var/zope/var/Data.fs) File /usr/share/zope/lib/python/ZODB/FileStorage.py, line 558, in _load (Object: /var/zope/var/Data.fs) ValueError: I/O operation on closed file It seems to me the Zope is not starting correctly, or i'am wrong I'am running Zope-2.5.1 on RedHat 7.2 with python2-2.1.1-2. Thanks in advance for your help.
Andre Schubert wrote:
2002-10-11T06:01:00 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x00T' Traceback (innermost last): File /usr/share/zope/lib/python/ZODB/Connection.py, line 447, in setstate File /usr/share/zope/lib/python/ZODB/FileStorage.py, line 582, in load (Object: /var/zope/var/Data.fs) File /usr/share/zope/lib/python/ZODB/FileStorage.py, line 558, in _load (Object: /var/zope/var/Data.fs) ValueError: I/O operation on closed file
Yeah, I've seen this too. Is your zope running in a chroot'ed / jail'ed environment? This is the only time I've seen it, should it be classed as a bug? cheers, Chris
On Fri, 11 Oct 2002 11:24:57 +0100 Chris Withers <chrisw@nipltd.com> wrote:
Andre Schubert wrote:
2002-10-11T06:01:00 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x00T' Traceback (innermost last): File /usr/share/zope/lib/python/ZODB/Connection.py, line 447, in setstate File /usr/share/zope/lib/python/ZODB/FileStorage.py, line 582, in load (Object: /var/zope/var/Data.fs) File /usr/share/zope/lib/python/ZODB/FileStorage.py, line 558, in _load (Object: /var/zope/var/Data.fs) ValueError: I/O operation on closed file
Yeah, I've seen this too. Is your zope running in a chroot'ed / jail'ed environment? This is the only time I've seen it, should it be classed as a bug?
cheers,
Chris
I have a installation without chroot or jail, everything is normal. greets, as
Andre Schubert wrote:
I have a installation without chroot or jail, everything is normal.
Sounds like a job for http://collector.zope.org... cheers, Chris
participants (2)
-
Andre Schubert -
Chris Withers