TimerService/ZopeScheduler runs but doesn't run scripts......
Hi I've set up ZopeScheduler and TimerService to run a basic pack the ZODB script based on a time period. It won't run for some reason. TimerService starts up fine and listend. I get this in the log but no info on a script being run. I have the correct path and time info in ZopeScheduler. Zope 2.8.7 Windows. Thanks 2006-09-30T13:20:09 INFO ZopeScheduler Process timer tick at Sat Sep 30 13:20:09 2006 ------ 2006-09-30T13:30:09 INFO ZopeScheduler Process timer tick at Sat Sep 30 13:30:09 2006 ------ 2006-09-30T13:40:09 INFO ZopeScheduler Process timer tick at Sat Sep 30 13:40:09 200ch
Yu could instead use ClockServer... it's built in to Zope 2.10 but can be used in older versions via a product... see http:// www.plope.com/software/ClockServer/ for code and docs. - C On Oct 2, 2006, at 11:42 AM, michaelntmilne wrote:
Hi
I've set up ZopeScheduler and TimerService to run a basic pack the ZODB script based on a time period. It won't run for some reason. TimerService starts up fine and listend.
I get this in the log but no info on a script being run. I have the correct path and time info in ZopeScheduler. Zope 2.8.7 Windows.
Thanks
2006-09-30T13:20:09 INFO ZopeScheduler Process timer tick at Sat Sep 30 13:20:09 2006
------ 2006-09-30T13:30:09 INFO ZopeScheduler Process timer tick at Sat Sep 30 13:30:09 2006
------ 2006-09-30T13:40:09 INFO ZopeScheduler Process timer tick at Sat Sep 30 13:40:09 200ch _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Hi Chris I'm on Windows for this project and Clock Server mentions compiling using C++. Now I've compiled using Python but would rather not get involved in the hard core :-) I may just resort to a Windows batch process which calls the Zope process. Frustrating though that ZopeScheduler appears not to work on Windows ----- Original Message ---- From: Chris McDonough <chrism@plope.com> To: michaelntmilne <michaelntmilne@yahoo.co.uk> Cc: zope@zope.org Sent: Monday, 2 October, 2006 5:09:48 PM Subject: Re: [Zope] TimerService/ZopeScheduler runs but doesn't run scripts...... Yu could instead use ClockServer... it's built in to Zope 2.10 but can be used in older versions via a product... see http:// www.plope.com/software/ClockServer/ for code and docs. - C On Oct 2, 2006, at 11:42 AM, michaelntmilne wrote:
Hi
I've set up ZopeScheduler and TimerService to run a basic pack the ZODB script based on a time period. It won't run for some reason. TimerService starts up fine and listend.
I get this in the log but no info on a script being run. I have the correct path and time info in ZopeScheduler. Zope 2.8.7 Windows.
Thanks
2006-09-30T13:20:09 INFO ZopeScheduler Process timer tick at Sat Sep 30 13:20:09 2006
------ 2006-09-30T13:30:09 INFO ZopeScheduler Process timer tick at Sat Sep 30 13:30:09 2006
------ 2006-09-30T13:40:09 INFO ZopeScheduler Process timer tick at Sat Sep 30 13:40:09 200ch _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Forget it. You're on Windows. nevermind. - C On Oct 2, 2006, at 11:42 AM, michaelntmilne wrote:
Hi
I've set up ZopeScheduler and TimerService to run a basic pack the ZODB script based on a time period. It won't run for some reason. TimerService starts up fine and listend.
I get this in the log but no info on a script being run. I have the correct path and time info in ZopeScheduler. Zope 2.8.7 Windows.
Thanks
2006-09-30T13:20:09 INFO ZopeScheduler Process timer tick at Sat Sep 30 13:20:09 2006
------ 2006-09-30T13:30:09 INFO ZopeScheduler Process timer tick at Sat Sep 30 13:30:09 2006
------ 2006-09-30T13:40:09 INFO ZopeScheduler Process timer tick at Sat Sep 30 13:40:09 200ch _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
but it *should* work on windows as well. Ok, it's not the ultimate platform but ignoring it or not making sure products work on it undermines the expansion of zope and zope related products ----- Original Message ---- From: Chris McDonough <chrism@plope.com> To: michaelntmilne <michaelntmilne@yahoo.co.uk> Cc: zope@zope.org Sent: Monday, 2 October, 2006 5:58:58 PM Subject: Re: [Zope] TimerService/ZopeScheduler runs but doesn't run scripts...... Forget it. You're on Windows. nevermind. - C On Oct 2, 2006, at 11:42 AM, michaelntmilne wrote:
Hi
I've set up ZopeScheduler and TimerService to run a basic pack the ZODB script based on a time period. It won't run for some reason. TimerService starts up fine and listend.
I get this in the log but no info on a script being run. I have the correct path and time info in ZopeScheduler. Zope 2.8.7 Windows.
Thanks
2006-09-30T13:20:09 INFO ZopeScheduler Process timer tick at Sat Sep 30 13:20:09 2006
------ 2006-09-30T13:30:09 INFO ZopeScheduler Process timer tick at Sat Sep 30 13:30:09 2006
------ 2006-09-30T13:40:09 INFO ZopeScheduler Process timer tick at Sat Sep 30 13:40:09 200ch _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
--On 3. Oktober 2006 15:32:07 +0000 michaelntmilne <michaelntmilne@yahoo.co.uk> wrote:
but it *should* work on windows as well. Ok, it's not the ultimate platform but ignoring it or not making sure products work on it undermines the expansion of zope and zope related products
Nonsense. There are always reasons why a software might only certain operating systems - either because on some limitations of the operating systems itself or because of software constraints. -aj
michaelntmilne wrote:
but it *should* work on windows as well. Ok, it's not the ultimate platform but ignoring it or not making sure products work on it undermines the expansion of zope and zope related products
There you go, once again making assertions about what work other people should be doing without any consideration of whether or not they give a monkeys and without offering to pay them to do what is, after all, your work... Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
Simply good advice. I'm not asking for people to do my work for me! I'm perfectly capable of doing it myself thanks very much. I've got everything running using VisualCron for Windows. There is a general disdain of Windows which does have a basis but which I find slightly short sighted at times. Anyway, this product should say it doesn't work or hasn't been tested on Windows if that is the case. Chris Withers <chris@simplistix.co.uk> wrote: michaelntmilne wrote:
but it *should* work on windows as well. Ok, it's not the ultimate platform but ignoring it or not making sure products work on it undermines the expansion of zope and zope related products
There you go, once again making assertions about what work other people should be doing without any consideration of whether or not they give a monkeys and without offering to pay them to do what is, after all, your work... Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk --------------------------------- All new Yahoo! Mail "The new Interface is stunning in its simplicity and ease of use." - PC Magazine
On 10/4/06, michaelntmilne <michaelntmilne@yahoo.co.uk> wrote:
Simply good advice. I'm not asking for people to do my work for me! I'm perfectly capable of doing it myself thanks very much. I've got everything running using VisualCron for Windows. There is a general disdain of Windows which does have a basis but which I find slightly short sighted at times.
Windows is a pain in the ass as a server platform. That said it's OK for Python development, as long as you don't need a c-compiler, it's a good desktop, and it is absolutely necessary to support for demos. So I agree, the disdain for Windows is short-sighted. An unix sucks as desktop. (Although it seems to me though that Windows suck more and more and Unix less and less, so in a couple of years...) ;) -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/
michaelntmilne wrote:
Simply good advice. I'm not asking for people to do my work for me!
Did anyone ask you for advice? ;-)
I'm perfectly capable of doing it myself thanks very much.
I'm sure the authors look forward to your patches and unit tests...
There is a general disdain of Windows which does have a basis but which I find slightly short sighted at times.
You're ranting at one of the few people on this list who does a lot of Zope development on Windows...
Anyway, this product should say it doesn't work or hasn't been tested on Windows if that is the case.
Should is say it doesn't work on a Sinclair Spectrum or iPod while it's at it? Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
By the way, it used to work fine on cygwin (was Zope 2.7 when I last used it on a windows+cygwin box)... ;) My 2 euro cents. Pascal
De : Chris Withers <chris@simplistix.co.uk> Date : Thu, 05 Oct 2006 09:38:25 +0100 À : <michaelntmilne@yahoo.co.uk> Cc : <zope@zope.org> Objet : Re: [Zope] TimerService/ZopeScheduler runs but doesn't run scripts......
michaelntmilne wrote:
Simply good advice. I'm not asking for people to do my work for me!
Did anyone ask you for advice? ;-)
I'm perfectly capable of doing it myself thanks very much.
I'm sure the authors look forward to your patches and unit tests...
There is a general disdain of Windows which does have a basis but which I find slightly short sighted at times.
You're ranting at one of the few people on this list who does a lot of Zope development on Windows...
Anyway, this product should say it doesn't work or hasn't been tested on Windows if that is the case.
Should is say it doesn't work on a Sinclair Spectrum or iPod while it's at it?
Chris
-- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. www.mimesweeper.com **********************************************************************
By the way, it used to work fine on cygwin (was Zope 2.7 when I last used it on a windows+cygwin box)... ;)
My 2 euro cents.
Pascal
Thing is the documentation doesn't mention anything about cygwin at all. Pascal Peregrina <Pperegrina@Lastminute.com> wrote: By the way, it used to work fine on cygwin (was Zope 2.7 when I last used it on a windows+cygwin box)... ;) My 2 euro cents. Pascal
De : Chris Withers Date : Thu, 05 Oct 2006 09:38:25 +0100 À : Cc : Objet : Re: [Zope] TimerService/ZopeScheduler runs but doesn't run scripts......
michaelntmilne wrote:
Simply good advice. I'm not asking for people to do my work for me!
Did anyone ask you for advice? ;-)
I'm perfectly capable of doing it myself thanks very much.
I'm sure the authors look forward to your patches and unit tests...
There is a general disdain of Windows which does have a basis but which I find slightly short sighted at times.
You're ranting at one of the few people on this list who does a lot of Zope development on Windows...
Anyway, this product should say it doesn't work or hasn't been tested on Windows if that is the case.
Should is say it doesn't work on a Sinclair Spectrum or iPod while it's at it?
Chris
-- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. www.mimesweeper.com ********************************************************************** --------------------------------- All new Yahoo! Mail "The new Interface is stunning in its simplicity and ease of use." - PC Magazine
Did anyone ask you for advice? ;-)
Well if you're not open to opinion then you have a closed mind
I'm sure the authors look forward to your patches and unit tests...
? I'm not a programmer and don't aspire to be one. Does everyone have to program? What about division of labour or are you stuck in the dark ages?
You're ranting at one of the few people on this list who does a lot of Zope development on Windows...
Your mind is more open that I thought :-)
Should is say it doesn't work on a Sinclair Spectrum or iPod while it's at it?
Illogical - Does Zope run on a Spectrum?No. Does Zope run on an iPod? No. (not even a computing plaform by the way) Does Zope run on Windows? Yes. Does the product claim to work on Zope on Windows - Yes. Chris Withers <chris@simplistix.co.uk> wrote: michaelntmilne wrote:
Simply good advice. I'm not asking for people to do my work for me!
Did anyone ask you for advice? ;-)
I'm perfectly capable of doing it myself thanks very much.
I'm sure the authors look forward to your patches and unit tests...
There is a general disdain of Windows which does have a basis but which I find slightly short sighted at times.
You're ranting at one of the few people on this list who does a lot of Zope development on Windows...
Anyway, this product should say it doesn't work or hasn't been tested on Windows if that is the case.
Should is say it doesn't work on a Sinclair Spectrum or iPod while it's at it? Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk --------------------------------- Now you can scan emails quickly with a reading pane. Get the new Yahoo! Mail.
must remember not to feed the trolls... must remember not to feed the trolls... think happy thoughts... michaelntmilne wrote:
Did anyone ask you for advice? ;-)
Well if you're not open to opinion then you have a closed mind
I'm sure the authors look forward to your patches and unit tests...
? I'm not a programmer and don't aspire to be one. Does everyone have to program? What about division of labour or are you stuck in the dark ages?
You're ranting at one of the few people on this list who does a lot of Zope development on Windows...
Your mind is more open that I thought :-)
Should is say it doesn't work on a Sinclair Spectrum or iPod while it's at it?
Illogical - Does Zope run on a Spectrum?No. Does Zope run on an iPod? No. (not even a computing plaform by the way) Does Zope run on Windows? Yes. Does the product claim to work on Zope on Windows - Yes.
Chris Withers <chris@simplistix.co.uk> wrote: michaelntmilne wrote:
Simply good advice. I'm not asking for people to do my work for me!
Did anyone ask you for advice? ;-)
I'm perfectly capable of doing it myself thanks very much.
I'm sure the authors look forward to your patches and unit tests...
There is a general disdain of Windows which does have a basis but which I find slightly short sighted at times.
You're ranting at one of the few people on this list who does a lot of Zope development on Windows...
Anyway, this product should say it doesn't work or hasn't been tested on Windows if that is the case.
Should is say it doesn't work on a Sinclair Spectrum or iPod while it's at it?
Chris
------------------------------------------------------------------------
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
yes well just don't get involved in the original conversation if you have nothing constructive to offer. and if you think i am a troll then you're more ignorant that i thought. you come up with some ignorant original comments based on emotive language and then fail to follow this up with any logical debate at all...amazing. Chris Withers <chris@simplistix.co.uk> wrote: must remember not to feed the trolls... must remember not to feed the trolls... think happy thoughts... michaelntmilne wrote:
Did anyone ask you for advice? ;-)
Well if you're not open to opinion then you have a closed mind
I'm sure the authors look forward to your patches and unit tests...
? I'm not a programmer and don't aspire to be one. Does everyone have to program? What about division of labour or are you stuck in the dark ages?
You're ranting at one of the few people on this list who does a lot of Zope development on Windows...
Your mind is more open that I thought :-)
Should is say it doesn't work on a Sinclair Spectrum or iPod while it's at it?
Illogical - Does Zope run on a Spectrum?No. Does Zope run on an iPod? No. (not even a computing plaform by the way) Does Zope run on Windows? Yes. Does the product claim to work on Zope on Windows - Yes.
Chris Withers wrote: michaelntmilne wrote:
Simply good advice. I'm not asking for people to do my work for me!
Did anyone ask you for advice? ;-)
I'm perfectly capable of doing it myself thanks very much.
I'm sure the authors look forward to your patches and unit tests...
There is a general disdain of Windows which does have a basis but which I find slightly short sighted at times.
You're ranting at one of the few people on this list who does a lot of Zope development on Windows...
Anyway, this product should say it doesn't work or hasn't been tested on Windows if that is the case.
Should is say it doesn't work on a Sinclair Spectrum or iPod while it's at it?
Chris
------------------------------------------------------------------------
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk --------------------------------- Try the all-new Yahoo! Mail . "The New Version is radically easier to use" The Wall Street Journal
participants (6)
-
Andreas Jung -
Chris McDonough -
Chris Withers -
Lennart Regebro -
michaelntmilne -
Pascal Peregrina