Bug report moved to the new portal: Mmore.club
Detailed info: L2-scripts.com
Skype: Urchika

Our portfolio of solved reports: High Five
Our portfolio of solved reports: GOD
Our portfolio of solved reports: Classic

This forum is closed and open for viewing our work on bug reports for a long time. Thank you all !


Закрытая тема
 
Опции темы Опции просмотра
Старый 10.01.2018, 00:43   #1
l2gold
Клиент Расширенка 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)
l2gold вне форума  
Старый 10.01.2018, 00:47   #2
l2gold
Клиент Расширенка Crusade, + Classic 2.5 + svn + New GEO
 
Регистрация: 13.04.2012
Сообщений: 2,226
По умолчанию

#-------------------------------------------------------------
# Максимальное количество соединений с базой
#-------------------------------------------------------------
MaximumDbConnections = 50

#-------------------------------------------------------------
# Через сколько секунд после последней активности будут закрыватся соединения с базой, по умолчанию 600 (10 минут)
# данный параметр важно согласовывать с настройками в самом mysql сервере, параметр interactive_timeout (по умолчанию 28800 (8 часов))
#-------------------------------------------------------------
MaxIdleConnectionTimeout = 600

#-------------------------------------------------------------
# Интервал проверки неактивных соединений, по умолчанию 60 (1 минута)
# При условии стабильного соединения с базой и корректной настроки MaxIdleConnectionTimeout, можно выставлять -1 (не проверять)
#-------------------------------------------------------------
IdleConnectionTestPeriod = 60
l2gold вне форума  
Старый 18.01.2018, 15:19   #3
l2gold
Клиент Расширенка Crusade, + Classic 2.5 + svn + New GEO
 
Регистрация: 13.04.2012
Сообщений: 2,226
По умолчанию

закрыто ...
l2gold вне форума  
Старый 20.02.2018, 04:26   #4
Core
Модератор
 
Аватар для Core
 
Регистрация: 03.06.2012
Сообщений: 4,624
По умолчанию

Да, это ошибка настройки базы. Закрыто.
__________________
Техническая поддержка L2-Scripts
Внимание: с 1 мая 2015 г. скайп технической поддержки будет: L2-scripts
старый скайп тех поддержки обслуживаться не будет !
Core вне форума  
Закрытая тема


Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.

Быстрый переход


Часовой пояс GMT +4, время: 02:50.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd. Перевод: zCarot