c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #03086
[Bug 668684] Re: [RC1]get_new_modules fails
** Changed in: openobject-client-web
Status: New => Invalid
--
[RC1]get_new_modules fails
https://bugs.launchpad.net/bugs/668684
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject Web Client: Invalid
Bug description:
>From a fresh downloaded web server distribution (version 3767) the following error occurs directly after startup:
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/CherryPy-3.1.2-py2.6.egg/cherrypy/_cprequest.py", line 606, in respond
cherrypy.response.body = self.handler()
File "/usr/local/lib/python2.6/dist-packages/CherryPy-3.1.2-py2.6.egg/cherrypy/_cpdispatch.py", line 25, in __call__
return self.callable(*self.args, **self.kwargs)
File "/usr/local/lib/python2.6/dist-packages/openerp_web-6.0.0_rc1-py2.6.egg/openobject/tools/_expose.py", line 199, in func_wrapper
res = func(*args, **kw)
File "/usr/local/lib/python2.6/dist-packages/openerp_web-6.0.0_rc1-py2.6.egg/openobject/controllers/_root.py", line 55, in default
obj = pooler.get_pool().get_controller("/openerp/modules")
File "/usr/local/lib/python2.6/dist-packages/openerp_web-6.0.0_rc1-py2.6.egg/openobject/pooler.py", line 93, in get_pool
addons.load_addons(db_name, config)
File "/usr/local/lib/python2.6/dist-packages/openerp_web-6.0.0_rc1-py2.6.egg/openobject/addons.py", line 210, in load_addons
new_modules = obj.get_new_modules()
AttributeError: 'NoneType' object has no attribute 'get_new_modules'
Note that teh Babel version 0.9.4 is still not found from the ftp distribution and that you have to change it to 0.9.5 first, run the setup and change it back again to 0.9.4 to be able to start.
Everything on Ubuntu 10.0.04 LTS
References