Modify

Opened 14 years ago

Closed 13 years ago

#6977 closed defect (fixed)

OperationalError: database is locked

Reported by: anonymous Owned by: stoecker
Priority: normal Milestone:
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 by Don-vip, 14 years ago

Component: CoreTrac
Owner: changed from team to stoecker

comment:2 by stoecker, 14 years ago

Resolution: worksforme
Status: newclosed

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 by stoecker, 14 years ago

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

comment:4 by Don-vip, 13 years ago

Resolution: worksforme
Status: closedreopened

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 by stoecker, 13 years ago

Resolution: fixed
Status: reopenedclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain stoecker.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.