Sign In Main Actions Rules Proposals Players Board Message Board

Message Board

Another timeout error

by The Founder at 22/09/05 2:33 PM

I just got this while trying to take a turn this morning.

java.sql.SQLException: Lock wait timeout exceeded; Try restarting transaction
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2851)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1534)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1625)
at com.mysql.jdbc.Connection.execSQL(Connection.java:2297)
at com.mysql.jdbc.Connection.execSQL(Connection.java:2226)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1812)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1906)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1831)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1693)
at nomopoly3.Events.onLandedOnSquare(Events.java:90)
at nomopoly3.Roll.handlePost(Roll.java:63)
at q17.server.http.HttpBranchServer.handlePost(HttpBranchServer.java:54)
at q17.server.http.HttpServer.handleConnection(HttpServer.java:278)
at q17.server.Server$ConnectionDispatcher.run(Server.java:192)