Re: Scheduled Tasks Error

2014-11-10 Thread Russ Michaels
restart of CF may have created a backup of the xml file > before > > > stopping, rendering the bak file empty as well. > > > > > > We moved to clustered configuration for scheduled tasks which keeps all > > the > > > tasks in a database instead of a file.

Re: Scheduled Tasks Error

2014-11-10 Thread Byron Mann
. A > > subsequent restart of CF may have created a backup of the xml file before > > stopping, rendering the bak file empty as well. > > > > We moved to clustered configuration for scheduled tasks which keeps all > the > > tasks in a database instead of a file. This

Re: Scheduled Tasks Error

2014-11-10 Thread Russ Michaels
equent restart of CF may have created a backup of the xml file before > stopping, rendering the bak file empty as well. > > We moved to clustered configuration for scheduled tasks which keeps all the > tasks in a database instead of a file. This has been really nice, since we > have

Re: Scheduled Tasks Error

2014-11-10 Thread Byron Mann
tered configuration for scheduled tasks which keeps all the tasks in a database instead of a file. This has been really nice, since we have 12 instance running for all our internals. I think the only issue we have seen is the next run time not being updated appropriately. I believe this has only hap

Re: Scheduled Tasks Error

2014-11-10 Thread John M Bliss
Only by restoring from backup. No clue as to root-cause / preventing it from happening again. On Sun, Nov 9, 2014 at 6:37 PM, Sebastian Powell wrote: > > >[crickets] :-) > > > > > > > > > > > > > > > >-- > >John Bliss - http://www.linkedin.com/in/jbliss > > I am experiencing the same issue on

Re: Scheduled Tasks Error

2014-11-09 Thread Russ Michaels
if you just restore that file from your backups, then everything should be good again :-) On Sun, Nov 9, 2014 at 11:37 PM, Sebastian Powell wrote: > > >[crickets] :-) > > > > > > > > > > > > > > > >-- > >John Bliss - http://www.linkedin.com/in/jbliss > > I am experiencing the same issue on CF

Re: Scheduled Tasks Error

2014-11-09 Thread Bryan Stevenson
Weekend ;-) chirp chirp *Bryan Stevenson*B.Comm. President & CEO Electric Edge Systems Group Inc. - makers of FACTS^(TM) phone: 250.480.0642 cell: 250.920.8830 e-mail: br...@electricedgesystems.com web: www.electricedgesystems.com

Re: Scheduled Tasks Error

2014-11-09 Thread Sebastian Powell
>[crickets] :-) > > > > > > > >-- >John Bliss - http://www.linkedin.com/in/jbliss I am experiencing the same issue on CF 11, neo-cron.xml all the scedheuled task vanished. and its an empty file. Did you manage to resolve this? ~~~

Re: Scheduled Tasks Error

2014-08-24 Thread John M Bliss
t; wrote: > >> ACF 10,0,12,286680 >> >> This AM, when I login to the admin and click Scheduled Tasks, I get the >> following error. Ideas? >> >> The system has attempted to use an undefined value, which usually >> indicates a programming error, either in y

Re: Scheduled Tasks Error

2014-08-23 Thread John M Bliss
Appears that my neo-cron.xml disappeared and neo-cron.bak is of size zero. Trying to restore from backup. Any idea how this could have happened? On Sat, Aug 23, 2014 at 9:48 AM, John M Bliss wrote: > ACF 10,0,12,286680 > > This AM, when I login to the admin and click Scheduled Tas

Scheduled Tasks Error

2014-08-23 Thread John M Bliss
ACF 10,0,12,286680 This AM, when I login to the admin and click Scheduled Tasks, I get the following error. Ideas? The system has attempted to use an undefined value, which usually indicates a programming error, either in your code or some system code. Null Pointers are another name for

Re: Scheduled Tasks Not Attempted

2014-08-20 Thread Byron Mann
Do you have logging your scheduled tasks enabled? Might shed some light. Does a CF restart fix the issue? Are these setup as clustered? If so I would check server time-stamps between CF and DB servers to ensure they are correct. Not sure if this would really matter, as I would think CF would

Scheduled Tasks Not Attempted

2014-08-20 Thread John M Bliss
Here's a strange one: ACF 10,0,12,286680 Scheduled Tasks not attempted. I have numerous Scheduled Tasks that run daily in the early AM hours. This AM, it appears that none of them ran. No errors. The Scheduled Task page in the Admin shows two types: Duration Interval Last Run Next Run S

