10.01.2018, 00:43 | #1 |
Клиент Расширенка Crusade, + Classic 2.5 + svn + New GEO
Регистрация: 13.04.2012
Сообщений: 2,226
|
WARN SiegeClanDAO#delete (Residence) (FIXED)
[11:43:09] INFO =================================================
[11:43:09] INFO Project Revision: ........ L2s [27205] [11:43:09] INFO Build Revision: .......... 12269 [11:43:09] INFO Update: .................. Classic: Saviors (Zaken) [11:43:09] INFO Build date: .............. 2017.12.18 23:42 [11:43:09] INFO Compiler version: ........ 1.8.0_151-b12 (Oracle Corporation) [11:43:09] INFO ================================================= Код:
[15:00:00] WARN SiegeClanDAO#delete(Residence): com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Data source rejected establishment of connection, message from server: "Too many connections" com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Data source rejected establishment of connection, message from server: "Too many connections" at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) at com.mysql.jdbc.Util.getInstance(Util.java:408) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:919) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887) at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1040) at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2188) at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2219) at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2014) at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:776) at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) at sun.reflect.GeneratedConstructorAccessor97.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:386) at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330) at java.sql.DriverManager.getConnection(DriverManager.java:664) at java.sql.DriverManager.getConnection(DriverManager.java:208) at org.apache.commons.dbcp.DriverManagerConnectionFactory.createConnection(DriverManagerConnectionFactory.java:78) at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582) at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188) at org.apache.commons.dbcp.PoolingDataSource.getConnection(PoolingDataSource.java:106) at l2s.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:80) at l2s.gameserver.database.DatabaseFactory.getConnection(DatabaseFactory.java:26) at l2s.gameserver.dao.SiegeClanDAO.delete(SiegeClanDAO.java:131) at l2s.gameserver.model.entity.events.impl.ClanHallAuctionEvent.stopEvent(ClanHallAuctionEvent.java:135) at l2s.gameserver.model.entity.events.Event.action(Event.java:411) at l2s.gameserver.model.entity.events.impl.SiegeEvent.action(SiegeEvent.java:577) at l2s.gameserver.model.entity.events.actions.StartStopAction.call(StartStopAction.java:26) at l2s.gameserver.model.entity.events.Event.callActions(Event.java:151) at l2s.gameserver.model.entity.events.Event.timeActions(Event.java:200) at l2s.gameserver.model.entity.events.EventTimeTask.runImpl(EventTimeTask.java:23) at l2s.commons.threading.RunnableImpl.run(RunnableImpl.java:21) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at l2s.commons.threading.PriorityThreadFactory$1.run(PriorityThreadFactory.java:35) [15:00:00] ERROR Error while updating item : 2508 Cursed Bone (3015)[269739026] com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Data source rejected establishment of connection, message from server: "Too many connections" at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) at com.mysql.jdbc.Util.getInstance(Util.java:408) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:919) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887) at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1040) at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2188) at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2219) at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2014) at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:776) at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) at sun.reflect.GeneratedConstructorAccessor97.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:386) at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330) at java.sql.DriverManager.getConnection(DriverManager.java:664) at java.sql.DriverManager.getConnection(DriverManager.java:208) at org.apache.commons.dbcp.DriverManagerConnectionFactory.createConnection(DriverManagerConnectionFactory.java:78) at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582) at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188) at org.apache.commons.dbcp.PoolingDataSource.getConnection(PoolingDataSource.java:106) at l2s.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:80) at l2s.gameserver.database.DatabaseFactory.getConnection(DatabaseFactory.java:26) at l2s.gameserver.dao.ItemsDAO.update0(ItemsDAO.java:236) at l2s.gameserver.dao.ItemsDAO.update(ItemsDAO.java:337) at l2s.gameserver.model.items.ItemInstance.update(ItemInstance.java:1166) at l2s.gameserver.model.items.Inventory.onModifyItem(Inventory.java:198) at l2s.gameserver.model.items.PcInventory.onModifyItem(PcInventory.java:342) at l2s.gameserver.model.items.ItemContainer.destroyItem(ItemContainer.java:513) at l2s.gameserver.model.items.ItemContainer.destroyItemByItemId(ItemContainer.java:475) at l2s.gameserver.utils.ItemFunctions.deleteItem(ItemFunctions.java:196) at l2s.gameserver.model.Player.consumeItem(Player.java:5520) at l2s.gameserver.model.Creature.doCast(Creature.java:1766) at l2s.gameserver.model.Playable.doCast(Playable.java:299) at l2s.gameserver.model.Player.doCast(Player.java:999) at l2s.gameserver.ai.PlayableAI.thinkCast(PlayableAI.java:759) at l2s.gameserver.ai.PlayerAI.thinkCast(PlayerAI.java:165) at l2s.gameserver.ai.PlayableAI.onEvtThink(PlayableAI.java:304) at l2s.gameserver.ai.CharacterAI.onIntentionCast(CharacterAI.java:65) at l2s.gameserver.ai.PlayableAI.onIntentionCast(PlayableAI.java:89) at l2s.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:79) at l2s.gameserver.ai.PlayableAI.setIntention(PlayableAI.java:82) at l2s.gameserver.ai.PlayableAI.Cast(PlayableAI.java:864) at l2s.gameserver.ai.PlayerAI.Cast(PlayerAI.java:297) at l2s.gameserver.network.l2.c2s.RequestMagicSkillUse.runImpl(RequestMagicSkillUse.java:90) at l2s.gameserver.network.l2.c2s.L2GameClientPacket.run(L2GameClientPacket.java:49) at l2s.commons.net.nio.impl.MMOExecutableQueue.run(MMOExecutableQueue.java:56) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at l2s.commons.threading.PriorityThreadFactory$1.run(PriorityThreadFactory.java:35) [15:00:00] ERROR Error while updating item : 57 Adena (1409805590)[270491613] com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Data source rejected establishment of connection, message from server: "Too many connections" at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) at com.mysql.jdbc.Util.getInstance(Util.java:408) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:919) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887) at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1040) at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2188) at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2219) at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2014) at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:776) at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) at sun.reflect.GeneratedConstructorAccessor97.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:386) at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330) at java.sql.DriverManager.getConnection(DriverManager.java:664) at java.sql.DriverManager.getConnection(DriverManager.java:208) at org.apache.commons.dbcp.DriverManagerConnectionFactory.createConnection(DriverManagerConnectionFactory.java:78) at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582) at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188) at org.apache.commons.dbcp.PoolingDataSource.getConnection(PoolingDataSource.java:106) at l2s.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:80) at l2s.gameserver.database.DatabaseFactory.getConnection(DatabaseFactory.java:26) at l2s.gameserver.dao.ItemsDAO.update0(ItemsDAO.java:236) at l2s.gameserver.dao.ItemsDAO.update(ItemsDAO.java:337) at l2s.gameserver.model.items.ItemInstance.update(ItemInstance.java:1166) at l2s.gameserver.model.items.Warehouse.onModifyItem(Warehouse.java:106) at l2s.gameserver.model.items.ItemContainer.addItem(ItemContainer.java:207) at l2s.gameserver.model.items.ItemContainer.addItem(ItemContainer.java:229) at l2s.gameserver.model.entity.events.impl.ClanHallAuctionEvent.stopEvent(ClanHallAuctionEvent.java:131) at l2s.gameserver.model.entity.events.Event.action(Event.java:411) at l2s.gameserver.model.entity.events.impl.SiegeEvent.action(SiegeEvent.java:577) at l2s.gameserver.model.entity.events.actions.StartStopAction.call(StartStopAction.java:26) at l2s.gameserver.model.entity.events.Event.callActions(Event.java:151) at l2s.gameserver.model.entity.events.Event.timeActions(Event.java:200) at l2s.gameserver.model.entity.events.EventTimeTask.runImpl(EventTimeTask.java:23) at l2s.commons.threading.RunnableImpl.run(RunnableImpl.java:21) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at l2s.commons.threading.PriorityThreadFactory$1.run(PriorityThreadFactory.java:35) [15:00:00] WARN Exception: removeFunctions(): com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Data source rejected establishment of connection, message from server: "Too many connections" [15:00:00] WARN ClanHallDAO#update0(ClanHall): com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Data source rejected establishment of connection, message from server: "Too many connections" com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Data source rejected establishment of connection, message from server: "Too many connections" at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) at com.mysql.jdbc.Util.getInstance(Util.java:408) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:919) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887) at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1040) at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2188) at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2219) at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2014) at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:776) at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) at sun.reflect.GeneratedConstructorAccessor97.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:386) at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330) at java.sql.DriverManager.getConnection(DriverManager.java:664) at java.sql.DriverManager.getConnection(DriverManager.java:208) at org.apache.commons.dbcp.DriverManagerConnectionFactory.createConnection(DriverManagerConnectionFactory.java:78) at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582) at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188) at org.apache.commons.dbcp.PoolingDataSource.getConnection(PoolingDataSource.java:106) at l2s.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:80) at l2s.gameserver.database.DatabaseFactory.getConnection(DatabaseFactory.java:26) at l2s.gameserver.dao.ClanHallDAO.update0(ClanHallDAO.java:84) at l2s.gameserver.dao.ClanHallDAO.update(ClanHallDAO.java:75) at l2s.gameserver.model.entity.residence.ClanHall.update(ClanHall.java:94) at l2s.gameserver.model.entity.events.impl.ClanHallAuctionEvent.generateSiegeDate(ClanHallAuctionEvent.java:100) at l2s.gameserver.model.entity.events.impl.ClanHallAuctionEvent.stopEvent(ClanHallAuctionEvent.java:163) at l2s.gameserver.model.entity.events.Event.action(Event.java:411) at l2s.gameserver.model.entity.events.impl.SiegeEvent.action(SiegeEvent.java:577) at l2s.gameserver.model.entity.events.actions.StartStopAction.call(StartStopAction.java:26) at l2s.gameserver.model.entity.events.Event.callActions(Event.java:151) at l2s.gameserver.model.entity.events.Event.timeActions(Event.java:200) at l2s.gameserver.model.entity.events.EventTimeTask.runImpl(EventTimeTask.java:23) at l2s.commons.threading.RunnableImpl.run(RunnableImpl.java:21) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at l2s.commons.threading.PriorityThreadFactory$1.run(PriorityThreadFactory.java:35) [15:00:00] WARN ClanHallDAO#update0(ClanHall): com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Data source rejected establishment of connection, message from server: "Too many connections" com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Data source rejected establishment of connection, message from server: "Too many connections" at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) at com.mysql.jdbc.Util.getInstance(Util.java:408) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:919) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887) at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1040) at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2188) at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2219) at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2014) at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:776) at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) at sun.reflect.GeneratedConstructorAccessor97.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:386) at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330) at java.sql.DriverManager.getConnection(DriverManager.java:664) at java.sql.DriverManager.getConnection(DriverManager.java:208) at org.apache.commons.dbcp.DriverManagerConnectionFactory.createConnection(DriverManagerConnectionFactory.java:78) at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582) at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188) at org.apache.commons.dbcp.PoolingDataSource.getConnection(PoolingDataSource.java:106) at l2s.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:80) at l2s.gameserver.database.DatabaseFactory.getConnection(DatabaseFactory.java:26) at l2s.gameserver.dao.ClanHallDAO.update0(ClanHallDAO.java:84) at l2s.gameserver.dao.ClanHallDAO.update(ClanHallDAO.java:75) at l2s.gameserver.model.entity.residence.ClanHall.update(ClanHall.java:94) at l2s.gameserver.model.entity.residence.ClanHall.changeOwner(ClanHall.java:71) at l2s.gameserver.model.entity.residence.clanhall.AuctionClanHall.changeOwner(AuctionClanHall.java:62) at l2s.gameserver.model.entity.events.impl.ClanHallAuctionEvent.stopEvent(ClanHallAuctionEvent.java:149) at l2s.gameserver.model.entity.events.Event.action(Event.java:411) at l2s.gameserver.model.entity.events.impl.SiegeEvent.action(SiegeEvent.java:577) at l2s.gameserver.model.entity.events.actions.StartStopAction.call(StartStopAction.java:26) at l2s.gameserver.model.entity.events.Event.callActions(Event.java:151) at l2s.gameserver.model.entity.events.Event.timeActions(Event.java:200) at l2s.gameserver.model.entity.events.EventTimeTask.runImpl(EventTimeTask.java:23) at l2s.commons.threading.RunnableImpl.run(RunnableImpl.java:21) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at l2s.commons.threading.PriorityThreadFactory$1.run(PriorityThreadFactory.java:35) [15:00:00] ERROR Error while updating item : 6645 Beast Soulshot (26930)[268960634] com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Data source rejected establishment of connection, message from server: "Too many connections" at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) at com.mysql.jdbc.Util.getInstance(Util.java:408) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:919) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887) at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1040) at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2188) at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2219) at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2014) at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:776) at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) at sun.reflect.GeneratedConstructorAccessor97.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:386) at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330) at java.sql.DriverManager.getConnection(DriverManager.java:664) at java.sql.DriverManager.getConnection(DriverManager.java:208) at org.apache.commons.dbcp.DriverManagerConnectionFactory.createConnection(DriverManagerConnectionFactory.java:78) at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582) at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188) at org.apache.commons.dbcp.PoolingDataSource.getConnection(PoolingDataSource.java:106) at l2s.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:80) at l2s.gameserver.database.DatabaseFactory.getConnection(DatabaseFactory.java:26) at l2s.gameserver.dao.ItemsDAO.update0(ItemsDAO.java:236) at l2s.gameserver.dao.ItemsDAO.update(ItemsDAO.java:337) at l2s.gameserver.model.items.ItemInstance.update(ItemInstance.java:1166) at l2s.gameserver.model.items.Inventory.onModifyItem(Inventory.java:198) at l2s.gameserver.model.items.PcInventory.onModifyItem(PcInventory.java:342) at l2s.gameserver.model.items.ItemContainer.destroyItem(ItemContainer.java:513) at l2s.gameserver.handler.items.impl.BeastSoulShotItemHandler.useItem(BeastSoulShotItemHandler.java:48) at l2s.gameserver.model.Player.useItem(Player.java:10480) at l2s.gameserver.model.Player.autoShot(Player.java:5820) at l2s.gameserver.model.Servitor.unChargeShots(Servitor.java:640) at l2s.gameserver.model.Creature.onHitTimer(Creature.java:3404) at l2s.gameserver.model.GameObjectTasks$HitTask.runImpl(GameObjectTasks.java:298) at l2s.commons.threading.RunnableImpl.run(RunnableImpl.java:21) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at l2s.commons.threading.PriorityThreadFactory$1.run(PriorityThreadFactory.java:35) [15:00:00] WARN SiegeClanDAO#delete(Residence): com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Data source rejected establishment of connection, message from server: "Too many connections" com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Data source rejected establishment of connection, message from server: "Too many connections" at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) at com.mysql.jdbc.Util.getInstance(Util.java:408) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:919) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887) at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1040) at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2188) at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2219) at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2014) at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:776) at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) at sun.reflect.GeneratedConstructorAccessor97.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:386) at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330) at java.sql.DriverManager.getConnection(DriverManager.java:664) at java.sql.DriverManager.getConnection(DriverManager.java:208) at org.apache.commons.dbcp.DriverManagerConnectionFactory.createConnection(DriverManagerConnectionFactory.java:78) at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582) at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188) at org.apache.commons.dbcp.PoolingDataSource.getConnection(PoolingDataSource.java:106) at l2s.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:80) at l2s.gameserver.database.DatabaseFactory.getConnection(DatabaseFactory.java:26) at l2s.gameserver.dao.SiegeClanDAO.delete(SiegeClanDAO.java:131) at l2s.gameserver.model.entity.events.impl.ClanHallAuctionEvent.stopEvent(ClanHallAuctionEvent.java:135) at l2s.gameserver.model.entity.events.Event.action(Event.java:411) at l2s.gameserver.model.entity.events.impl.SiegeEvent.action(SiegeEvent.java:577) at l2s.gameserver.model.entity.events.actions.StartStopAction.call(StartStopAction.java:26) at l2s.gameserver.model.entity.events.Event.callActions(Event.java:151) at l2s.gameserver.model.entity.events.Event.timeActions(Event.java:200) at l2s.gameserver.model.entity.events.EventTimeTask.runImpl(EventTimeTask.java:23) at l2s.commons.threading.RunnableImpl.run(RunnableImpl.java:21) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at l2s.commons.threading.PriorityThreadFactory$1.run(PriorityThreadFactory.java:35) |