SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
139 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.2.1 208 [MyScheduler_QuartzSchedulerThread] ERROR org.quartz.core.ErrorLogger - An error occured instantiating job to be executed. job= 'group1.myJob' org.quartz.SchedulerException: Problem instantiating class 'com.jimo.Lesson1$HelloJob' [See nested exception: java.lang.InstantiationException: com.jimo.Lesson1$HelloJob] at org.quartz.simpl.SimpleJobFactory.newJob(SimpleJobFactory.java:58) at org.quartz.simpl.PropertySettingJobFactory.newJob(PropertySettingJobFactory.java:69) at org.quartz.core.JobRunShell.initialize(JobRunShell.java:127) at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:375) Caused by: java.lang.InstantiationException: com.jimo.Lesson1$HelloJob at java.lang.Class.newInstance(Class.java:427) at org.quartz.simpl.SimpleJobFactory.newJob(SimpleJobFactory.java:56) ... 3 more Caused by: java.lang.NoSuchMethodException: com.jimo.Lesson1$HelloJob.<init>() at java.lang.Class.getConstructor0(Class.java:3082) at java.lang.Class.newInstance(Class.java:412) ... 4 more