Re: Scheduled Tasks Not Running

2014-04-03 Thread Byron Mann
I'd also add as a side note, that while you don't have to, you should always use SSL, when using the basic authentication. Byron Mann Lead Engineer & Architect HostMySite.com > > While Ian's post is still applicable and on point, scheduled task URLs > do not have to be anonymously accessible. Th

Re: Scheduled Tasks Not Running

2014-04-02 Thread Dave Watts
> This post is ancient, but still applicable (CF8). It's kind of messed up how > scheduled tasks have to be accessible > anonymously. While Ian's post is still applicable and on point, scheduled task URLs do not have to be anonymously accessible. They just have to use B

Re: Scheduled Tasks Not Running

2014-04-02 Thread Fred Ubercake
and privileged > information. Any unauthorized review, use, disclosure or > distribution is prohibited. If you are not the > intended recipient, please contact the sender and > delete any copies of this message. &

Re: Scheduled Tasks Running Twice

2014-04-01 Thread Akos Fortagh
we had this when tech support told us that our old server was shut down, then we found it wasn't and it was still executing the scheduled tasks. What does the scheduler log tell you? ~| Order the Adobe Coldfusion Antholog

Re: Scheduled Tasks Running Twice

2014-04-01 Thread main
ob...@austin-williams.com] > Sent: Tuesday, April 01, 2014 9:13 AM > To: cf-talk > Subject: Scheduled Tasks Running Twice > > > All of the sudden all of the scheduled CF tasks are running twice in a row, > one minute apart.

Re: Scheduled Tasks Running Twice

2014-04-01 Thread Russ Michaels
rob...@austin-williams.com] > Sent: Tuesday, April 01, 2014 9:13 AM > To: cf-talk > Subject: Scheduled Tasks Running Twice > > > All of the sudden all of the scheduled CF tasks are running twice in a > row, one minute apart. We can

RE: Scheduled Tasks Running Twice

2014-04-01 Thread Robert Harrison
l 01, 2014 9:13 AM To: cf-talk Subject: Scheduled Tasks Running Twice All of the sudden all of the scheduled CF tasks are running twice in a row, one minute apart. We can find no sign of duplicate tasks in the scheduler. Any ideas? Thanks, Ro

Scheduled Tasks Running Twice

2014-04-01 Thread Robert Harrison
All of the sudden all of the scheduled CF tasks are running twice in a row, one minute apart. We can find no sign of duplicate tasks in the scheduler. Any ideas? Thanks, Robert ~| Order the Adobe Coldfusion Anthology now!

Re: CF9 vs CF10 scheduled tasks

2014-02-24 Thread Gonzo Rock
On Sun, Feb 23, 2014 at 3:12 PM, <> wrote: > > >>Is it possible to run scheduled tasks in CF10 Standard Edition? > > It sure is. > However, there is now a restriction on the extension for the log file. It > can only be .txt or .log, for so called secirity reaso

Re: CF9 vs CF10 scheduled tasks

2014-02-24 Thread Dave Watts
> However, there is now a restriction on the extension for the log file. It can > only be .txt or .log, for so called secirity reason (?). This is also true in CF 9.0.2 and may be true in the latest CHF for 9.0.1. Dave Watts, CTO, Fig Leaf Software 1-202-527-9569 http://www.figleaf.com/ http://

Re: CF9 vs CF10 scheduled tasks

2014-02-24 Thread Claude Schnéegans
>>considering all the (well documented) problems it caused previously. Yes, I remember now. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archiv

Re: CF9 vs CF10 scheduled tasks

2014-02-23 Thread Russ Michaels
eb 23, 2014 at 11:12 PM, <> wrote: > > >>Is it possible to run scheduled tasks in CF10 Standard Edition? > > It sure is. > However, there is now a restriction on the extension for the log file. It > can only be .txt or

Re: CF9 vs CF10 scheduled tasks

2014-02-23 Thread Claude Schnéegans
>>Is it possible to run scheduled tasks in CF10 Standard Edition? It sure is. However, there is now a restriction on the extension for the log file. It can only be .txt or .log, for so called secirity reason (?). ~|

CF9 vs CF10 scheduled tasks

2014-02-23 Thread Gonzo Rock
We have pushed all our Manufacturing application installs since 2012 onto CF9 when we ran into what I recall was a scheduled tasks being moved into the Enterprise edition only issue. We couldn't set them up... somehow it was denied. It was simple for us to not worry about it and advise al

