Opened 22 months ago
Closed 22 months ago
#1488000 closed Bugs (duplicate)
OperationalError: database is locked
| Reported by: | der-onkel | Owned by: | adam |
|---|---|---|---|
| Priority: | 5 | Milestone: | later |
| Component: | Trac | Version: | 0.5.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
How to Reproduce
While doing a GET operation on /report/3, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'id': u'3'}
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.2-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.2-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.2-py2.6.egg/trac/web/session.py", line 105, in save
@self.env.with_transaction()
File "/usr/local/lib/python2.6/dist-packages/Trac-0.12.2-py2.6.egg/trac/db/api.py", line 78, in transaction_wrapper
ldb.commit()
OperationalError: database is locked
Change History (1)
comment:1 Changed 22 months ago by alec
- Resolution set to duplicate
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Yeah, we know it sucks.