Modify ↓
Opened 18 years ago
Closed 18 years ago
#5751 closed defect (invalid)
Problem trying to make a ticket fixed
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ticket system | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
Got error below trying to make a ticket fixed (URL included) http://tools.assembla.com/workamper/ticket/26#preview
THANKS!
Python Traceback
Traceback (most recent call last):
File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request
dispatcher.dispatch(req)
File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 237, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/local/lib/python2.4/site-packages/trac/ticket/web_ui.py", line 290, in process_request
self._do_save(req, db, ticket)
File "/usr/local/lib/python2.4/site-packages/trac/ticket/web_ui.py", line 557, in _do_save
cnum=internal_cnum):
File "/usr/local/lib/python2.4/site-packages/trac/ticket/model.py", line 240, in save_changes
(self[name], self.id))
File "/usr/local/lib/python2.4/site-packages/trac/db/util.py", line 50, in execute
return self.cursor.execute(sql_escape_percent(sql), args)
File "/usr/local/lib/python2.4/site-packages/trac/db/sqlite_backend.py", line 56, in execute
args or [])
File "/usr/local/lib/python2.4/site-packages/trac/db/sqlite_backend.py", line 48, in _rollback_on_error
return function(self, *args, **kwargs)
OperationalError: database is locked
Attachments (0)
Change History (1)
comment:1 by , 18 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | → invalid |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



Duplicate of many other similar issues (search for "database is locked").
As the URL is password protected and you forgot to specify the Trac version, it's hard to tell how to fix this issue, but the first thing to do is to upgrade it to 0.10.4 if it is not running this latest release.