Re: too many scheduled tasks in the CF-backend

2013-12-22 Thread Bill Moniz
Yep. With a combination of cfschedule and a Java serviceFactory. You can retrieve a list of all scheduled tasks using the Java object then loop over it to delete based on whatever condition you like. You get back an array of structs where the name of each task is contained in the key "

too many scheduled tasks in the CF-backend

2013-12-22 Thread Uwe Degenhardt
-4000 scheduled tasks manually in the CF backend. :-( Any ideas how to do this ? We run CF 8 on Windows. Uwe P.S.: This message is a resend of my message from 12/17/2013 that obviously never got posted. ~| Order the

Re: Scheduled Tasks Oddity

2013-12-19 Thread John M Bliss
found is to make sure to always use capital names in CF10. Some are all-caps and some are mixed-case. All were failing to run. > don;t know how often you are running it, but maybe this might help http://blog.dkferguson.com/index.cfm/2012/12/6/ColdFusion-10-Scheduled-tasks-and-misfires Interest

Re: Scheduled Tasks Oddity

2013-12-18 Thread Russ Michaels
don;t know how often you are running it, but maybe this might help http://blog.dkferguson.com/index.cfm/2012/12/6/ColdFusion-10-Scheduled-tasks-and-misfires On Fri, Dec 13, 2013 at 7:23 PM, John M Bliss wrote: > > Running ACF 10,0,12,286680 > > Pull up CF Admin > Server Setti

Re: Scheduled Tasks Oddity

2013-12-18 Thread Jon Clausen
ead of a "Pause Scheduled Task" button. > > >> On Fri, Dec 13, 2013 at 2:23 PM, John M Bliss wrote: >> >> Running ACF 10,0,12,286680 >> >> Pull up CF Admin > Server Settings > Scheduled Tasks >> >> Click Run Scheduled Task button nex

Re: Scheduled Tasks Oddity

2013-12-18 Thread Ricardo Russon
uot; button. > > > > > > On Fri, Dec 13, 2013 at 2:23 PM, John M Bliss >wrote: > > > >> Running ACF 10,0,12,286680 > >> > >> Pull up CF Admin > Server Settings > Scheduled Tasks > >> > >> Click Run Scheduled Task button nex

Re: Scheduled Tasks Oddity

2013-12-18 Thread John M Bliss
ri, Dec 13, 2013 at 2:23 PM, John M Bliss wrote: > >> Running ACF 10,0,12,286680 >> >> Pull up CF Admin > Server Settings > Scheduled Tasks >> >> Click Run Scheduled Task button next to task that's known to work >> properly. Page refreshes quickly an

Re: Scheduled Tasks Oddity

2013-12-18 Thread John M Bliss
Another clue? Tasks in this state have a "Resume Scheduled Task" button instead of a "Pause Scheduled Task" button. On Fri, Dec 13, 2013 at 2:23 PM, John M Bliss wrote: > Running ACF 10,0,12,286680 > > Pull up CF Admin > Server Settings > Scheduled Tasks

Scheduled Tasks Oddity

2013-12-18 Thread John M Bliss
Running ACF 10,0,12,286680 Pull up CF Admin > Server Settings > Scheduled Tasks Click Run Scheduled Task button next to task that's known to work properly. Page refreshes quickly and CF tells me that it ran the task...but task did not actually run and I don't see any errors

Re: Copy Scheduled Tasks To ACF10

2013-04-09 Thread Russ Michaels
gt; >> > > > On Tue, Apr 9, 2013 at 12:04 PM, Russ Michaels < > r...@michaels.me.uk > >> > > >> > > > wrote: > >> > > > > >> > > > > > >> > > > > You could export them using the ColdFusi

Re: Copy Scheduled Tasks To ACF10

2013-04-09 Thread John M Bliss
sion archive or copy over >> the >> > > > > neo-cron.xml if it is compatible with cf10 >> > > > > >> > > > > Regards >> > > > > Russ Michaels >> > > > > www.michaels.me.uk >> > > > >

Re: Copy Scheduled Tasks To ACF10

2013-04-09 Thread John M Bliss
gt; > > Regards > > > > > Russ Michaels > > > > > www.michaels.me.uk > > > > > www.cfmldeveloper.com - Free CFML hosting for developers > > > > > www.cfsearch.com - CF search engine > > > > >

Re: Copy Scheduled Tasks To ACF10

2013-04-09 Thread Raymond Camden
> > > > www.michaels.me.uk > > > > www.cfmldeveloper.com - Free CFML hosting for developers > > > > www.cfsearch.com - CF search engine > > > > On Apr 9, 2013 6:02 PM, "John M Bliss" wrote: > > > > > > > > > > > &

Re: Copy Scheduled Tasks To ACF10

2013-04-09 Thread John M Bliss
gt; > > > Regards > > > Russ Michaels > > > www.michaels.me.uk > > > www.cfmldeveloper.com - Free CFML hosting for developers > > > www.cfsearch.com - CF search engine > > > On Apr 9, 2013 6:02 PM, "John M Bliss" wrote: > > > &g

Re: Copy Scheduled Tasks To ACF10

2013-04-09 Thread Russ Michaels
ichaels > > www.michaels.me.uk > > www.cfmldeveloper.com - Free CFML hosting for developers > > www.cfsearch.com - CF search engine > > On Apr 9, 2013 6:02 PM, "John M Bliss" wrote: > > > > > > > > Hi. I recently upgraded from ACF8 to ACF10

Re: Copy Scheduled Tasks To ACF10

2013-04-09 Thread Raymond Camden
arch engine > > On Apr 9, 2013 6:02 PM, "John M Bliss" wrote: > > > > > > > > Hi. I recently upgraded from ACF8 to ACF10 and, for whatever reason, my > > > scheduled tasks did not end up in ACF10. The ACF8 install is still > >

Re: Copy Scheduled Tasks To ACF10

2013-04-09 Thread John M Bliss
ds > Russ Michaels > www.michaels.me.uk > www.cfmldeveloper.com - Free CFML hosting for developers > www.cfsearch.com - CF search engine > On Apr 9, 2013 6:02 PM, "John M Bliss" wrote: > > > > > Hi. I recently upgraded from ACF8 to ACF10 and, for whatever reason

Re: Copy Scheduled Tasks To ACF10

2013-04-09 Thread Russ Michaels
ot; wrote: > > Hi. I recently upgraded from ACF8 to ACF10 and, for whatever reason, my > scheduled tasks did not end up in ACF10. The ACF8 install is still present > on the server. Is there a way to copy the scheduled tasks over > post-upgrade? Or will I need to re-add them all manu

Copy Scheduled Tasks To ACF10

2013-04-09 Thread John M Bliss
Hi. I recently upgraded from ACF8 to ACF10 and, for whatever reason, my scheduled tasks did not end up in ACF10. The ACF8 install is still present on the server. Is there a way to copy the scheduled tasks over post-upgrade? Or will I need to re-add them all manually? -- John Bliss - http

Re: Running Scheduled Tasks

2012-03-05 Thread Dave Watts
> We have a new server that I am trying to run scheduled tasks on.  Problem is, > the server does not have internet access out and it is an SSL site. > So I > cannot browse by IP because I get the SSL error that the host names do not > match.  I am able to add the IP/URL to the

Running Scheduled Tasks

2012-03-05 Thread Chad Baloga
We have a new server that I am trying to run scheduled tasks on. Problem is, the server does not have internet access out and it is an SSL site. So I cannot browse by IP because I get the SSL error that the host names do not match. I am able to add the IP/URL to the hosts file and browse to

Scheduled Tasks Running Multiple Threads

2011-11-09 Thread Dave Sueltenfuss
On CF 9.0.1, has anyone run into the issue of the CF server spawning multiple threads for the same scheduled task? To date, we have been unable to find a cause, or even a reason for this happening. The only solutions we have found to resolve it is to either restart the CF service or pause/edit the

Re: Log That Keeps Track of Scheduled Tasks

2010-12-11 Thread Mike Chabot
habot On Fri, Dec 10, 2010 at 11:53 AM, Asaf Peleg wrote: > > Hi, > I'm using CF8 and I have several scheduled tasks that run. I'm > investigating an issue that looks like the scheduler sometimes fails to > execute files. I'm making this assumption b/c the

Re: Log That Keeps Track of Scheduled Tasks

2010-12-10 Thread Ian Skinner
On 12/10/2010 8:53 AM, Asaf Peleg wrote: > Is there a log that CF keeps that records when it ran a task or something of > this nature. > You have to enable it from the ColdFusion Administrator. But then it will record the execution and scheduling of all the tasks. ~~

Log That Keeps Track of Scheduled Tasks

2010-12-10 Thread Asaf Peleg
Hi, I'm using CF8 and I have several scheduled tasks that run. I'm investigating an issue that looks like the scheduler sometimes fails to execute files. I'm making this assumption b/c the application.log didn't record any errors and I didn't get an email from m

RE: CF9 Paused Scheduled Tasks Still Running

2010-10-07 Thread Bobby Hartsfield
by not doing it. .:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Christopher Watson [mailto:skyg...@gmail.com] Sent: Thursday, October 07, 2010 9:29 PM To: cf-talk Subject: Re: CF9 Paused Scheduled Tasks Still Running I'm thinking that this

Re: CF9 Paused Scheduled Tasks Still Running

2010-10-07 Thread Christopher Watson
I'm thinking that this is maybe NOT the way things should be. In my opinion, the "Last Run" column, as the name suggests (and what one would typically want to see, don't you think?) should always display the date/time of the most recent ACTUAL RUN, or execution, of the Scheduled Task, not the l

