Auto restart (at Zope's own initiative !!!)
This happened on my newly installed Zope 2.5.0 (on debian box) I don't remember having done something special (just when browsing folders through the ZMI) and working alone on this server. Here is the console log... (nothing special before) 2002-01-28T20:00:31 ERROR(200) zdaemon zdaemon: Mon Jan 28 21:00:31 2002: Aiieee! 2664 exited with error code: 11 ------ 2002-01-28T20:00:31 INFO(0) zdaemon zdaemon: Mon Jan 28 21:00:31 2002: Houston, we have forked ------ (start log as usual after) Any hint ?
Are you using the source distribution? If so, can you try to run it with Python 2.1.2 as opposed to any other version of Python? Gilles Lenfant wrote:
This happened on my newly installed Zope 2.5.0 (on debian box) I don't remember having done something special (just when browsing folders through the ZMI) and working alone on this server.
Here is the console log...
(nothing special before) 2002-01-28T20:00:31 ERROR(200) zdaemon zdaemon: Mon Jan 28 21:00:31 2002: Aiieee! 2664 exited with error code: 11 ------ 2002-01-28T20:00:31 INFO(0) zdaemon zdaemon: Mon Jan 28 21:00:31 2002: Houston, we have forked ------ (start log as usual after)
Any hint ?
_______________________________________________ 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 )
Chris, That's exactly the way I'm doing... This is from the Zope /Control_Panel: Zope Version (Zope 2.5.0 (source release, python 2.1, linux2), python 2.1.2, linux2) Python Version 2.1.2 (#1, Jan 16 2002, 15:42:46) [GCC 2.95.2 20000220 (Debian GNU/Linux)] ----- Original Message ----- From: "Chris McDonough" <chrism@zope.com> To: "Gilles Lenfant" <glenfant@bigfoot.com> Cc: <zope@zope.org> Sent: Monday, January 28, 2002 11:43 PM Subject: Re: [Zope] Auto restart (at Zope's own initiative !!!)
Are you using the source distribution? If so, can you try to run it with Python 2.1.2 as opposed to any other version of Python?
That's a very disappointing error report. You have no idea how disappointing it is. :-( You were just browsing the ZMI? You were exercising no codepaths that might kick off a relational database request or exercise another C extenision? Gilles Lenfant wrote:
Chris,
That's exactly the way I'm doing... This is from the Zope /Control_Panel:
Zope Version (Zope 2.5.0 (source release, python 2.1, linux2), python 2.1.2, linux2) Python Version 2.1.2 (#1, Jan 16 2002, 15:42:46) [GCC 2.95.2 20000220 (Debian GNU/Linux)]
----- Original Message ----- From: "Chris McDonough" <chrism@zope.com> To: "Gilles Lenfant" <glenfant@bigfoot.com> Cc: <zope@zope.org> Sent: Monday, January 28, 2002 11:43 PM Subject: Re: [Zope] Auto restart (at Zope's own initiative !!!)
Are you using the source distribution? If so, can you try to run it with Python 2.1.2 as opposed to any other version of Python?
Chris, I was just changing view from a folder to another folder with the left frame tree of the ZMI when the problem occured. This happened twice till now. Some hints (if it helps)... The log shows sometimes lines like this (even if these scripts are not executed AFAIK) 2002-01-29T09:46:48 PROBLEM(100) Script (Python) Object "getCategories" needs to be recompiled. ------ 2002-01-29T09:46:48 PROBLEM(100) Script (Python) Object "infosSitesRiches" needs to be recompiled. - I change some stuff in the script to force recompilation but it does'nt help. I installed CMF 1.2 and DCWorkflow 0.4.2 but was not working within a CMF stuff when this occured. I'm gonna try to reproduce this problem and send more info if possible. --Gilles ----- Original Message ----- From: "Chris McDonough" <chrism@zope.com> To: "Gilles Lenfant" <glenfant@bigfoot.com> Cc: <zope@zope.org> Sent: Tuesday, January 29, 2002 12:18 AM Subject: Re: [Zope] Auto restart (at Zope's own initiative !!!)
That's a very disappointing error report. You have no idea how disappointing it is. :-( You were just browsing the ZMI? You were exercising no codepaths that might kick off a relational database request or exercise another C extenision?
Let me weep a little. OK, I'm done. Wait! Recompile those Python scripts (by changing them slightly and resaving them) and restart the server. See if the problem goes away. I bet it will. - C Gilles Lenfant wrote:
Chris,
I was just changing view from a folder to another folder with the left frame tree of the ZMI when the problem occured. This happened twice till now.
Some hints (if it helps)...
The log shows sometimes lines like this (even if these scripts are not executed AFAIK)
2002-01-29T09:46:48 PROBLEM(100) Script (Python) Object "getCategories" needs to be recompiled. ------ 2002-01-29T09:46:48 PROBLEM(100) Script (Python) Object "infosSitesRiches" needs to be recompiled. -
I change some stuff in the script to force recompilation but it does'nt help.
I installed CMF 1.2 and DCWorkflow 0.4.2 but was not working within a CMF stuff when this occured.
I'm gonna try to reproduce this problem and send more info if possible.
--Gilles
----- Original Message ----- From: "Chris McDonough" <chrism@zope.com> To: "Gilles Lenfant" <glenfant@bigfoot.com> Cc: <zope@zope.org> Sent: Tuesday, January 29, 2002 12:18 AM Subject: Re: [Zope] Auto restart (at Zope's own initiative !!!)
That's a very disappointing error report. You have no idea how disappointing it is. :-( You were just browsing the ZMI? You were exercising no codepaths that might kick off a relational database request or exercise another C extenision?
participants (2)
-
Chris McDonough -
Gilles Lenfant