Ticket #10170 (closed bug: worksforme)
OperationalError: (1205, 'Lock wait timeout exceeded; try restarting transaction')
| Reported by: | anonymous | Owned by: | anonymous |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | misc | Version: | 1.6.2 |
| Keywords: | Cc: | danheberden | |
| Blocking: | Blocked by: |
Description
How to Reproduce
While doing a GET operation on /query, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'component': [u'!datalink', u'!global', u'!templates', u'!web'],
'group': u'component',
'order': u'priority',
'report': u'1',
'status': [u'assigned', u'new', u'open', u'reopened'],
'type': u'bug'}
User agent: #USER_AGENT#
System Information
System information not available
Enabled Plugins
Plugin information not available
Python Traceback
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/Trac-0.12.1-py2.6.egg/trac/web/main.py", line 511, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/local/lib/python2.6/dist-packages/Trac-0.12.1-py2.6.egg/trac/web/main.py", line 260, in dispatch
req.session.save()
File "/usr/local/lib/python2.6/dist-packages/Trac-0.12.1-py2.6.egg/trac/web/session.py", line 153, in save
@self.env.with_transaction()
File "/usr/local/lib/python2.6/dist-packages/Trac-0.12.1-py2.6.egg/trac/db/api.py", line 77, in transaction_wrapper
fn(ldb)
File "/usr/local/lib/python2.6/dist-packages/Trac-0.12.1-py2.6.egg/trac/web/session.py", line 162, in purge_session_attributes
""", (self.last_visit, self.sid, authenticated))
File "/usr/local/lib/python2.6/dist-packages/Trac-0.12.1-py2.6.egg/trac/db/util.py", line 65, in execute
return self.cursor.execute(sql_escape_percent(sql), args)
File "/usr/lib/pymodules/python2.6/MySQLdb/cursors.py", line 166, in execute
self.errorhandler(self, exc, value)
File "/usr/lib/pymodules/python2.6/MySQLdb/connections.py", line 35, in defaulterrorhandler
raise errorclass, errorvalue
OperationalError: (1205, 'Lock wait timeout exceeded; try restarting transaction')
Change History
comment:1 Changed 22 months ago by timmywil
- Owner set to anonymous
- Priority changed from undecided to low
- Status changed from new to pending
- Component changed from unfiled to misc
comment:2 Changed 22 months ago by anonymous
- Status changed from pending to new
So I want to see bugs, but it makes some error, and ask me if i want to report it. So I reported.
comment:3 Changed 22 months ago by addyosmani
- Cc danheberden added
- Status changed from new to closed
- Resolution set to worksforme
Thanks for submitting a ticket! I think Timmy may have accidentally misread it :) I haven't personally been able to reproduce the behaviour mentioned, but what I'll do is CC one of our ops guys in on this to double check.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Thanks for taking the time to contribute to the jQuery project! Please provide a reduced test case on jsFiddle to help us assess your ticket.
Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/FrKyN/ Open the link and click to "Fork" (in the top menu) to get started.
This does not look like an issue with jQuery.