Scheduled Task not showing in Web Admin

I have about 5 scheduled tasks setup and running perfectly however I went in today to update one from the Web Admin (Services . Scheduled Tasks) and this screen is empty - no tasks are there.

I can open \lucee\tomcat\webapps\ROOT\WEB-INF\lucee\scheduler\scheduler.xml and they are all there. So my question is what am I missing and how do I get them to appear again in the Web Admin. I am running Lucee 5.2.3.35.

I appreciate any guidance
Thanks,
Andrew

there are a few know problems with scheduled tasks, have a look at this issue
https://luceeserver.atlassian.net/browse/LDEV-897

Thanks for the response however my scheduled tasks are all running without problem it’s just that they now no longer are visible in the admin (it’s like there are none defined, when 5 actually are)

OK, So some more information. If I access the web administrator from the server using the localhost url i.e
http://127.0.0.1:8888/lucee/admin/web.cfm?action=services.schedule

All the tasks display as expected

However if I access the same page using the public ip (externally) i.e
http://x.x.x.x:8888/lucee/admin/web.cfm?action=services.schedule

where x.x.x.x is the public IP of the server, then the scheduled tasks window is empty

Actually as I wrote this I realize that web contexts are ip or domain based so this is the essentially not an issue per se as 127.0.0.1 is a unique web context

1 Like