In my paroozing around Lucee a few weeks ago, I thought I saw a post that Quartz needed a certain version of Lucee 7 to run. I was wondering if that was still the case.
I just installed the Quartz Extention and it gave me a red error saying
Quartz Scheduler is no running, state is []
And when I changed thru the 3 different versions, I ended up with this page when I click on Event Gateway or Quartz admin panel:
Lucee 7.0.2.106 Error (expression)
Message Component [gdriver.QuartzGateway] has no function with name [getLabel]
AI For AI-driven exception analysis setup, see AI Setup Guide.
Stacktrace The Error Occurred in
/admin/services.gateway.list.cfm: line 304
called from /admin/services.gateway.cfm: line 59
called from /admin/web.cfm: line 528
called from /admin/web.cfm: line 522
called from /admin/index.cfm: line 3
Here is the config.json I dropped in /context/quartz/config.json
{
"jobs":
[
{
"label": "Message Monitoring",
"url": "/test/sendMessages.cfm",
"interval": "1",
},
],
"listeners":
[
],
"store":
{}
}
Lucee Version: 7.0.2.106
Tomcat: Apache Tomcat/11.0.13