#3536: trac error when adding a comment to a ticket
---------------------------------+------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: jonas
Type: defect | Status: closed
Priority: normal | Milestone:
Component: general | Version: 0.9.6
Severity: normal | Resolution: duplicate
Keywords: |
---------------------------------+------------------------------------------
Comment (by cboos):
Funnily, I had also a lock at the first attempt I made to save the ticket
comment above ;)
{{{
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 316, in
dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 201, in
dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.3/site-packages/trac/ticket/web_ui.py", line 259,
in process_request
self._do_save(req, db, ticket)
File "/usr/lib/python2.3/site-packages/trac/ticket/web_ui.py", line 526,
in _do_save
cnum=internal_cnum)
File "/usr/lib/python2.3/site-packages/trac/ticket/model.py", line 241,
in save_changes
(self[name], self.id))
File "/usr/lib/python2.3/site-packages/trac/db/util.py", line 47, in
execute
return self.cursor.execute(sql_escape_percent(sql), args)
File "/usr/lib/python2.3/site-packages/trac/db/sqlite_backend.py", line
44, in execute
args or [])
File "/usr/lib/python2.3/site-packages/trac/db/sqlite_backend.py", line
36, in _rollback_on_error
return function(self, *args, **kwargs)
OperationalError: database is locked
}}}
--
Ticket URL: <http://trac.edgewall.org/ticket/3536#comment:2>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets