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

ColdFusion 10 scheduled tasks disappear

New Here ,
Jul 10, 2014 Jul 10, 2014

hi there,

We are in process of installing CF 10 on linux 6.5. application migrated from CF 9 to CF 10 and running fine. Now when I add scheduled task on CF 10 using CF admin, it is added...but when I try to access URL application/scheduledTasks/getScheduledTasksList.cfm it shows nothing and moreover the job gets disappear from CF admin.

Do anybody have any idea for the root cause and the resolution?

Thanks

Neeraj

789
Translate
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
Enthusiast ,
Jul 14, 2014 Jul 14, 2014

neo-cron.xml (<cf_installdir>/cfusion/lib) seems to be corrupted. Use the neo-cron.bak as neo-cron.xml. Restart CF 10 service and then try the same

HTH

Thanks
VJ

Translate
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
New Here ,
Jul 16, 2014 Jul 16, 2014

Thanks VJ!

you mean to say to take back up of existing neo-cron.xml and and just restart CF, the new neo-cron.xml will be created itself?

Translate
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
Enthusiast ,
Jul 18, 2014 Jul 18, 2014
LATEST

Neeraj,

I meant take a back up of neo-cron.xml. Stop ColdFusion 10 Application Server Service then delete the neo-cron.xml. There is a neo-cron.bak, rename it as neo-cron.xml. Start ColdFusion 10 Application Server service and then test.

HTH

Thanks
VJ

Translate
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