Opened 11 years ago
Closed 11 years ago
#6244 closed Bugs (duplicate)
OperationalError: database is locked
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Milestone: | To Be Determined | Component: | None |
Version: | Boost 1.48.0 | Severity: | Problem |
Keywords: | Cc: |
Description
How to Reproduce
While doing a GET operation on /ticket/2879
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'id': u'2879'}
User agent: #USER_AGENT#
System Information
System information not available
Enabled Plugins
Plugin information not available
Python Traceback
Traceback (most recent call last): File "build/bdist.linux-i686/egg/trac/web/main.py", line 513, in _dispatch_request dispatcher.dispatch(req) File "build/bdist.linux-i686/egg/trac/web/main.py", line 258, in dispatch req.session.save() File "build/bdist.linux-i686/egg/trac/web/session.py", line 88, in save @self.env.with_transaction() File "build/bdist.linux-i686/egg/trac/db/api.py", line 78, in transaction_wrapper ldb.commit() OperationalError: database is locked
Note:
See TracTickets
for help on using tickets.
Yes, this happens intermittently, for all of trac. Closing as a known problem that we are trying to address.. with a new server.