Modify ↓
Opened 14 years ago
Closed 14 years ago
#6977 closed defect (fixed)
OperationalError: database is locked
| Reported by: | anonymous | Owned by: | stoecker |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Trac | Version: | |
| Keywords: | Cc: |
Description
Zum Reproduzieren
Während der Ausführung von GET auf /query hat Trac einen internen Fehler gemeldet.
(Bitte geben Sie hier weitere Details an)
Anfrageparameter:
{'status': u'!closed', 'version': u'tested'}
User agent: #USER_AGENT#
Systeminformationen
Systeminformation nicht verfügbar
Aktive Plugins
Plugininformation nicht verfügbar
Python-Zurückverfolgungsinformationen
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
Attachments (0)
Change History (5)
comment:1 by , 14 years ago
| Component: | Core → Trac |
|---|---|
| Owner: | changed from to |
comment:2 by , 14 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
comment:4 by , 14 years ago
| Resolution: | worksforme |
|---|---|
| Status: | closed → reopened |
comment:5 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.



This can happen when to many heavy database access are at the same time. Nothing we can do except buying a new faster server.