Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Could not restore top pvp: Communications link failure
- The last packet successfully received from the server was 296,779 milliseconds ago. The last packet sent successfully to the server was 5 milliseconds ago.
- com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
- The last packet successfully received from the server was 296,779 milliseconds ago. The last packet sent successfully to the server was 5 milliseconds ago.
- at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
- at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
- at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
- at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
- at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
- at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
- at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3102)
- at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2991)
- at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3532)
- at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2002)
- at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2163)
- at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2624)
- at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2127)
- at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2293)
- at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:76)
- at custom.TopPvpPk.TopPvpPk$reloadTop.run(TopPvpPk.java:132)
- at com.l2jserver.gameserver.ThreadPoolManager$RunnableWrapper.run(ThreadPoolManager.java:86)
- at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
- at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351)
- at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178)
- at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)
- at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
- at java.lang.Thread.run(Thread.java:722)
- Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
- at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:2552)
- at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3002)
- ... 18 more
- Problem with checked-in Statement, discarding.
- com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after statement closed.
- at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
- at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
- at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
- at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
- at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
- at com.mysql.jdbc.Util.getInstance(Util.java:386)
- at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
- at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
- at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
- at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
- at com.mysql.jdbc.StatementImpl.checkClosed(StatementImpl.java:458)
- at com.mysql.jdbc.PreparedStatement.clearParameters(PreparedStatement.java:1138)
- at com.mchange.v2.c3p0.stmt.GooGooStatementCache.refreshStatement(GooGooStatementCache.java:613)
- at com.mchange.v2.c3p0.stmt.GooGooStatementCache.checkinStatement(GooGooStatementCache.java:260)
- at com.mchange.v2.c3p0.stmt.GooGooStatementCache.checkinAll(GooGooStatementCache.java:312)
- at com.mchange.v2.c3p0.impl.NewPooledConnection.checkinAllCachedStatements(NewPooledConnection.java:704)
- at com.mchange.v2.c3p0.impl.NewPooledConnection.markClosedProxyConnection(NewPooledConnection.java:366)
- at com.mchange.v2.c3p0.impl.NewProxyConnection.close(NewProxyConnection.java:1246)
- at com.l2jserver.L2DatabaseFactory.close(L2DatabaseFactory.java:264)
- at custom.TopPvpPk.TopPvpPk$reloadTop.run(TopPvpPk.java:149)
- at com.l2jserver.gameserver.ThreadPoolManager$RunnableWrapper.run(ThreadPoolManager.java:86)
- at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
- at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351)
- at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178)
- at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)
- at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
- at java.lang.Thread.run(Thread.java:722)
- Failed to close database connection!
- java.sql.SQLException: An SQLException was provoked by the following failure: java.util.ConcurrentModificationException
- at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:106)
- at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:65)
- at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:62)
- at com.mchange.v2.c3p0.impl.NewProxyConnection.close(NewProxyConnection.java:1271)
- at com.l2jserver.L2DatabaseFactory.close(L2DatabaseFactory.java:264)
- at custom.TopPvpPk.TopPvpPk$reloadTop.run(TopPvpPk.java:149)
- at com.l2jserver.gameserver.ThreadPoolManager$RunnableWrapper.run(ThreadPoolManager.java:86)
- at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
- at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351)
- at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178)
- at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)
- at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
- at java.lang.Thread.run(Thread.java:722)
- Caused by: java.util.ConcurrentModificationException
- at java.util.HashMap$HashIterator.nextEntry(HashMap.java:806)
- at java.util.HashMap$KeyIterator.next(HashMap.java:841)
- at com.mchange.v2.c3p0.stmt.GooGooStatementCache.checkinAll(GooGooStatementCache.java:310)
- at com.mchange.v2.c3p0.impl.NewPooledConnection.checkinAllCachedStatements(NewPooledConnection.java:704)
- at com.mchange.v2.c3p0.impl.NewPooledConnection.markClosedProxyConnection(NewPooledConnection.java:366)
- at com.mchange.v2.c3p0.impl.NewProxyConnection.close(NewProxyConnection.java:1246)
- ... 11 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement