You need to sign in to do that
Don't have an account?

SfdcSchedulerFactoryImpl has not been initialized - check your CronScheduler config
Recently i discovered the following error on a custom scheduler class runtime.
"First error: SfdcSchedulerFactoryImpl has not been initialized - check your CronScheduler config"
This scheduler class was designed to automatically reschedule itself periodically, and for a long while now has been doing the job without any issue, until this error came recently.
If i am to hazard a guess it has something to do with a class that the Scheduler system is dependent upon in the internal system which for some reason isn't initializing properly, but does anyone have an idea what exactly is this error about or what caused it?
"First error: SfdcSchedulerFactoryImpl has not been initialized - check your CronScheduler config"
This scheduler class was designed to automatically reschedule itself periodically, and for a long while now has been doing the job without any issue, until this error came recently.
If i am to hazard a guess it has something to do with a class that the Scheduler system is dependent upon in the internal system which for some reason isn't initializing properly, but does anyone have an idea what exactly is this error about or what caused it?