Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OperationalError: database is locked #4449

Closed
cyberduck opened this issue May 5, 2010 · 1 comment
Closed

OperationalError: database is locked #4449

cyberduck opened this issue May 5, 2010 · 1 comment

Comments

@cyberduck
Copy link
Collaborator

63f2863 created the issue

How to Reproduce

While doing a GET operation on /wiki/help/en/howto/s3, Trac issued an internal error.

-(please provide additional details here)*

I want to create and account with Cyber duck to use with my BluDomain website but I cannot figure out for the life of me how to even create and account with you guys... can someone at cyberduck tell me how your site works? PLEASE
Request parameters:

{'page': u'help/en/howto/s3'}

System Information

|| Trac || 0.11.7 ||
|| Python || 2.5.5 (2cf41c2d83361396eeb63a03f7cd83e21fea57dc:77872, Apr 5 2010, 11:27:37) [[br]] [GCC 3.4.6 [FreeBSD] 20060305] ||
|| setuptools || 0.6c11 ||
|| SQLite || 3.6.23 ||
|| pysqlite || 2.3.5 ||
|| Genshi || 0.5.1 ||
|| mod_python || 3.3.1 ||
|| Pygments || 1.2.2 ||
|| Subversion || 1.6.11 (934486) ||

Python Traceback

Traceback (most recent call last):
  File "/usr/local/lib/python2.5/site-packages/Trac-0.11.7-py2.5.egg/trac/web/main.py", line 450, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/local/lib/python2.5/site-packages/Trac-0.11.7-py2.5.egg/trac/web/main.py", line 229, in dispatch
    req.session.save()
  File "/usr/local/lib/python2.5/site-packages/Trac-0.11.7-py2.5.egg/trac/web/session.py", line 129, in save
    (self.last_visit, self.sid, authenticated))
  File "/usr/local/lib/python2.5/site-packages/Trac-0.11.7-py2.5.egg/trac/db/util.py", line 64, in execute
    return self.cursor.execute(sql_escape_percent(sql), args)
  File "/usr/local/lib/python2.5/site-packages/Trac-0.11.7-py2.5.egg/trac/db/sqlite_backend.py", line 80, in execute
    result = PyFormatCursor.execute(self, *args)
  File "/usr/local/lib/python2.5/site-packages/Trac-0.11.7-py2.5.egg/trac/db/sqlite_backend.py", line 59, in execute
    args or [])
  File "/usr/local/lib/python2.5/site-packages/Trac-0.11.7-py2.5.egg/trac/db/sqlite_backend.py", line 51, in _rollback_on_error
    return function(self, *args, **kwargs)
OperationalError: database is locked

@cyberduck
Copy link
Collaborator Author

@ylangisc commented

Duplicate for #4448.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants