Edgewall Software
Modify

Opened 12 years ago

Closed 12 years ago

#10705 closed defect (duplicate)

OperationalError: database is locked

Reported by: ssaha@… Owned by:
Priority: normal Milestone:
Component: general Version: 0.11.5rc2
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

While doing a GET operation on /query, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'col': [u'id',
         u'summary',
         u'status',
         u'owner',
         u'type',
         u'priority',
         u'component',
         u'due_assign',
         u'hours',
         u'due_close'],
 'keywords': u'~Telekom Austria',
 'order': u'priority',
 'report': u'51',
 'status': [u'accepted', u'assigned', u'new', u'reopened']}

System Information

Trac 0.11.5rc2
Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]
setuptools 0.6c11
SQLite 3.3.4
pysqlite 2.3.2
Genshi 0.5.1
Subversion 1.6.3 (r38063)
RPC 1.1.2

Python Traceback

Traceback (most recent call last):
  File "C:\Python26\lib\site-packages\trac-0.11.5rc2-py2.5-win32.egg\trac\web\main.py", line 444, in _dispatch_request
    dispatcher.dispatch(req)
  File "C:\Python26\lib\site-packages\trac-0.11.5rc2-py2.5-win32.egg\trac\web\main.py", line 228, in dispatch
    req.session.save()
  File "C:\Python26\lib\site-packages\trac-0.11.5rc2-py2.5-win32.egg\trac\web\session.py", line 137, in save
    db.commit()
OperationalError: database is locked

Attachments (0)

Change History (1)

comment:1 by Jun Omae, 12 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #3446, one of our MostFrequentDuplicates. Please search duplicates first.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


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