All: I'm getting this error message every time I try to start Zope: /var/www/zope/lib/python/ts_regex.py:87: DeprecationWarning: the regex module is deprecated; please use the re module import regex, regsub #, Sync /usr/lib/python2.1/regsub.py:15: DeprecationWarning: the regsub module is deprecated; please use re.sub() DeprecationWarning) What gives, it was working fine then I got a call saying the site wasn't responding. So I restarted Zope and got this. Any help will be greatly appreciated. ============================================ Todd
On Thu, Aug 28, 2003 at 12:06:21PM -0400, Todd Loomis, (SAIC) wrote:
All:
I'm getting this error message every time I try to start Zope:
/var/www/zope/lib/python/ts_regex.py:87: DeprecationWarning: the regex module is deprecated; please use the re module import regex, regsub #, Sync /usr/lib/python2.1/regsub.py:15: DeprecationWarning: the regsub module is deprecated; please use re.sub() DeprecationWarning)
What gives, it was working fine then I got a call saying the site wasn't responding. So I restarted Zope and got this. Any help will be greatly appreciated.
Please search the mailing list archives. This is not an error. -- Paul Winkler http://www.slinkp.com Look! Up in the sky! It's PYSCHOMETRIC DISGRUNTLED BIOLOGIST! (random hero from isometric.spaceninja.com)
Paul, Thanks, however I've searched the mailing lists and found nothing. Also I consider this an error when Zope will not startup! ============================================ Todd -----Original Message----- From: zope-dev-bounces@zope.org [mailto:zope-dev-bounces@zope.org] On Behalf Of Paul Winkler Sent: Thursday, August 28, 2003 12:18 PM To: Zope-Dev@zope.org Subject: Re: [Zope-dev] Help!! On Thu, Aug 28, 2003 at 12:06:21PM -0400, Todd Loomis, (SAIC) wrote:
All:
I'm getting this error message every time I try to start Zope:
/var/www/zope/lib/python/ts_regex.py:87: DeprecationWarning: the regex module is deprecated; please use the re module import regex, regsub #, Sync /usr/lib/python2.1/regsub.py:15: DeprecationWarning: the regsub module is deprecated; please use re.sub() DeprecationWarning)
What gives, it was working fine then I got a call saying the site wasn't responding. So I restarted Zope and got this. Any help will be greatly appreciated.
Please search the mailing list archives. This is not an error. -- Paul Winkler http://www.slinkp.com Look! Up in the sky! It's PYSCHOMETRIC DISGRUNTLED BIOLOGIST! (random hero from isometric.spaceninja.com) _______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
On Thu, Aug 28, 2003 at 12:30:11PM -0400, Todd Loomis, (SAIC) wrote:
Paul,
Thanks, however I've searched the mailing lists and found nothing.
http://zope.nipltd.com/public/lists/zope-archive.nsf/Main?SearchView=&Query=... a lot of those are irrelevant - several will tell you the same thing I did.
Also I consider this an error when Zope will not startup!
This is just a warning. It *cannot* prevent zope from starting. Your problem is something else. You say zope is not starting... what happens when you try to start? What have you done to verify that zope isn't running? What platform are you on? What version of Zope? -- Paul Winkler http://www.slinkp.com Look! Up in the sky! It's THE BOAT! (random hero from isometric.spaceninja.com)
What have you done to verify that zope isn't running? When I do a start it comes back with these warnings in the log files and when I try to load the site it gives me a proxy error. What platform are you on? Redhat 7.2 What version of Zope? 2.4.3 ============================================ Todd Loomis Web Developer Defense Modeling & Simulation Office (SAIC) 1901 N. Beauregard Street, Suite 500 Alexandria, VA 22311 Office: (703) 824-3407 Fax: (703) 379-3778 -----Original Message----- From: zope-dev-bounces@zope.org [mailto:zope-dev-bounces@zope.org] On Behalf Of Paul Winkler Sent: Thursday, August 28, 2003 12:42 PM To: Zope-Dev@zope.org Subject: Re: [Zope-dev] Help!! On Thu, Aug 28, 2003 at 12:30:11PM -0400, Todd Loomis, (SAIC) wrote:
Paul,
Thanks, however I've searched the mailing lists and found nothing.
http://zope.nipltd.com/public/lists/zope-archive.nsf/Main?SearchView=&Query= DeprecationWarning a lot of those are irrelevant - several will tell you the same thing I did.
Also I consider this an error when Zope will not startup!
This is just a warning. It *cannot* prevent zope from starting. Your problem is something else. You say zope is not starting... what happens when you try to start? What have you done to verify that zope isn't running? What platform are you on? What version of Zope? -- Paul Winkler http://www.slinkp.com Look! Up in the sky! It's THE BOAT! (random hero from isometric.spaceninja.com) _______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
This is a wild guess. A common problem on UNIX is to run Zope initially as the root user. In that situation, even if you declare an "effective user" via the -u switch, the log files and pid files are written as the root user. It will run fine. Then later on, someone stops the process. You attempt to start the process as the "effective user". Because the initial log and pid files were written as the root user, the process cannot open them for writing and Zope will not start. As I said, a wild guess, but might be your problem here (especially as you don't seem to see anything useful in your log files). - C On Thu, 2003-08-28 at 12:53, Todd Loomis, (SAIC) wrote:
What have you done to verify that zope isn't running? When I do a start it comes back with these warnings in the log files and when I try to load the site it gives me a proxy error.
What platform are you on? Redhat 7.2
What version of Zope? 2.4.3 ============================================
Todd Loomis
Web Developer
Defense Modeling & Simulation Office (SAIC)
1901 N. Beauregard Street, Suite 500
Alexandria, VA 22311
Office: (703) 824-3407
Fax: (703) 379-3778
-----Original Message----- From: zope-dev-bounces@zope.org [mailto:zope-dev-bounces@zope.org] On Behalf Of Paul Winkler Sent: Thursday, August 28, 2003 12:42 PM To: Zope-Dev@zope.org Subject: Re: [Zope-dev] Help!!
On Thu, Aug 28, 2003 at 12:30:11PM -0400, Todd Loomis, (SAIC) wrote:
Paul,
Thanks, however I've searched the mailing lists and found nothing.
http://zope.nipltd.com/public/lists/zope-archive.nsf/Main?SearchView=&Query= DeprecationWarning
a lot of those are irrelevant - several will tell you the same thing I did.
Also I consider this an error when Zope will not startup!
This is just a warning. It *cannot* prevent zope from starting. Your problem is something else. You say zope is not starting... what happens when you try to start?
What have you done to verify that zope isn't running?
What platform are you on?
What version of Zope? -- Chris McDonough <chrism@zope.com> Zope Corporation
Hi all, We are facing a small issue in formulator. Suppose we have a fiels which is repetitve in nature for ex name1 , name2, name 3.........depending on the user input. If we want to validate these name we have to create required fields i.e name1, name2 etc..in validator in advance. Can we do the same using only one field in formulator i.e name and put all the derivatives of it like name1 , name 2 as a array to name. in that case, we can have more control in field handling and so would not have the headache of pre formation of the fields which may susbsequently increase later on. Looking forward for a reply.. Subhankar exteam ________________________________________________________________________ Yahoo! India Matrimony: Find your partner online. Go to http://yahoo.shaadi.com
Thanks, however I've searched the mailing lists and found nothing.
Wow really? http://www.google.ca/search?q=regsub.py%3A15%3A+DeprecationWarning+zope Something else is causing your problem then. What that might be, we need more information. -- Andy McKay http://www.agmweb.ca
What you see is not an error but a warning. It is not the reason why zope does not start up. What OS and what Zope Version are you using ? Robert Am Thursday 28 August 2003 18:30 schrieb Todd Loomis, \(SAIC\):
Paul,
Thanks, however I've searched the mailing lists and found nothing. Also I consider this an error when Zope will not startup!
============================================ Todd
-----Original Message----- From: zope-dev-bounces@zope.org [mailto:zope-dev-bounces@zope.org] On Behalf Of Paul Winkler Sent: Thursday, August 28, 2003 12:18 PM To: Zope-Dev@zope.org Subject: Re: [Zope-dev] Help!!
On Thu, Aug 28, 2003 at 12:06:21PM -0400, Todd Loomis, (SAIC) wrote:
All:
I'm getting this error message every time I try to start Zope:
/var/www/zope/lib/python/ts_regex.py:87: DeprecationWarning: the regex module is deprecated; please use the re module import regex, regsub #, Sync /usr/lib/python2.1/regsub.py:15: DeprecationWarning: the regsub module is deprecated; please use re.sub() DeprecationWarning)
What gives, it was working fine then I got a call saying the site wasn't responding. So I restarted Zope and got this. Any help will be greatly appreciated.
Please search the mailing list archives. This is not an error.
-- mit freundlichen Grüssen Robert Rottermann www.redCOR.ch
Hi Todd, This isn't the error that is preventing Zope from starting. This is a warning message. Startup should proceed normally thereafter. - c ----- Original Message ----- From: "Todd Loomis, (SAIC)" <tloomis@dmso.mil> To: <Zope-Dev@zope.org> Sent: Thursday, August 28, 2003 12:06 PM Subject: [Zope-dev] Help!!
All:
I'm getting this error message every time I try to start Zope:
/var/www/zope/lib/python/ts_regex.py:87: DeprecationWarning: the regex module is deprecated; please use the re module import regex, regsub #, Sync /usr/lib/python2.1/regsub.py:15: DeprecationWarning: the regsub module is deprecated; please use re.sub() DeprecationWarning)
What gives, it was working fine then I got a call saying the site wasn't responding. So I restarted Zope and got this. Any help will be greatly appreciated.
============================================
Todd
---------------------------------------------------------------------- ----------
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
participants (6)
-
Andy McKay -
Chris McDonough -
Exteam -
Paul Winkler -
robert -
Todd Loomis, (SAIC)