Modify ↓
Opened 19 years ago
Closed 19 years ago
#5206 closed defect (duplicate)
Website Error
| Reported by: | fishpool at comcast.net | Owned by: | Jonas Borgström |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
TracGuide — The Trac User and Administration Guide Python Traceback
Traceback (most recent call last):
File "/var/lib/python-support/python2.4/trac/web/main.py", line 387, in dispatch_request
dispatcher.dispatch(req)
File "/var/lib/python-support/python2.4/trac/web/main.py", line 237, in dispatch
resp = chosen_handler.process_request(req)
File "build/bdist.linux-x86_64/egg/simpleticket/web_ui.py", line 72, in process_request
File "/var/lib/python-support/python2.4/trac/ticket/web_ui.py", line 127, in process_request
self._do_create(req, db)
File "/var/lib/python-support/python2.4/trac/ticket/web_ui.py", line 191, in _do_create
db.commit()
OperationalError: database is locked
Attachments (0)
Change History (1)
comment:1 by , 19 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | → duplicate |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



You should report that error to the administrator of the relevant Trac site (you didn't give any reference to it).
That error should be much less frequent with recent Trac versions (0.10.4), so please tell them to upgrade.
Unfortunately, the error can't be avoided completely when using PySqlite (see #3446).