#3870 Freemedai trac database locked. openid?
Closed: Fixed None Opened 10 years ago by frankly3d.

Was testing a report to put F19 in, with an or for F18
Clicked save to test, my firefox crashed, and this was witing on my return.

Oops…
Trac detected an internal error:

OperationalError: database is locked

There was an internal error in Trac. It is recommended that you notify your local Trac administrator with the information needed to reproduce the issue.

To that end, you could ==== How to Reproduce ==== While doing a GET operation on /openidlogin, Trac issued an internal error. ''(please provide additional details here)'' Request parameters: {{{ {'openid_identifier': u'https://id.fedoraproject.org/'} }}} User agent: #USER_AGENT# ==== System Information ==== ''System information not available'' ==== Enabled Plugins ==== ''Plugin information not available'' ==== Python Traceback ==== {{{ Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 525, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 269, in dispatch req.session.save() File "/usr/lib/python2.6/site-packages/trac/web/session.py", line 117, in save @self.env.with_transaction() File "/usr/lib/python2.6/site-packages/trac/db/api.py", line 78, in transaction_wrapper ldb.commit() OperationalError: database is locked }}} a ticket.

The action that triggered the error was:

GET: /openidlogin

TracGuide — The Trac User and Administration Guide


Should be fixed now.

Please try again, and let us know if it still happens?

Still problem, with locked database, it report is click on it errs out, If I click edit down the l-hand side. I can revert any changes to see if that helps, it errs on saving.

Oops…
Trac detected an internal error:

OperationalError: database is locked

This is probably a local installation issue.
Found a bug in Trac?

Note that the following plugins seem to be involved: BatchModify, IniAdmin, NavAdd, TracAuthOpenId, TracBzr, TracCGit, TracCustomFieldAdmin, TracGit, TracMercurial, TracTocMacro, tracvatar, TracWorkflowAdmin Please report this issue to the plugin maintainer.

<snipped>blurb</snipped>

Python Traceback
Most recent call last:

File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 525, in _dispatch_request
File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 246, in dispatch
File "/usr/lib/python2.6/site-packages/trac/ticket/report.py", line 105, in process_request
File "/usr/lib/python2.6/site-packages/trac/ticket/report.py", line 183, in _do_save
File "/usr/lib/python2.6/site-packages/trac/db/api.py", line 78, in transaction_wrapper

Login to comment on this ticket.

Metadata