Caused by: java.sql.SQLException: Lock wait timeout exceeded; try restarting transaction
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java: 1055 )
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java: 956 )
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java: 3491 )
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java: 3423 )
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java: 1936 )
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java: 2060 )
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java: 2542 )
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java: 1734 )
at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java: 995 )
at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java: 493 )
at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java: 43 )
at java.lang.reflect.Method.invoke(Method.java: 606 )
at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java: 55 )
at com.sun.proxy.$Proxy17.execute(Unknown Source)
at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java: 41 )
at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java: 66 )
at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java: 45 )
at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java: 100 )
at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java: 75 )
at sun.reflect.GeneratedMethodAccessor35.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java: 43 )
at java.lang.reflect.Method.invoke(Method.java: 606 )
at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java: 59 )
at com.sun.proxy.$Proxy15.update(Unknown Source)
at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java: 148 )
at sun.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java: 43 )
at java.lang.reflect.Method.invoke(Method.java: 606 )
at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java: 354 )
... 20 more
|