GHC Trac says database is locked

I tried to submit a comment on #2530 and got this error. Sean ------- Oops... *Trac detected an internal error:* If you think this really should work and you can reproduce it. Then you should consider to report this problem to the Trac team. Go to http://trac.edgewall.org/ and create a new ticket where you describe the problem, how to reproduce it. Don't forget to include the python traceback found below. TracGuide http://hackage.haskell.org/trac/ghc/wiki/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 "/var/lib/python-support/python2.4/trac/ticket/web_ui.py", line 279, in process_request self._do_save(req, db, ticket) File "/var/lib/python-support/python2.4/trac/ticket/web_ui.py", line 546, in _do_save cnum=internal_cnum): File "/var/lib/python-support/python2.4/trac/ticket/model.py", line 250, in save_changes (self.id, when, author, cnum, comment)) File "/var/lib/python-support/python2.4/trac/db/util.py", line 50, in execute return self.cursor.execute(sql_escape_percent(sql), args) File "/usr/lib/python2.4/site-packages/sqlite/main.py", line 237, in execute self.con._begin() File "/usr/lib/python2.4/site-packages/sqlite/main.py", line 503, in _begin self.db.execute("BEGIN") OperationalError: database is locked

On 19/11/2009 17:34, Sean Leather wrote:
On Thu, Nov 19, 2009 at 16:58, Sean Leather wrote:
I tried to submit a comment on #2530 and got this error.
Well, it works now, 1.5 hours later.
I think that happens when you clash with someone else doing something on the Trac. Usually I just retry and it works. Cheers, Simon

I tried to submit a comment on #2530 and got this error.
Well, it works now, 1.5 hours later.
I think that happens when you clash with someone else doing something on the Trac. Usually I just retry and it works.
Thanks for the info. I retried probably 5 times within the space of 10 minutes. I suppose somebody could've been doing a large database operation... Regards, Sean

On Fri, Nov 20, 2009 at 04:05:01PM +0100, Sean Leather wrote:
I tried to submit a comment on #2530 and got this error.
Well, it works now, 1.5 hours later.
I think that happens when you clash with someone else doing something on the Trac. Usually I just retry and it works.
Thanks for the info. I retried probably 5 times within the space of 10 minutes. I suppose somebody could've been doing a large database operation...
I think what the error means is "Couldn't get a lock within 2 seconds" or something, which tends to mean that the machine is heavily loaded, e.g. backups were running. Thanks Ian
participants (3)
-
Ian Lynagh
-
Sean Leather
-
Simon Marlow