-
Java quartz problem
Hello guys.I not rum my Aion server for some time. And when i try run i get problem with quartz.How i can fix this, i try some way what was provide on forum but not help. if you have solution how fix this problem please give advice.
Server 5.6
Code:
2020-03-26 12:59:12,953 Critical Error - Thread: main terminated abnormaly: com.aionemu.commons.services.cron.CronServiceException: Failed to start job
com.aionemu.commons.services.cron.CronServiceException: Failed to start job
at com.aionemu.commons.services.CronService.schedule(CronService.java:147) ~[ac-commons-1.3.jar:na]
at com.aionemu.gameserver.services.DynamicRiftService.initDynamicRiftLocations(DynamicRiftService.java:63) ~[AS-Game.jar:na]
at com.aionemu.gameserver.GameServer.main(GameServer.java:315) ~[AS-Game.jar:na]
Caused by: org.quartz.SchedulerException: Based on configured schedule, the given trigger 'DEFAULT.6da64b5bd2ee-9d8f18bd-aab3-4294-830c-da9cfaa5a9f3' will never fire.
at org.quartz.core.QuartzScheduler.scheduleJob(QuartzScheduler.java:836) ~[quartz-2.1.7.jar:na]
at org.quartz.impl.StdScheduler.scheduleJob(StdScheduler.java:250) ~[quartz-2.1.7.jar:na]
at com.aionemu.commons.services.CronService.schedule(CronService.java:145) ~[ac-commons-1.3.jar:na]
... 2 common frames omitted
-
Re: Java quartz problem
check schedule Dynamic Rift, this schedule same with another schedule
-
Re: Java quartz problem
Thx AionDoctor. I will try.