RE: CF9 Paused Scheduled Tasks Still Running

2010-10-05 Thread Bobby Hartsfield
October 05, 2010 12:44 PM To: cf-talk Subject: CF9 Paused Scheduled Tasks Still Running I've got about 20 scheduled tasks set up in a CF9 installation, and I have every single one of them PAUSED. Yes, the second icon from the left in the "Actions" column of the Scheduled Tasks pa

RE: CF9 Paused Scheduled Tasks Still Running

2010-10-05 Thread DURETTE, STEVEN J (ATTASIAIT)
bject: CF9 Paused Scheduled Tasks Still Running I've got about 20 scheduled tasks set up in a CF9 installation, and I have every single one of them PAUSED. Yes, the second icon from the left in the "Actions" column of the Scheduled Tasks page in CF Admin shows as a "green l

CF9 Paused Scheduled Tasks Still Running

2010-10-05 Thread Christopher Watson
I've got about 20 scheduled tasks set up in a CF9 installation, and I have every single one of them PAUSED. Yes, the second icon from the left in the "Actions" column of the Scheduled Tasks page in CF Admin shows as a "green light" document, with the title (tool tip)

Re: Phantom Scheduled Tasks

2010-03-19 Thread denstar
On Fri, Mar 19, 2010 at 6:06 AM, Bryan S wrote: > > Den > > The Cron Job is running the URL on a remote Linux Server. The browser > settings on my PC would have no affect on it. It was just a Hail Mary, as you'd said it works fine from your browser, but both the cron job and the scheduled task do

