Sign In Main Actions Rules Proposals Players Board Message Board

Message Board

Re: Questions and answers

by The Founder at 15/09/05 3:58 PM

And while you're at it, maybe you can tell me why the server timed out while I was trying to send a mailbox message today. :-P

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.Nomopoly.printPageHeader(Nomopoly.java:308)
at nomopoly3.Nomopoly.printPageHeader(Nomopoly.java:248)
at nomopoly3.Mailbox.handleGet(Mailbox.java:31)
at q17.server.http.HttpBranchServer.handleGet(HttpBranchServer.java:32)
at q17.server.http.HttpServer.handleConnection(HttpServer.java:274)
at q17.server.Server$ConnectionDispatcher.run(Server.java:192)