c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #01902
[Bug 669800] Re: erp 6 : error when creating new database
Here's the error from the console :
[2010-11-02 09:55:38,161][test_08] INFO:init:module sale_crm: loading test/sale_crm.yml
[2010-11-02 09:55:38,987][test_08] INFO:i18n:module sale_crm: loading translation file for language fr
[2010-11-02 09:55:40,640][test_08] INFO:init:[01]: Assertions report:
[2010-11-02 09:55:40,641][test_08] INFO:init:[02]: Level success failed
[2010-11-02 09:55:40,641][test_08] INFO:init:[03]: error 1 0
[2010-11-02 09:55:40,642][test_08] INFO:init:[04]: total 1 0
[2010-11-02 09:55:40,643][test_08] INFO:init:[05]: end of report (1 assertion(s) checked)
[2010-11-02 09:55:40,663][test_08] INFO:data:Computing parent left and right for table stock_location...
[2010-11-02 09:55:40,740][test_08] INFO:data:Computing parent left and right for table account_account...
[2010-11-02 09:55:40,882][test_08] INFO:actions:getting next operation
[2010-11-02 09:55:40,883][test_08] INFO:actions:getting next <base.ir.ir_actions.ir_actions_todo object at 0xaab71ac>
[2010-11-02 09:55:40,906][test_08] INFO:actions:next action is browse_record(ir.actions.todo, 5)
Traceback (most recent call last):
File "/usr/lib/python2.6/logging/__init__.py", line 773, in emit
stream.write(fs % msg.encode("UTF-8"))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 400: ordinal not in range(128)
--
erp 6 : error when creating new database
https://bugs.launchpad.net/bugs/669800
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:
Hello,
I just download the last version (revision 2969). I then started to creata a new database but after having choosen the applications to install (all of them except 'extra tools', 'food industry', 'Auction Houses' and 'Manufacturing') I get the following error :
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 "/usr/lib/web6/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'
thanks
References