RE: Phantom Scheduled Tasks

2010-03-19 Thread Bryan S
Den The Cron Job is running the URL on a remote Linux Server. The browser settings on my PC would have no affect on it. Bryan -Original Message- From: denstar [mailto:valliants...@gmail.com] Sent: Wednesday, March 17, 2010 7:31 PM To: cf-talk Subject: Re: Phantom Scheduled Tasks On

Re: Phantom Scheduled Tasks

2010-03-17 Thread denstar
On Wed, Mar 17, 2010 at 12:33 PM, Bryan S wrote: > > There is only one cfhttp call in the whole app and no cflocation calls. Maybe it's something with cookies, is all I can think of. What happens if you turn off cookies and whatnot in your browser, and then hit the URL? :Den -- Man acts as th

Re: Phantom Scheduled Tasks

2010-03-17 Thread Bryan S
I am now getting the same behavior running Event1 from a Linux Cron Job with the Cold Fusion Scheduled Tasks turned off. I have added new code to Event2.that prevents the undesired reports from running. This does not solve the mystery, however, and it could lead to other problems so I would

Re: Daylight Savings & Scheduled Tasks

2010-03-13 Thread Matt Quackenbush
CF relies on the JVM for time zone settings. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.c

Re: Daylight Savings & Scheduled Tasks

