启动报错,帮忙看看

提问 1 1361
茂茂
茂茂 2021-05-26
版本:renren-security 2.8 开发环境:
启动报错,怎么解决 2021-05-26 14:21:47.722 ERROR 8764 --- [ main] o.s.boot.SpringApplication : Application run failed java.lang.IllegalStateException: Failed to execute CommandLineRunner at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:798) at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:779) at org.springframework.boot.SpringApplication.run(SpringApplication.java:322) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at io.renren.AdminApplication.main(AdminApplication.java:29) Caused by: io.renren.common.exception.RenException: org.quartz.ObjectAlreadyExistsException: Unable to store Job : 'DEFAULT.TASK_1067246875800000076', because one already exists with this identification. at io.renren.modules.job.utils.ScheduleUtils.createScheduleJob(ScheduleUtils.java:79) at io.renren.modules.job.init.JobCommandLineRunner.run(JobCommandLineRunner.java:41) at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:795) ... 5 common frames omitted Caused by: org.quartz.ObjectAlreadyExistsException: Unable to store Job : 'DEFAULT.TASK_1067246875800000076', because one already exists with this identification. at org.quartz.impl.jdbcjobstore.JobStoreSupport.storeJob(JobStoreSupport.java:1113) at org.quartz.impl.jdbcjobstore.JobStoreSupport$2.executeVoid(JobStoreSupport.java:1067) at org.quartz.impl.jdbcjobstore.JobStoreSupport$VoidTransactionCallback.execute(JobStoreSupport.java:3765) at org.quartz.impl.jdbcjobstore.JobStoreSupport$VoidTransactionCallback.execute(JobStoreSupport.java:3763) at org.quartz.impl.jdbcjobstore.JobStoreCMT.executeInLock(JobStoreCMT.java:245) at org.quartz.impl.jdbcjobstore.JobStoreSupport.storeJobAndTrigger(JobStoreSupport.java:1063) at org.quartz.core.QuartzScheduler.scheduleJob(QuartzScheduler.java:855) at org.quartz.impl.StdScheduler.scheduleJob(StdScheduler.java:249) at io.renren.modules.job.utils.ScheduleUtils.createScheduleJob(ScheduleUtils.java:72) ... 7 common frames omitted Disconnected from the target VM, address: '127.0.0.1:63751', transport: 'socket' Process finished with exit code 1
回帖