java.lang.ClassNotFoundException: Unable to load class com.fidsec.quartz.SimpleQuartzJob by any known loaders.
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Terracotta by ddausch, 1 year ago
via Terracotta by ddausch, 1 year ago
via Terracotta by ddausch, 1 year ago
via Terracotta by nencha, 1 year ago
via terracotta.org by Unknown author, 1 year ago
java.lang.ClassNotFoundException: Unable to load class com.fidsec.quartz.SimpleQuartzJob by any known loaders.
at org.quartz.simpl.CascadingClassLoadHelper.loadClass(CascadingClassLoadHelper.java:128)
at org.quartz.xml.XMLSchedulingDataProcessor.process(XMLSchedulingDataProcessor.java:653)
at org.quartz.xml.XMLSchedulingDataProcessor.processFile(XMLSchedulingDataProcessor.java:501)
at org.quartz.xml.XMLSchedulingDataProcessor.processFileAndScheduleJobs(XMLSchedulingDataProcessor.java:835)
at org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin.processFile(XMLSchedulingDataProcessorPlugin.java:317)
at org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin.start(XMLSchedulingDataProcessorPlugin.java:245)
at org.quartz.plugins.SchedulerPluginWithUserTransactionSupport.start(SchedulerPluginWithUserTransactionSupport.java:144)
at org.quartz.core.QuartzScheduler.startPlugins(QuartzScheduler.java:2316)
at org.quartz.core.QuartzScheduler.start(QuartzScheduler.java:492)
at org.quartz.impl.StdScheduler.start(StdScheduler.java:143)