← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 615362] Re: Module Users_ldap: user create but log in waiting for "loading..."

 

Hello Nicola Riolini,

Our R&D Teams are focused on the latest OpenERP version, and this issue does not affect it.
Our policy is to keep the changes applied on stable branches to a minimum, in order to limit the regression risks for customers that are in production. This means that bugs reported on Launchpad are fixed in the trunk branch only by default, even if they were reported against other stable versions.
We stand of course ready to backport the change to stable releases if it has an impact on any customer. In this case please report it to our maintenance team via the OpenERP Publisher's Warranty. They will quickly help solve the issue and backport the fix if needed.
Thank you for your understanding!


** Changed in: openobject-addons
       Status: New => Won't Fix

-- 
Module Users_ldap: user create but log in waiting for "loading..."
https://bugs.launchpad.net/bugs/615362
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Addons Modules: Won't Fix

Bug description:
I installed users_ldap module, configured a new LDAP server in company LDAP section (the information here is correct because I test direct connecting with LDAP server)
I set up a template:
user login: %s
description: %s

there is installed python_ldap 
when I log in with DS server accounts in OpenERP I see a Menu description ad "loading..." but no other results.
I login with admin and I see that user has been created with my settings these are the log that I have when try to login:

[2010-08-09 15:19:19,779] ERROR:web-services:[01]: 
[2010-08-09 15:19:19,784] ERROR:web-services:[02]: Environment Information : 
[2010-08-09 15:19:19,784] ERROR:web-services:[03]: System : Linux-2.6.32-21-generic-i686-with-Ubuntu-10.04-lucid
[2010-08-09 15:19:19,784] ERROR:web-services:[04]: OS Name : posix
[2010-08-09 15:19:19,784] ERROR:web-services:[05]: Distributor ID:	Ubuntu
[2010-08-09 15:19:19,785] ERROR:web-services:[06]: Description:	Ubuntu 10.04.1 LTS
[2010-08-09 15:19:19,785] ERROR:web-services:[07]: Release:	10.04
[2010-08-09 15:19:19,785] ERROR:web-services:[08]: Codename:	lucid
[2010-08-09 15:19:19,785] ERROR:web-services:[09]: Operating System Release : 2.6.32-21-generic
[2010-08-09 15:19:19,785] ERROR:web-services:[10]: Operating System Version : #32-Ubuntu SMP Fri Apr 16 08:10:02 UTC 2010
[2010-08-09 15:19:19,786] ERROR:web-services:[11]: Operating System Architecture : 32bit
[2010-08-09 15:19:19,786] ERROR:web-services:[12]: Operating System Locale : it_IT.UTF8
[2010-08-09 15:19:19,786] ERROR:web-services:[13]: Python Version : 2.6.5
[2010-08-09 15:19:19,786] ERROR:web-services:[14]: OpenERP-Server Version : 5.0.12
[2010-08-09 15:19:19,786] ERROR:web-services:[15]: Last revision No. & ID : 2090 jvo@xxxxxxxxxxx-20100729115707-a37kzp0926xum20g
[2010-08-09 15:19:19,787] ERROR:web-services:[16]: 
[2010-08-09 15:19:19,788] ERROR:web-services:[17]: Traceback (most recent call last):
[2010-08-09 15:19:19,788] ERROR:web-services:[18]:   File "/home/administrator/OpenERP/openerp/server/bin/osv/osv.py", line 58, in wrapper
[2010-08-09 15:19:19,788] ERROR:web-services:[19]:     return f(self, dbname, *args, **kwargs)
[2010-08-09 15:19:19,788] ERROR:web-services:[20]:   File "/home/administrator/OpenERP/openerp/server/bin/osv/osv.py", line 119, in execute
[2010-08-09 15:19:19,789] ERROR:web-services:[21]:     res = pool.execute_cr(cr, uid, obj, method, *args, **kw)
[2010-08-09 15:19:19,789] ERROR:web-services:[22]:   File "/home/administrator/OpenERP/openerp/server/bin/osv/osv.py", line 111, in execute_cr
[2010-08-09 15:19:19,789] ERROR:web-services:[23]:     return getattr(object, method)(cr, uid, *args, **kw)
[2010-08-09 15:19:19,790] ERROR:web-services:[24]:   File "/home/administrator/OpenERP/openerp/server/bin/osv/orm.py", line 2228, in read
[2010-08-09 15:19:19,790] ERROR:web-services:[25]:     result = self._read_flat(cr, user, select, fields, context, load)
[2010-08-09 15:19:19,790] ERROR:web-services:[26]:   File "/home/administrator/OpenERP/openerp/server/bin/osv/orm.py", line 2360, in _read_flat
[2010-08-09 15:19:19,790] ERROR:web-services:[27]:     res2 = self._columns[f].get(cr, self, ids, f, user, context=context, values=res)
[2010-08-09 15:19:19,790] ERROR:web-services:[28]:   File "/home/administrator/OpenERP/openerp/server/bin/osv/fields.py", line 427, in get
[2010-08-09 15:19:19,791] ERROR:web-services:[29]:     res[r[self._fields_id]].append(r['id'])
[2010-08-09 15:19:19,792] ERROR:web-services:[30]: KeyError: 84
/home/administrator/OpenERP/openerp/server/bin/tools/misc.py:750: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  if hasattr(e, 'message'):
/home/administrator/OpenERP/openerp/server/bin/tools/misc.py:751: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  return ustr(e.message)