I received this error message every time I try to mount a server, even error in rev 4.5 4.7.5 4.8 and do not know where I might be going wrong, can someone please help me?
com.aionemu.commons.services.cron.CronServiceException: Failed to start job
at com.aionemu.commons.services.CronService.schedule(CronService.java:117) ~[ac-commons-1.3.jar:na]
at com.aionemu.commons.services.CronService.schedule(CronService.java:98) ~[ac-commons-1.3.jar:na]
at com.aionemu.gameserver.services.LimitedItemTradeService.start(ww:2) ~[AC-Game.jar:na]
at com.aionemu.gameserver.GameServer.main(i:178) ~[AC-Game.jar:na]
Caused by: org.quartz.ObjectAlreadyExistsException: Unable to store Job : 'DEFAULT.JobKey:Started at ms1457858561336; ns2374793845097', because one already exists with this identification.
at org.quartz.simpl.RAMJobStore.storeJob(RAMJobStore.java:277) ~[quartz-2.1.7.jar:na]
at org.quartz.simpl.RAMJobStore.storeJobAndTrigger(RAMJobStore.java:249) ~[quartz-2.1.7.jar:na]
at org.quartz.core.QuartzScheduler.scheduleJob(QuartzScheduler.java:840) ~[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:115) ~[ac-commons-1.3.jar:na]
... 3 common frames omitted
Windows 2008 Server X64
4Gb Ram
jre-7u75-windows-x64



Reply With Quote


