Hi guys, I have 2 scheduler i have created in my a...
# cfml-general
a
Hi guys, I have 2 scheduler i have created in my application and trying to handle the exception and misfire. but seems like handler not trigerring In logger i found this error message "Value must be initialized before use" I'm attaching my handler component, Can anyone please help me in this
s
fyi, not sure if that's the actual password, may want to mask/remove that in future snippets and should change that password
a
Yes you are right, but that's a dummy password
r
Check your var scoping for success. It's incorrect.
a
Yeah that i resolved but my main concern is my handler is not even trigger
r
It's not resolved in the code listed. I'd recommend https://trycf.com/ to generate a gist instead of pasting code in here.
It won't trigger if there are errors in your handlers.
a
Okay got it, let me try it to resolve first