← Back to team overview

openerp-india team mailing list archive

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

 

Hi Guys.
I'm facing the same problem.
Openerp 6.1, using caldav with thundirbird (for calendars) and lightning (for tasks)
THE PASSWORD IN LOG IS NOT CRYPTED !!!! (COULD BE A BIG SECURITY ISSUE)


2012-11-20 11:21:41,596 13057 WARNING ? webdav: Cannot calculate own address: '_fileobject' object has no attribute 'getsockname'
2012-11-20 11:21:41,597 13057 INFO ? werkzeug: 81.248.44.73 - - [20/Nov/2012 11:21:41] "PROPFIND /webdav/GuyacomDev/calendars/users/isabelle/c/Tasks/ HTTP/1.1" 401 -
2012-11-20 11:21:41,634 13057 WARNING ? webdav: Cannot calculate own address: '_fileobject' object has no attribute 'getsockname'
2012-11-20 11:21:41,635 13057 INFO ? werkzeug: 81.248.44.73 - - [20/Nov/2012 11:21:41] "PROPFIND /webdav/GuyacomDev/calendars/users/isabelle/c/Meetings/ HTTP/1.1" 401 -
2012-11-20 11:21:42,036 13057 WARNING ? webdav: Cannot calculate own address: '_fileobject' object has no attribute 'getsockname'
2012-11-20 11:21:42,036 13057 INFO ? openerp.service.http_server: Found user="isabelle", passwd="***" for db="GuyacomDev"
2012-11-20 11:21:42,044 13057 WARNING ? webdav: Cannot calculate own address: '_fileobject' object has no attribute 'getsockname'
2012-11-20 11:21:42,044 13057 INFO ? openerp.service.http_server: Found user="isabelle", passwd="***" for db="GuyacomDev"
2012-11-20 11:21:42,046 13057 ERROR ? openerp.sql_db: bad query: SELECT id from res_users
                          WHERE login='isabelle' AND password='isabelle'
                                AND active FOR UPDATE NOWAIT
Traceback (most recent call last):
  File "/opt/openerp/server/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"


Charton Jérémie
Société Guyacom
French Guiana

-- 
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:
  Confirmed

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