2010-03-13 Thread Terry Ford
>I usually use the following JVM arg (I'm in the central time zone): >-Duser.timezone=America/Chicago Hmm, thanks... but am still a little confused. What determines whether coldfusion/CFScheduler switches to daylight savings time? (A) the timezone settings in the OS or (B) settings in the JV

Re: Phantom Scheduled Tasks

2010-03-12 Thread Dorioo
> > Bryan > > -Original Message- > From: Dorioo [mailto:dor...@gmail.com] > Sent: Friday, March 12, 2010 10:42 AM > To: cf-talk > Subject: Re: Phantom Scheduled Tasks > > > I saw the timestamp but was wondering if your code was _only_ creating > the files or if

RE: Phantom Scheduled Tasks

2010-03-12 Thread Bryan S
lk Subject: Re: Phantom Scheduled Tasks I saw the timestamp but was wondering if your code was _only_ creating the files or if it was still calling the CFHTTP call _and_ creating the files. In other words, is it the CFHTTP call that triggers it? Regardless, if it's not your code, that 5 minu

RE: Phantom Scheduled Tasks

2010-03-12 Thread Bryan S
Steve I did a global search of the application and cfschedule appears no where. Bryan -Original Message- From: DURETTE, STEVEN J (ATTASIAIT) [mailto:sd1...@att.com] Sent: Friday, March 12, 2010 10:26 AM To: cf-talk Subject: RE: Phantom Scheduled Tasks Bryan, You don't by any c

Re: Phantom Scheduled Tasks

2010-03-12 Thread Dorioo
ld be something internal to CF. 1. The updater notes for CF7 include a fix for scheduled tasks running twice. Updater notes are never that detailed so this may be related to that. Running the updater is at least an option if not already done. 2. If you've already updated and it's still oc

RE: Phantom Scheduled Tasks

2010-03-12 Thread DURETTE, STEVEN J (ATTASIAIT)
time frame is. Steve -Original Message- From: Bryan S [mailto:bryansgroup...@gmail.com] Sent: Friday, March 12, 2010 10:21 AM To: cf-talk Subject: RE: Phantom Scheduled Tasks Gabriel Yes it does write another file five minutes later. Sorry, that is why I included the time stam

RE: Phantom Scheduled Tasks

2010-03-12 Thread Bryan S
Gabriel Yes it does write another file five minutes later. Sorry, that is why I included the time stamps to demonstrate that. I haven't experienced this with other scheduled tasks but none of the other scheduled tasks redirect to another URL either. Bryan -Original Message-

Re: Phantom Scheduled Tasks

2010-03-12 Thread Dorioo
So it wrote the file again 5 minutes later? Do any of your other scheduled tasks behave like this one? - Gabriel On Fri, Mar 12, 2010 at 9:59 AM, Bryan S wrote: > > Gabriel > > configNumber is an identifier I put on the URL called by the scheduled task. > I pass it all the

RE: Phantom Scheduled Tasks

2010-03-12 Thread Bryan S
2010 8:08 AM To: cf-talk Subject: Re: Phantom Scheduled Tasks Another test comes to mind. I'd change the call to run a report to do something else like write a text file that's named using a UUID. Does that file get written again 5 minutes later? Testing to see if the main task runs twic

RE: Phantom Scheduled Tasks

2010-03-12 Thread Earl, George
Bryan said: > Exactly 5 minutes later another identical URL fires and starts another > report. There is no indication in the Cold Fusion Scheduled Task log or in > my application logs that another Cold Fusion Scheduled Task fires. There > is > an indication in my application log that a URL calling

Re: Phantom Scheduled Tasks

2010-03-12 Thread Dorioo
n running twice and making a CFHTTP call. - Gabriel On Fri, Mar 12, 2010 at 7:56 AM, Bryan S wrote: > > I disabled all of the existing Scheduled Tasks relating to this application. > > I then deleted all of the existing Scheduled Tasks relating to this > application. > > I

RE: Phantom Scheduled Tasks

2010-03-12 Thread Bryan S
I disabled all of the existing Scheduled Tasks relating to this application. I then deleted all of the existing Scheduled Tasks relating to this application. I created a new Scheduled Task with a new name and an interval of 6 minutes instead of 10 or 7. The test results were identical. The

RE: Phantom Scheduled Tasks

2010-03-12 Thread Bryan S
Scheduled Tasks Something to test: I'd change the scheduled task to run at something other than 10 minutes and see if it affects that 5 minute timeframe. Then you'd at least know that the second one is definitely tied into the first one as the 5 minute window changes when you changed the

RE: Daylight Savings & Scheduled Tasks

2010-03-11 Thread Andrew Scott
When making changes to the local and region settings ColdFusion must be restarted, I am assuming you did that? -Original Message- From: Terry Ford [mailto:terryfor...@yahoo.com] Sent: Thursday, March 11, 2010 10:48 PM To: cf-talk Subject: Re: Daylight Savings & Scheduled Tasks

Re: Daylight Savings & Scheduled Tasks

2010-03-11 Thread Brad Wood
I usually use the following JVM arg (I'm in the central time zone): -Duser.timezone=America/Chicago ~Brad - Original Message - From: "Terry Ford" To: "cf-talk" Sent: Thursday, March 11, 2010 9:48 PM Subject: Re: Daylight Savings & Scheduled Tasks > D

Re: Daylight Savings & Scheduled Tasks

2010-03-11 Thread Terry Ford
>I personally would not have DST switched on for a server, and have it >disabled Thanks for the response. I just switched DST off on the server (RHEL linux: ln -s /usr/share/zoneinfo/Etc/GMT+6 localtime). However, the scheduler.log is still picking up CST somehow after a CF reboot: "task --

Re: Daylight Savings & Scheduled Tasks

2010-03-11 Thread Kym Kovan
On 12/03/2010 12:33, Terry Ford wrote: > > I have had the following problem the last couple of time changes, and would > like to know if there is a simple solution to fix it: > > I have a number of tasks that I need to run just after midnight, local time > (CT), whether it's standard CST or dayl

RE: Daylight Savings & Scheduled Tasks

2010-03-11 Thread Andrew Scott
s run after that or before that time. -Original Message- From: Terry Ford [mailto:terryfor...@yahoo.com] Sent: Thursday, March 11, 2010 8:33 PM To: cf-talk Subject: Daylight Savings & Scheduled Tasks I have had the following problem the last couple of time changes, and would like t

RE: Phantom Scheduled Tasks

2010-03-11 Thread Rick Faircloth
Bryan... Have you tried deleting your scheduled tasks and then re-entering them? Might clear the "cobwebs"... Rick -Original Message- From: Bryan S [mailto:bryansgroup...@gmail.com] Sent: Thursday, March 11, 2010 5:29 PM To: cf-talk Subject: RE: Phantom Scheduled Tasks

Daylight Savings & Scheduled Tasks

2010-03-11 Thread Terry Ford
I have had the following problem the last couple of time changes, and would like to know if there is a simple solution to fix it: I have a number of tasks that I need to run just after midnight, local time (CT), whether it's standard CST or daylight CDT. 12:01 AM. I use CF scheduler with s

Re: Phantom Scheduled Tasks

2010-03-11 Thread Dorioo
--Original Message- > From: Ian Skinner [mailto:h...@ilsweb.com] > Sent: Thursday, March 11, 2010 1:54 PM > To: cf-talk > Subject: Re: Phantom Scheduled Tasks > > > I have not followed this thread to know if this has been asked. > > But have you confirmed that t

RE: Phantom Scheduled Tasks

2010-03-11 Thread Bryan S
-talk Subject: Re: Phantom Scheduled Tasks I have not followed this thread to know if this has been asked. But have you confirmed that there is not another ColdFusion server (development, testing, cluster, something) calling that URL as another scheduled taks on that system. I've seen th

Re: Phantom Scheduled Tasks

2010-03-11 Thread Ian Skinner
I have not followed this thread to know if this has been asked. But have you confirmed that there is not another ColdFusion server (development, testing, cluster, something) calling that URL as another scheduled taks on that system. I've seen that in the past where somebody sets a schedule tas

RE: Phantom Scheduled Tasks

2010-03-11 Thread Bryan S
ot. I have been in regular contact with them about this issue. Bryan -Original Message- From: Dorioo [mailto:dor...@gmail.com] Sent: Thursday, March 11, 2010 1:31 PM To: cf-talk Subject: Re: Phantom Scheduled Tasks Is your scheduled task scheduled to run every 5 minutes? Do you have the l

Re: Phantom Scheduled Tasks

2010-03-11 Thread Dorioo
> Scheduled Tasks are activating twice. > > There is no indication in the Cold Fusion Scheduled Task log that the > Scheduled Tasks are running twice. > > There is no indication in my application logs that Event1 which is run by > the scheduled task is running twice. > > Ther

RE: Phantom Scheduled Tasks

2010-03-11 Thread Bryan S
Gabriel and Steve There is no indication in the Cold Fusion Scheduled Task log that the Scheduled Tasks are activating twice. There is no indication in the Cold Fusion Scheduled Task log that the Scheduled Tasks are running twice. There is no indication in my application logs that Event1 which

Re: Phantom Scheduled Tasks

2010-03-11 Thread Dorioo
"After restarting the server, the scheduled tasks are activated twice." ?? http://www.adobe.com/support/documentation/en/coldfusion/mx702/cf702_releasenotes.html - Gabriel On Thu, Mar 11, 2010 at 10:33 AM, DURETTE, STEVEN J (ATTASIAIT) wrote: > > Is the CF7 server fully pat

RE: Phantom Scheduled Tasks

2010-03-11 Thread DURETTE, STEVEN J (ATTASIAIT)
Scheduled Tasks The data are the same for both the desired call and the unexplained call to the URL exactly five minutes later. The five minute interval is very puzzling as is the fact that it only happens when Event1 is run *from the Cold Fusion 7 scheduler*. If I run event1 in a browser the second

RE: Phantom Scheduled Tasks

2010-03-11 Thread Bryan S
does not occur. Bryan -Original Message- From: Bryan S [mailto:bryansgroup...@gmail.com] Sent: Wednesday, March 10, 2010 4:19 PM To: 'cf-talk@houseoffusion.com' Subject: RE: Phantom Scheduled Tasks Steve Thanks very much. I've added those to my code and will run another

RE: Phantom Scheduled Tasks

2010-03-10 Thread Bryan S
e log gets kind of unwieldy with all of that in there. Bryan -Original Message- From: DURETTE, STEVEN J (ATTASIAIT) [mailto:sd1...@att.com] Sent: Wednesday, March 10, 2010 3:33 PM To: cf-talk Subject: RE: Phantom Scheduled Tasks Bryan, I normally save all of CGI/Form/URL. The main CGI

RE: Phantom Scheduled Tasks

2010-03-10 Thread DURETTE, STEVEN J (ATTASIAIT)
yan S [mailto:bryansgroup...@gmail.com] Sent: Wednesday, March 10, 2010 2:48 PM To: cf-talk Subject: RE: Phantom Scheduled Tasks Steve I already have logging code in there and it is storing the cgi.remote-addr the logged in user and information about the report it just started. As mentioned previously, I

RE: Phantom Scheduled Tasks

2010-03-10 Thread Bryan S
antom Scheduled Tasks Bryan, I'm just talking about a simple file with this information. Have it save for every call not just exceptions. Then you can see things like the browser used. If it is the cf scheduler that is somehow kicking it off then cfscheduler will be listed as the browser (or

RE: Phantom Scheduled Tasks

2010-03-10 Thread DURETTE, STEVEN J (ATTASIAIT)
hought well it's not that. (Happens to me quite often) Steve -Original Message- From: Bryan S [mailto:bryansgroup...@gmail.com] Sent: Wednesday, March 10, 2010 2:15 PM To: cf-talk Subject: RE: Phantom Scheduled Tasks I have code that dumps any exception to a file. Previously I put a c

RE: Phantom Scheduled Tasks

2010-03-10 Thread Bryan S
: DURETTE, STEVEN J (ATTASIAIT) [mailto:sd1...@att.com] Sent: Wednesday, March 10, 2010 1:54 PM To: cf-talk Subject: RE: Phantom Scheduled Tasks In event 2, put in something that saves off all the CGI/form/url variables to a file before it does any other processing. Then you can look at the file for

RE: Phantom Scheduled Tasks

2010-03-10 Thread Bryan S
Scheduled Tasks Also, what version of CF are you running? - Gabriel ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups

RE: Phantom Scheduled Tasks

2010-03-10 Thread Bryan S
st. Bryan -Original Message- From: John Drake [mailto:char...@ohmss.info] Sent: Wednesday, March 10, 2010 12:53 PM To: cf-talk Subject: Re: Phantom Scheduled Tasks Its a bit of a kludge - but could you add some cfif code to check the time and if it didn't meet the criteria it wouldn't p

RE: Phantom Scheduled Tasks

2010-03-10 Thread Bryan S
Gabriel O.K. I fixed the problem with the cfdump having two vars and no label but prior to reading your post showing my oversight I tried to do some file logging as shown below. The results of the top call to logEntry show in the file but the results of the second call do not. This occurred with

Re: Phantom Scheduled Tasks

2010-03-10 Thread Dorioo
e look at the values in cfhttp. > >                         > >                        cfhttp = >                         > > This problem is killing me. > > Bryan > > -Original Message- > From: Dorioo [mailto:dor...@gmail.com] > Sent: Wednesday, March

  1   2   3   4   >