1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. | Traceback (most recent call last): File "/home/web2py/gluon/main.py", line 599, in wsgibase BaseAdapter.close_all_instances('commit') File "/home/web2py/gluon/dal.py", line 560, in close_all_instances db._adapter.close(action) File "/home/web2py/gluon/dal.py", line 540, in close getattr(self, action)() File "/home/web2py/gluon/dal.py", line 1740, in commit if self.connection: return self.connection.commit() File "/home/web2py/gluon/contrib/pymysql/connections.py", line 631, in commit self.errorhandler(None, exc, value) File "/home/web2py/gluon/contrib/pymysql/connections.py", line 202, in defaulterrorhandler raise errorclass, errorvalue InternalError: (1213, u'Deadlock found when trying to get lock; try restarting transaction')
|