Source Code
Edit Source Code
- WARNING: Error occurred while saving furnace!
- java.sql.BatchUpdateException: Lock wait timeout exceeded; try restarting transaction
- at org.mariadb.jdbc.MySQLPreparedStatement.executeBatch(MySQLPreparedStatement.java:293)
- at B.c.f(SourceFile:399)
- at E.d.f(SourceFile:164)
- at G.w.a(SourceFile:42)
- at C.b.run(SourceFile:24)
- Caused by: java.sql.SQLException: Lock wait timeout exceeded; try restarting transaction
- at org.mariadb.jdbc.internal.SQLExceptionMapper.get(SQLExceptionMapper.java:149)
- at org.mariadb.jdbc.internal.SQLExceptionMapper.throwException(SQLExceptionMapper.java:106)
- at org.mariadb.jdbc.MySQLStatement.executeQueryEpilog(MySQLStatement.java:268)
- at org.mariadb.jdbc.MySQLStatement.execute(MySQLStatement.java:296)
- at org.mariadb.jdbc.MySQLPreparedStatement.execute(MySQLPreparedStatement.java:144)
- at org.mariadb.jdbc.MySQLPreparedStatement.executeBatch(MySQLPreparedStatement.java:277)
- ... 4 more
- Caused by: org.mariadb.jdbc.internal.common.QueryException: Lock wait timeout exceeded; try restarting transaction
- at org.mariadb.jdbc.internal.mysql.MySQLProtocol.getResult(MySQLProtocol.java:982)
- at org.mariadb.jdbc.internal.mysql.MySQLProtocol.executeQuery(MySQLProtocol.java:1042)
- at org.mariadb.jdbc.MySQLStatement.execute(MySQLStatement.java:289)
- ... 6 more