Modify ↓
#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 , 15 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:3 by , 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.
Note:
See TracTickets
for help on using tickets.
See MostFrequentDuplicates