Может кто в курсе как убрать данную ошибку? Данные в конфигах верные...
-------------------------------------------------------------------=[ Script ]
[2016-02-22 13:25:55] INFO Loading: ./config/scripts/ChaosFestival.ini
[2016-02-22 13:25:55] INFO Loading: ./config/scripts/ChaosFestival.ini -> ConfigChaosFestival
-----------------------------------------------------------------=[ Security ]
[2016-02-22 13:25:55] INFO Loading: ./config/security/ProtectionAdmin.ini
[2016-02-22 13:25:55] INFO Loading: ./config/security/SecurityAuth.ini
[2016-02-22 13:25:55] INFO BootManager: Config Successfully Loaded.
--------------------------------------------------------------=[ Game Server ]
[2016-02-22 13:25:55] INFO BootManager: Preparations Done. Starting GameServer!
----------------------------------------------------------=[ Database Engine ]
[2016-02-22 13:25:56] WARN recycled conn error
Exception in thread "main" java.sql.SQLException: could not init DB connection:java.lang.RuntimeException: Can't init database connections pool
at l2next.gameserver.engine.databaseengine.L2DatabaseFactory.<init>(L2DatabaseFactory.java:97)
at l2next.gameserver.engine.databaseengine.L2DatabaseFactory.getInstance(L2DatabaseFactory.java:117)
at l2next.gameserver.GameServerStartup.<init>(GameServerStartup.java:178)
at BootManager.<init>(BootManager.java:57)
at BootManager.main(BootManager.java:35)