So, I got my gameserver and login server to start up fine, but while loading I get these errors.
Gameserver:Loginserver:Code:ERROR [24 sep 2010 18:55:27,406] com.aionemu.gameserver.utils.ThreadUncaughtExceptionHandler:39 Critical Error - Thread: main terminated abnormaly: java.lang.ExceptionInInitializerError java.lang.ExceptionInInitializerError at com.aionemu.gameserver.utils.idfactory.IDFactory.getInstance(IDFactory.java:81) at com.aionemu.gameserver.GameServer.<init>(GameServer.java:122) at com.aionemu.gameserver.GameServer.main(GameServer.java:90) Caused by: com.aionemu.commons.database.dao.DAONotFoundException: DAO for class com.aionemu.gameserver.dao.PlayerDAO not implemented at com.aionemu.commons.database.dao.DAOManager.getDAO(DAOManager.java:108) at com.aionemu.gameserver.utils.idfactory.IDFactory.<init>(IDFactory.java:72) at com.aionemu.gameserver.utils.idfactory.IDFactory.<init>(IDFactory.java:37) at com.aionemu.gameserver.utils.idfactory.IDFactory$SingletonHolder.<clinit>(IDFactory.java:229) ... 3 moreDoes anyone have any idea what could be wrong?Code:ERROR [24 sep 2010 18:49:10,781] com.aionemu.commons.database.dao.DAOManager:107 DAO for class com.aionemu.loginserver.dao.GameServersDAO not implemented





