Hi all I've got a zope 2.4.3 running on linux. It has been running flawlessly for 6 months, but now is starting to act up. Every 6 hours or so the process stops. I checked the logs each time, and do not see any correlation between pages served and this problem. I was going to just upgrade to 2.5.1, but since it has been working alright so far I would just wait for the 2.6 stable. Are there any resources for troubleshooting this kind of problem? I went through the archives a bit, but god, yahoo groups just sucks. Are there any other list archives? Thanks for any ideas. -ed- -- Green Graphics ::: Print and Web Design ::: 510.923.0000
Ed Colmar wrote:
Hi all
I've got a zope 2.4.3 running on linux. It has been running flawlessly for 6 months, but now is starting to act up.
Every 6 hours or so the process stops. I checked the logs each time, and do not see any correlation between pages served and this problem.
I was going to just upgrade to 2.5.1, but since it has been working alright so far I would just wait for the 2.6 stable.
Are there any resources for troubleshooting this kind of problem? I went through the archives a bit, but god, yahoo groups just sucks. Are there any other list archives?
Thanks for any ideas.
-ed-
Hi Ed, There are known issues (problems) with some of the restricted python support (e.g. python scripts, DTML, and page templates) with Zope 2.4.3 that are resolved with the combination of Zope 2.4.4 and Python 2.1.3. I suspect if you upgrade you'll find your problems go away. -- Matt Kromer Zope Corporation http://www.zope.com/
Greetings Matt, and zope crew! I just installed 2.5.1 and the same thing happened... After about 4-6 hours zope just stops. Any other ideas as to how to start troubleshooting this? Is this a system issue, or a zope issue? One thing I notice that might be affecting it is that for some reason after starting zope in my terminal window with "./start &" I am unable to properly disconnect from the server. I have to close the window, and me ssh client asks me if I want to disconnect. Could this be affecting it? -e- On Tue, 9 Jul 2002, Matthew T. Kromer wrote:
Ed Colmar wrote:
Hi all
I've got a zope 2.4.3 running on linux. It has been running flawlessly for 6 months, but now is starting to act up.
Every 6 hours or so the process stops. I checked the logs each time, and do not see any correlation between pages served and this problem.
I was going to just upgrade to 2.5.1, but since it has been working alright so far I would just wait for the 2.6 stable.
Are there any resources for troubleshooting this kind of problem? I went through the archives a bit, but god, yahoo groups just sucks. Are there any other list archives?
Thanks for any ideas.
-ed-
Hi Ed,
There are known issues (problems) with some of the restricted python support (e.g. python scripts, DTML, and page templates) with Zope 2.4.3 that are resolved with the combination of Zope 2.4.4 and Python 2.1.3. I suspect if you upgrade you'll find your problems go away.
-- Green Graphics ::: Print and Web Design ::: 510.923.0000
Ed Colmar writes:
One thing I notice that might be affecting it is that for some reason after starting zope in my terminal window with "./start &" I am unable to properly disconnect from the server. I have to close the window, and me ssh client asks me if I want to disconnect.
Could this be affecting it? Does your Zope tries to output something to "the console"?
Start it with "nohup", with "STUPID_LOG_FILE=<your log file>" or redirect stdout and stderr explicitely. Dieter
participants (3)
-
Dieter Maurer -
Ed Colmar -
Matthew T. Kromer