c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #01417
[Bug 667634] [NEW] object has no attribute 'pool'
Public bug reported:
6.0 RC1
Still configuring the database. get this error when clicking on "save
as" button for thinderbird pluginn
Unrecoverable error in the server.
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/CherryPy-3.1.2-py2.6.egg/cherrypy/_cprequest.py", line 541, in run
self.respond(pi)
File "/usr/local/lib/python2.6/dist-packages/CherryPy-3.1.2-py2.6.egg/cherrypy/_cprequest.py", line 624, in respond
self.handle_error()
File "/usr/local/lib/python2.6/dist-packages/CherryPy-3.1.2-py2.6.egg/cherrypy/_cprequest.py", line 746, in handle_error
self.error_response()
File "/mnt/downloads/OpenERP/Openerp-6.0/openerp-web-6.0.0-rc1/addons/openerp/controllers/root.py", line 38, in _cp_on_error
errorpage = cherrypy.request.pool.get_controller("/openerp/errorpage")
File "/usr/local/lib/python2.6/dist-packages/CherryPy-3.1.2-py2.6.egg/cherrypy/__init__.py", line 301, in __getattr__
return getattr(child, name)
AttributeError: 'Request' object has no attribute 'pool'
** Affects: openobject-addons
Importance: Undecided
Status: New
--
object has no attribute 'pool'
https://bugs.launchpad.net/bugs/667634
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: New
Bug description:
6.0 RC1
Still configuring the database. get this error when clicking on "save as" button for thinderbird pluginn
Unrecoverable error in the server.
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/CherryPy-3.1.2-py2.6.egg/cherrypy/_cprequest.py", line 541, in run
self.respond(pi)
File "/usr/local/lib/python2.6/dist-packages/CherryPy-3.1.2-py2.6.egg/cherrypy/_cprequest.py", line 624, in respond
self.handle_error()
File "/usr/local/lib/python2.6/dist-packages/CherryPy-3.1.2-py2.6.egg/cherrypy/_cprequest.py", line 746, in handle_error
self.error_response()
File "/mnt/downloads/OpenERP/Openerp-6.0/openerp-web-6.0.0-rc1/addons/openerp/controllers/root.py", line 38, in _cp_on_error
errorpage = cherrypy.request.pool.get_controller("/openerp/errorpage")
File "/usr/local/lib/python2.6/dist-packages/CherryPy-3.1.2-py2.6.egg/cherrypy/__init__.py", line 301, in __getattr__
return getattr(child, name)
AttributeError: 'Request' object has no attribute 'pool'
Follow ups
References