House of Fusion
Home of the ColdFusion Community

Search cf-server

December 03, 2008

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
   1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31       

Search over 2,500 ColdFusion resources here  >>>      
Home / Groups / ColdFusion Server (CF-Server)

Scheduled task problems

Author:
Shawn McKee
09/28/2007 01:15 PM

Runs just fine when done directly in the browser and even when called using the run button in the UI.  I have actually noticed two other boxes where tasks are running but not being recorded in the scheduler log, scary. This is on a Linux system BTW.  May not make any difference I simply failed to mention it in the original post. Shawn The scheduled tasks are run as a cfhttp call. Confirm the task runs okay on your server, then confirm it runs okay as a cfhttp call. Then I'd try different server names (127.0.0.1, localhost, [servername]). I've had a bit of trouble with two tasks scheduled at the same time, or at a multiple of 5 (1:05am, 1:10am, etc.) when hidden CFadmin tasks may run. I set my tasks to times like 1:14am) best, Chris Reply-To: cf-server@houseoffusion.com Date:  Fri, 28 Sep 2007 10:06:27 -0500 >Of three MX 6.1 servers that I have tried I can only get a scheduled task >running on one of them.  The UI indicates that the task has been scheduled >but it never runs.  The scheduler log file on the box where things work ends >up with this message when the task is created. > >[taskName] Activating2 on Thu Sep 27 18:02:00 CDT 2007 To run on :Thu Sep 27 >18:15:00 CDT 2007 > >The boxes where it fails to run do not get this.  This particular task is >set to run every 15 minutes but I have tried once only and once a day as >well.  I have tried times more than 20 minutes in the future as the start >time as well. > >Am I missing a CF Admin setting somewhere? > >Shawn McKee > >


Mailing Lists