Edgewall Software
Modify

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#8339 closed defect (duplicate)

OperationalError: database is locked

Reported by: oweidner Owned by:
Priority: normal Milestone:
Component: general Version: 0.11.2.1
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

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

(please provide additional details here)

Request parameters:

{'id': u'3'}

System Information

Trac 0.11.2.1
Python 2.5.1 (r251:54863, Feb 6 2009, 19:02:12)
[GCC 4.0.1 (Apple Inc. build 5465)]
setuptools 0.6c9
SQLite 3.4.0
pysqlite 2.3.2
Genshi 0.5.1
Subversion 1.4.4 (r25188)

Python Traceback

Traceback (most recent call last):
  File "/Library/Python/2.5/site-packages/Trac-0.11.2.1-py2.5.egg/trac/web/main.py", line 432, in _dispatch_request
    dispatcher.dispatch(req)
  File "/Library/Python/2.5/site-packages/Trac-0.11.2.1-py2.5.egg/trac/web/main.py", line 229, in dispatch
    req.session.save()
  File "/Library/Python/2.5/site-packages/Trac-0.11.2.1-py2.5.egg/trac/web/session.py", line 137, in save
    db.commit()
OperationalError: database is locked

Attachments (0)

Change History (3)

comment:1 by ebray, 15 years ago

Resolution: duplicate
Status: newclosed

comment:2 by Christian Boos, 15 years ago

Can you nevertheless tell us which plugins you were using?

comment:3 by Remy Blank, 15 years ago

Have you also noticed that we almost never get replies to questions posted on automatically-reported tickets? I suspect this to be due to using the local username as the reporter field, which usually doesn't contain an e-mail address.

We should make the e-mail address mandatory for creating tickets on t.e.o from within a Trac installation. I guess that's one more item for #5516.

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.