[Zope] Zope 2.4.2 crashing every 15 minutes! help...
BZ
bz@bwanazulia.com
Wed, 31 Oct 2001 05:24:36 -0500
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