about Zope 2.6.0 stability
Hello, has anyone get some problem with Zope 2.6.0 stability ?? I got some strange random errors, like - error 5 input/ouput ... - files not found, then they came back after a zope restart ... many strange things, that they are repaired after a restart. Perhaps some incompatible with products ? I'm just using : - TransparentFolder - HTML widgets - a simple Product I've developed with Zope 2.4.1 Have you got a idea, a tips for tracking ? thanx for reading ;o) Cyrille
cyrille wrote:
Hello,
has anyone get some problem with Zope 2.6.0 stability ?? I got some strange random errors, like - error 5 input/ouput ... - files not found, then they came back after a zope restart ... many strange things, that they are repaired after a restart.
Perhaps some incompatible with products ? I'm just using : - TransparentFolder - HTML widgets - a simple Product I've developed with Zope 2.4.1
Have you got a idea, a tips for tracking ?
thanx for reading ;o) Cyrille
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Hmm, maybe the new Zope error log is your friend? \Oliver
Oliver Marx a écrit:
cyrille wrote:
Hello,
has anyone get some problem with Zope 2.6.0 stability ?? I got some strange random errors, like - error 5 input/ouput ... - files not found, then they came back after a zope restart ... many strange things, that they are repaired after a restart.
Perhaps some incompatible with products ? I'm just using : - TransparentFolder - HTML widgets - a simple Product I've developed with Zope 2.4.1
Have you got a idea, a tips for tracking ?
thanx for reading ;o) Cyrille
Hmm, maybe the new Zope error log is your friend?
Yes, I use it. And it say only something like error 5 Input/Output I will post the traceback when errors will comeback. Because there is a horrible thing with that new error_log, is that it is erased at each server restart ... Cyrille
On Thu, Oct 24, 2002 at 11:26:25AM +0200, cyrille wrote:
Hmm, maybe the new Zope error log is your friend?
Yes, I use it. And it say only something like error 5 Input/Output I will post the traceback when errors will comeback.
That sounds like the usual "Zope tried to write something to the tty it started from, which has since been closed" problem. Assuming you're on some Unix variety, try stopping Zope, starting it in a terminal or window that you *won't* close anytime soon, and see if it prints anything while it's running. If it does, see if there's a -D flag in your startup options that can be removed, or check into the nohup command to redirect its output into a file. -- Mike Renfro / R&D Engineer, Center for Manufacturing Research, 931 372-3601 / Tennessee Technological University -- renfro@tntech.edu
cyrille writes:
has anyone get some problem with Zope 2.6.0 stability ?? I got some strange random errors, like - error 5 input/ouput ... I have seen this when Zope tries to write on some file descriptor which is no longer open (a socket or a terminal).
- files not found, then they came back after a zope restart ... many strange things, that they are repaired after a restart. I have seen this when Zope runs out of filedescriptors.
This easily happens when you use HomeSite (aka ColdFusion Studio) to edit Zope objects. It may also happen with other editors connecting to Zope via FTP. Dieter
participants (4)
-
cyrille -
Dieter Maurer -
Mike Renfro -
Oliver Marx