one obvious item here (because of the error message for the ActiveImage product) is that you should recompile all those products and modules that have C-based extensions. the X extensions have been compiled with python 1. 5.2 and that might be problematic. recompile them with the python you use to run the zope instance. after that i suggest "big M"-logging and then the requestprofiler.py script that is part of zope. see http://zope.nipltd.com/public/lists/zope- archive.nsf/47ba74c812dbc5dd8025687f0024bb5f/85b58b9c552b7e5480256aac004bdbe3? OpenDocument for a little info about that. jens On Wednesday, October 31, 2001, at 05:24 , BZ wrote:
Been using Zope way too long to have this happen and not know why, but here I am. I installed 2.4.2 and moved over the Data.fs, /var/ and products from my 2.3.3. There were lots of little Product errors that I have worked out but Zope still crashes (or stops responding and restarts) every 12-20 minutes. Not a great uptime. <sigh>
Running it in debug mode I get this (this is it just crashing and restarting).
Any help would be great.
[root@server1 bluewildfire]# ./start ------ 2001-10-31T09:59:05 PROBLEM(100) Init Ambiguous name for method of Products.ActiveImages.ActiveImage.ActiveImage: "manage_properties" != "index_html" WARNING: Python C API version mismatch for module _imaging: This Python has API version 1010, module _imaging has version 1007. /usr/local/zope/bluewildfire/lib/python2.1/regsub.py:15: DeprecationWarning: the regsub module is deprecated; please use re.sub() DeprecationWarning) ------ 2001-10-31T09:59:14 INFO(0) Zope New disk product detected, determining if we need to fix up any ZClasses. ------ 2001-10-31T09:59:15 INFO(0) ZServer HTTP server started at Wed Oct 31 03: 59:15 2001 Hostname: (removed) Port: 80 ------ 2001-10-31T09:59:15 INFO(0) ZServer PCGI Server started at Wed Oct 31 03: 59:15 2001 Unix socket: /usr/local/zope/bluewildfire/var/pcgi.soc /usr/local/zope/bluewildfire/lib/python/SearchIndex/__init__.py:91: DeprecationWarning: The usage of the SearchIndex package is deprecated since Zope 2.4. This package is only kept for backwards compatibility for a while and will go away in a future release.
Please use instead the re-factored modules in Products/PluginIndexes.
warnings.warn("The usage of the SearchIndex package is deprecated since \ ------ 2001-10-31T10:03:57 PROBLEM(100) Init Ambiguous name for method of Products.ActiveImages.ActiveImage.ActiveImage: "manage_properties" != "index_html" WARNING: Python C API version mismatch for module _imaging: This Python has API version 1010, module _imaging has version 1007. /usr/local/zope/bluewildfire/lib/python2.1/regsub.py:15: DeprecationWarning: the regsub module is deprecated; please use re.sub() DeprecationWarning) ------ 2001-10-31T10:04:05 INFO(0) ZServer HTTP server started at Wed Oct 31 04: 04:05 2001 Hostname: (removed) Port: 80 ------ 2001-10-31T10:04:05 INFO(0) ZServer PCGI Server started at Wed Oct 31 04: 04:05 2001 Unix socket: /usr/local/zope/bluewildfire/var/pcgi.soc /usr/local/zope/bluewildfire/lib/python/SearchIndex/__init__.py:91: DeprecationWarning: The usage of the SearchIndex package is deprecated since Zope 2.4. This package is only kept for backwards compatibility for a while and will go away in a future release.
Please use instead the re-factored modules in Products/PluginIndexes.
warnings.warn("The usage of the SearchIndex package is deprecated since \
BZ