Edgewall Software
Modify

Ticket #8574 (closed defect: duplicate)

Opened 2 years ago

Last modified 2 years ago

OperationalError: database is locked

Reported by: Jawadaq82@… Owned by:
Priority: normal Milestone:
Component: general Version: 0.11.1
Severity: normal Keywords:
Cc:
Release Notes:
API Changes:

Description

How to Reproduce

While doing a POST operation on /login, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'__FORM_TOKEN': u'0b2f1836c65d654c86c4ed72',
 'password': u'asd 123',
 'referer': u'http://192.168.1.100:8090/intranet',
 'user': u'jawad'}

User Agent was: Opera/9.63 (Windows NT 5.1; U; en) Presto/2.1.1

System Information

Trac 0.11.1
Python 2.4.4 (#71, Oct 18 2006, 08:34:43) [MSC v.1310 32 bit (Intel)]
setuptools 0.6c9
SQLite 3.3.6
pysqlite 2.3.2
Genshi 0.5.1
mod_python 3.3.1
Subversion 1.4.6 (r28521)
jQuery: 1.2.6

Python Traceback

Traceback (most recent call last):
  File "C:\osapps\Python24\lib\site-packages\trac-0.11.1-py2.4.egg\trac\web\main.py", line 423, in _dispatch_request
    dispatcher.dispatch(req)
  File "C:\osapps\Python24\lib\site-packages\trac-0.11.1-py2.4.egg\trac\web\main.py", line 197, in dispatch
    resp = chosen_handler.process_request(req)
  File "C:\osapps\Python24\lib\site-packages\tracaccountmanager-0.2.1dev_r4679-py2.4.egg\acct_mgr\web_ui.py", line 454, in process_request
  File "C:\osapps\Python24\lib\site-packages\trac-0.11.1-py2.4.egg\trac\web\auth.py", line 101, in process_request
    self._do_login(req)
  File "C:\osapps\Python24\lib\site-packages\tracaccountmanager-0.2.1dev_r4679-py2.4.egg\acct_mgr\web_ui.py", line 459, in _do_login
  File "C:\osapps\Python24\lib\site-packages\trac-0.11.1-py2.4.egg\trac\web\auth.py", line 140, in _do_login
    "VALUES (%s, %s, %s, %s)", (cookie, remote_user,
  File "C:\osapps\Python24\lib\site-packages\trac-0.11.1-py2.4.egg\trac\db\util.py", line 50, in execute
    return self.cursor.execute(sql_escape_percent(sql), args)
  File "C:\osapps\Python24\lib\site-packages\trac-0.11.1-py2.4.egg\trac\db\sqlite_backend.py", line 58, in execute
    args or [])
  File "C:\osapps\Python24\lib\site-packages\trac-0.11.1-py2.4.egg\trac\db\sqlite_backend.py", line 50, in _rollback_on_error
    return function(self, *args, **kwargs)
OperationalError: database is locked


Attachments

Change History

comment:1 Changed 2 years ago by eblot

  • Resolution set to duplicate
  • Status changed from new to closed

You probably failed to read the NewTicketGuidelines. Please see MostFrequentDuplicates, and upgrade your Trac installation

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from (none). Next status will be 'closed'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.