bad zope crash and won't restart
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
The scary message is nothing to worry about, it's detritus from an upgrade of Zope to a newer version. Can you telnet to the port that Zope is running on? Joshua Newman wrote:
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
_______________________________________________ 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 McDonough Zope Corporation http://www.zope.org http://www.zope.com "Killing hundreds of birds with thousands of stones"
I can't telnet in to 8080 and I can't ftp into 8021. I see that the python processes are running but I can't get any zope process.
Sorry guys: I just had to clean out some zope processes that hadn't been stopped correctly. Zope's back up. I hate to muck up the helpful mailing list but I got a little freaked that I had busted up our server when I saw what looked like a message of corruption. newbitis? responsibilitoma? Thanks anyway. joshua
participants (2)
-
Chris McDonough -
Joshua Newman