[Zope] Zope not restarting itself after crash
Dieter Maurer
dieter@handshake.de
Wed, 7 Nov 2001 23:11:50 +0100
Ron Bickers writes:
> > -----Original Message-----
> > From: Dieter Maurer [mailto:dieter@handshake.de]
>
> > > Aiieee! 32533 exited with error code: 256
> > "error code: 256" means "exit(1)".
> > Some component in your Zope system calls this...
>
> Does this mean I should be able to find "exit(1)" somewhere in my Zope code
> or in a Zope product's code?
Yes, but it may come from external "C" code (--> database adapter)
> > Seems to be quite an old Zope because some time ago (I think for
> > 2.2.2 or 2.2.3) changes have been made to prevent a restart
> > when a start/restart immediately failed.
>
> It's currently Zope 2.4.1, but if I recall, it happened with 2.3.x as well.
> I guess the changes didn't work. :-)
Indeed, seems so...
Dieter