Opened 12 years ago

Closed 12 years ago

#4789 closed Bugs (duplicate)

OperationalError: database is locked

Reported by: anonymous Owned by: Douglas Gregor
Milestone: To Be Determined Component: trac / subversion
Version: Boost 1.44.0 Severity: Problem
Keywords: Cc:

Description

How to Reproduce

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

(please provide additional details here)

Request parameters:

{}

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

Change History (2)

comment:1 by viboes, 12 years ago

Component: Nonetrac / subversion
Owner: set to Douglas Gregor

comment:2 by Marshall Clow, 12 years ago

Resolution: duplicate
Status: newclosed

Same problem as #4586; Rene is working on this.

Note: See TracTickets for help on using tickets.