Modify

#6977 closed defect (fixed)

OperationalError: database is locked

Reported by: anonymous Owned by: stoecker
Priority: normal 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 Changed 19 months ago by Don-vip

  • Component changed from Core to Trac
  • Owner changed from team to stoecker

comment:2 Changed 19 months ago by stoecker

  • Resolution set to worksforme
  • Status changed from new to closed

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

comment:3 Changed 19 months ago by stoecker

Ticket #6996 has been marked as a duplicate of this ticket.

comment:4 Changed 18 months ago by Don-vip

  • Resolution worksforme deleted
  • Status changed from closed to reopened

Database was locked yesterday. It seems operational again, but some problems are still here. In particular, the version history does not reflect the commits I made yesterday (r4627, r4628, r4629).

comment:5 Changed 18 months ago by stoecker

  • Resolution set to fixed
  • Status changed from reopened to closed

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as closed .
as The resolution will be set. Next status will be 'closed'.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.