← Back to team overview

openerp-india team mailing list archive

[Bug 941719] [NEW] could not serialize access due to concurrent update

 

Public bug reported:

Occasionally when installing modules, after the installation instead of
getting a success message I get


2012-02-27 01:44:51,917 5824 ERROR ? openerp.sql_db: bad query: UPDATE res_users SET date=now() WHERE id=1 AND password=E'$1$Z2MPtD4U$68ZWRg1wnVtIzXFQVXohb.' AND active RETURNING id
Traceback (most recent call last):
  File "/usr/local/openerp/6.1/openerp-server/openerp/sql_db.py", line 212, in execute
    res = self._obj.execute(query, params)
TransactionRollbackError: could not serialize access due to concurrent update

** Affects: openobject-addons
     Importance: Undecided
         Status: New

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

Title:
  could not serialize access due to concurrent update

Status in OpenERP Addons (modules):
  New

Bug description:
  Occasionally when installing modules, after the installation instead
  of getting a success message I get

  
  2012-02-27 01:44:51,917 5824 ERROR ? openerp.sql_db: bad query: UPDATE res_users SET date=now() WHERE id=1 AND password=E'$1$Z2MPtD4U$68ZWRg1wnVtIzXFQVXohb.' AND active RETURNING id
  Traceback (most recent call last):
    File "/usr/local/openerp/6.1/openerp-server/openerp/sql_db.py", line 212, in execute
      res = self._obj.execute(query, params)
  TransactionRollbackError: could not serialize access due to concurrent update

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


Follow ups

References