← Back to team overview

openerp-india team mailing list archive

[Bug 949907] Re: could not obtain lock on row in relation "res_users"

 

I ran into this same issue.  What I did was accessing the calendars
collections from thunderbird. It seems that it occurs when things get
'busy' for lack of a better word.

The problem dissapears when access  to the database get less again.

It is reproduceable on our end reliably  by doing a 'sync remote
calendars'  with 3 or more calendars defined in thunderbird.


** Changed in: openobject-server
       Status: Invalid => New

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/949907

Title:
  could not obtain lock on row in relation "res_users"

Status in OpenERP Server:
  New

Bug description:
  I received a number of these with the

  2012-03-08 13:00:58,104 18563 ERROR ? openerp.sql_db: bad query: SELECT id from res_users
                            WHERE login='admin' AND password='admin'
                                  AND active FOR UPDATE NOWAIT
  Traceback (most recent call last):
    File "/home/richard/src/openerp/server/6.1/openerp/sql_db.py", line 212, in execute
      res = self._obj.execute(query, params)
  OperationalError: could not obtain lock on row in relation "res_users"

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/949907/+subscriptions


References