19 Jun
2002
19 Jun
'02
5:53 p.m.
Antonio Carrasco writes:
I´m having problems with zope 2.5.1 on W98 when crashes, the light is off, or not correctly shutdown.
After that, I start the zserver but when I try to log in, the server crashes because of an error in logger.py in line 65, in maybe_flush, bad file descriptor. I lose my work and have to reinstall Zope. Maybe, your file is corrupted.
Start Zope in a way that you can see its standard output/error (do not know how to do this under Windows) add the following lines before the breaking "self.file.flush()": import sys print self.file.name; sys.stdout.flush() See what is printed and check that file. Dieter