[Zope] bad zope crash and won't restart
Joshua Newman
josh@jnew.org
27 May 2002 17:09:02 -0500
I was trying to edit properties of a zclass from a python script with
something like:
proc=getattr(resFolder.Procedures, id)
print proc.propertysheets.propertyIds()
and I had a sudden freeze in my system which now won't restart.
When I try it hangs (if I run the init.d script and here is the scary
message I get when I >./start
[root@imfpr Zope]# /usr/local/Zope/lib/python/ts_regex.py:15:
DeprecationWarning: the regex module is deprecated; please use the re module
import regex, regsub #, Sync
/usr/local/Zope/lib/python2.1/regsub.py:15: DeprecationWarning: the
regsub module is deprecated; please use re.sub()
DeprecationWarning)
and then it looks like there's a process running but no pages serve
up.
Please help.
joshua