c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #02801
[Bug 667634] Re: object has no attribute 'pool'
Hy,
in 6.0 RC 1 .1, i have the same error.
Win XP - Full install -
///////////////////////////
log from openerp server
--------------------------
[2010-11-04 22:42:26,108][ictest] INFO:web-service:successful login from 'admin' using database 'ictest'
[2010-11-04 22:42:37,875][ictest] INFO:base.ir.module.module:Sending web content of modules [u'wiki'] to web client
[2010-11-04 22:42:37,890][ictest] ERROR:web-services:Uncaught exception
Traceback (most recent call last):
File "osv\osv.pyo", line 57, in wrapper
File "osv\osv.pyo", line 140, in execute
File "osv\osv.pyo", line 130, in execute_cr
File "C:\Program Files\OpenERP AllInOne\Server\addons\base\module\module.py", line 525, in get_web
File "addons\__init__.pyo", line 228, in zip_directory
File "zipfile.pyo", line 742, in writepy
File "ntpath.pyo", line 164, in split
File "ntpath.pyo", line 119, in splitdrive
TypeError: 'bool' object is unsubscriptable
///////////////////////////
error from firefox
---------------------
Unrecoverable error in the server.
Traceback (most recent call last):
File "C:\Program Files\OpenERP AllInOne\Web\python25\lib\site-packages\cherrypy-3.1.2-py2.5-win32.egg\cherrypy\_cprequest.py", line 541, in run
self.respond(pi)
File "C:\Program Files\OpenERP AllInOne\Web\python25\lib\site-packages\cherrypy-3.1.2-py2.5-win32.egg\cherrypy\_cprequest.py", line 624, in respond
self.handle_error()
File "C:\Program Files\OpenERP AllInOne\Web\python25\lib\site-packages\cherrypy-3.1.2-py2.5-win32.egg\cherrypy\_cprequest.py", line 746, in handle_error
self.error_response()
File "c:\program files\openerp allinone\web\python25\lib\site-packages\openerp_web-6.0.0_rc1_1-py2.5.egg\openerp-web\addons\openerp\controllers\root.py", line 38, in _cp_on_error
errorpage = cherrypy.request.pool.get_controller("/openerp/errorpage")
File "C:\Program Files\OpenERP AllInOne\Web\python25\lib\site-packages\cherrypy-3.1.2-py2.5-win32.egg\cherrypy\__init__.py", line 301, in __getattr__
return getattr(child, name)
AttributeError: 'Request' object has no attribute 'pool'
/////////////////////////////////////////
--
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: Incomplete
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'
References