Scheduled Task List all disappeared

Hi Gurus

My scheduled task list suddenly all disappeared from the Web Admin - Scheduled Task

Fortunately , these tasks are still running. How can i view back all my scheduled task lists ?

I am using ver 4.5.2.018-final-1446623531000

Don’t forget to tell us about your stack!

OS: ???
Java Version: ???
Tomcat Version: ???
Lucee Version: ???

Hi @fklim welcome!

The scheduler is always bound to the web context (which is usually bound to the hostname). In case you are not seeing it and they are still running, then you are very likely looking in the wrong web (context) administrator (e.g. looking in the web admin of www.myapp.com:8888/lucee/admin/web.cfm instead of localhost:8888/lucee/admin/web.cfm or vice versa)

Thanks Andreas…finally got it …:slight_smile:

1 Like

I’m glad you found your tasks.

I discovered yesterday that all mine had actually been wiped out after I upgraded Lucee to the latest stable version (5.3.8.189). It seems the tomcat web context had been recreated without copying the previous xml file.

Luckily I have a script which will recreate them instantly, and I’d recommend everyone using Scheduled Tasks do the same. It’s pretty easy using cfschedule.

1 Like