← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 765524] Re: Server crashes when connecting with web client

 

I was using the supplied GTK client available as Debian package with
Ubuntu, but it seems that its version doesn't match the one for the
server, so it always failed.

I used latest SVN for client and server and now it works.

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/765524

Title:
  Server crashes when connecting with web client

Status in OpenERP Server:
  New

Bug description:
  A fresh installation of openerp server, client and web client on
  Ubuntu Server 10.10. When using GTK client it connects fine, but when
  using web client the login form appears, but after submitting login
  information I receive this and then crashes:

  [2011-04-18 23:46:06,815][alkaid_openerp] INFO:init:module base_setup: loading objects
  [2011-04-18 23:46:06,815][alkaid_openerp] INFO:init:module base_setup: registering objects
  [2011-04-18 23:46:06,850][alkaid_openerp] INFO:web-service:successful login from 'admin' using database 'alkaid_openerp'
  [2011-04-18 23:46:07,043][alkaid_openerp] ERROR:web-services:[01]: 
  [2011-04-18 23:46:07,045][alkaid_openerp] ERROR:web-services:[02]: Environment Information : 
  [2011-04-18 23:46:07,045][alkaid_openerp] ERROR:web-services:[03]: System : Linux-2.6.35-24-generic-i686-with-Ubuntu-10.10-maverick
  [2011-04-18 23:46:07,045][alkaid_openerp] ERROR:web-services:[04]: OS Name : posix
  [2011-04-18 23:46:07,045][alkaid_openerp] ERROR:web-services:[05]: Distributor ID:      Ubuntu
  [2011-04-18 23:46:07,046][alkaid_openerp] ERROR:web-services:[06]: Description: Ubuntu 10.10
  [2011-04-18 23:46:07,046][alkaid_openerp] ERROR:web-services:[07]: Release:     10.10
  [2011-04-18 23:46:07,046][alkaid_openerp] ERROR:web-services:[08]: Codename:    maverick
  [2011-04-18 23:46:07,046][alkaid_openerp] ERROR:web-services:[09]: Operating System Release : 2.6.35-24-generic
  [2011-04-18 23:46:07,046][alkaid_openerp] ERROR:web-services:[10]: Operating System Version : #42-Ubuntu SMP Thu Dec 2 01:41:57 UTC 2010
  [2011-04-18 23:46:07,046][alkaid_openerp] ERROR:web-services:[11]: Operating System Architecture : 32bit
  [2011-04-18 23:46:07,046][alkaid_openerp] ERROR:web-services:[12]: Operating System Locale : es_CR.UTF8
  [2011-04-18 23:46:07,050][alkaid_openerp] ERROR:web-services:[13]: Python Version : 2.6.6
  [2011-04-18 23:46:07,050][alkaid_openerp] ERROR:web-services:[14]: OpenERP-Server Version : 5.0.14
  [2011-04-18 23:46:07,050][alkaid_openerp] ERROR:web-services:[15]: Last revision No. & ID : 
  [2011-04-18 23:46:07,050][alkaid_openerp] ERROR:web-services:[16]: Traceback (most recent call last):
  [2011-04-18 23:46:07,050][alkaid_openerp] ERROR:web-services:[17]:   File "/usr/share/pyshared/openerp-server/osv/osv.py", line 58, in wrapper
  [2011-04-18 23:46:07,050][alkaid_openerp] ERROR:web-services:[18]:     return f(self, dbname, *args, **kwargs)
  [2011-04-18 23:46:07,050][alkaid_openerp] ERROR:web-services:[19]:   File "/usr/share/pyshared/openerp-server/osv/osv.py", line 119, in execute
  [2011-04-18 23:46:07,051][alkaid_openerp] ERROR:web-services:[20]:     res = pool.execute_cr(cr, uid, obj, method, *args, **kw)
  [2011-04-18 23:46:07,051][alkaid_openerp] ERROR:web-services:[21]:   File "/usr/share/pyshared/openerp-server/osv/osv.py", line 111, in execute_cr
  [2011-04-18 23:46:07,051][alkaid_openerp] ERROR:web-services:[22]:     return getattr(object, method)(cr, uid, *args, **kw)
  [2011-04-18 23:46:07,051][alkaid_openerp] ERROR:web-services:[23]: AttributeError: 'module' object has no attribute 'list_web'

  
  More details:

  Linux ak-openerp-001 2.6.35-24-generic #42-Ubuntu SMP Thu Dec 2
  01:41:57 UTC 2010 i686 GNU/Linux

  Name: openerp-web
  Version: 6.0.2
  Summary: Web Client of OpenERP, the Enterprise Management Software


References