• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

CF 10 Scheduler Not Running

New Here ,
Aug 05, 2013 Aug 05, 2013

Copy link to clipboard

Copied

Hi,

We added few schedulers which runs on daily basis and after few days we found that schedulers did not run and in scheduler.log file found that all misfired. We tried to set option On Misfire = “Fire now”, but we got error:

An error occured scheduling the task.

Advance Scheduling support is not available in this edition of ColdFusion server.

We are using standard edition of CF10, Is there any solutions to fix it?

Thanks in advance

Mamun

Views

1.1K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 05, 2013 Aug 05, 2013

Copy link to clipboard

Copied

LATEST

@Mamun, are you really asking if you can use the “on misfire” in Standard? The answer would be “no”. The event handling features for scheduled tasks are one of several that are not supported in Standard.

That said, you should not have seen options you cannot use. Are you saying you DO see those? Or might it be that you are setting those on another machine (perhaps using the free Developer edition) and then trying to bring those over to the CF Standard server by copying the neo*.xml files? I could see that causing this problem.

And more to your first problem, that the scheduled tasks are misfiring, are you perhaps trying to use features in just the task itself that may also be not supported in Standard?

How about making things simpler, as a test: create a new task (in CF10 Standard), to do whatever it is that’s failing. Does it still fail? If so, what do you see in the CF logs? Or if nothing, what do you see if you tell the scheduled task to save its output to a file?

Debugging scheduled tasks is often a challenge, but those couple of tricks will generally make it clear what’s failing. And then if you can’t solve it, let us know and perhaps we can help here.

/charlie


/Charlie (troubleshooter, carehart.org)

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation