v6 problem with configurator during creation database

Bug #622625 reported by GEM
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Invalid
Undecided
Unassigned

Bug Description

problem of connection to server, all modules checked are not installed :

server log :
  File "d:\OpenERP AllInOne\Server\addons\purchase\purchase.py", line 763, in make_po
AttributeError: 'module' object has no attribute 'strptime'
[2010-08-23 11:53:58,512] INFO:i18n:module sale: loading translation file for language fr
[2010-08-23 11:54:02,581] INFO:init:module project_mrp: loading project_mrp_workflow.xml
[2010-08-23 11:54:02,601] INFO:init:module project_mrp: loading process/project_mrp_process.xml
[2010-08-23 11:54:02,677] INFO:init:module project_mrp: loading project_mrp_view.xml
[2010-08-23 11:54:02,719] INFO:init:module project_mrp: loading test/project_task_procurement.yml
[2010-08-23 11:54:11,941] INFO:i18n:module project_mrp: loading translation file for language fr
[2010-08-23 11:54:12,276] INFO:init:module mrp: loading security/mrp_security.xml
[2010-08-23 11:54:12,424] INFO:init:module mrp: loading security/ir.model.access.csv
[2010-08-23 11:54:13,220] INFO:init:module mrp: loading mrp_workflow.xml
[2010-08-23 11:54:13,375] INFO:init:module mrp: loading mrp_data.xml
[2010-08-23 11:54:13,401] INFO:init:module mrp: loading wizard/mrp_product_produce_view.xml
[2010-08-23 11:54:13,438] INFO:init:module mrp: loading wizard/change_production_qty_view.xml
[2010-08-23 11:54:13,467] INFO:init:module mrp: loading wizard/mrp_price_view.xml
[2010-08-23 11:54:13,503] INFO:init:module mrp: loading wizard/mrp_workcenter_load_view.xml
[2010-08-23 11:54:13,539] INFO:init:module mrp: loading wizard/mrp_change_standard_price_view.xml
[2010-08-23 11:54:13,559] INFO:init:module mrp: loading mrp_view.xml
[2010-08-23 11:54:14,585] INFO:init:module mrp: loading mrp_report.xml
[2010-08-23 11:54:14,618] INFO:init:module mrp: loading company_view.xml
[2010-08-23 11:54:14,641] INFO:init:module mrp: loading process/stockable_product_process.xml
[2010-08-23 11:54:14,716] INFO:init:module mrp: loading process/service_product_process.xml
[2010-08-23 11:54:14,749] INFO:init:module mrp: loading process/procurement_process.xml
[2010-08-23 11:54:14,983] INFO:init:module mrp: loading mrp_installer.xml
[2010-08-23 11:54:15,049] INFO:init:module mrp: loading report/mrp_report_view.xml
[2010-08-23 11:54:15,217] INFO:init:module mrp: loading report/mrp_production_order_view.xml
[2010-08-23 11:54:15,316] INFO:init:module mrp: loading board_manufacturing_view.xml
[2010-08-23 11:54:15,427] INFO:init:module mrp: loading mrp_demo.xml
[2010-08-23 11:54:16,663] INFO:init:module mrp: loading board_manufacturing_demo.xml
[2010-08-23 11:54:16,701] INFO:init:module mrp: loading test/mrp_packs.yml
[2010-08-23 11:54:24,832] INFO:init:module mrp: loading test/mrp_phantom_bom.yml
[2010-08-23 11:54:33,072] ERROR:tests.mrp:'module' object has no attribute 'strptime'
Traceback (most recent call last):
  File "tools\yaml_import.pyo", line 691, in process
  File "tools\yaml_import.pyo", line 728, in _process_node
  File "tools\yaml_import.pyo", line 458, in process_function
  File "d:\OpenERP AllInOne\Server\addons\procurement\procurement.py", line 468, in run_scheduler
  File "d:\OpenERP AllInOne\Server\addons\procurement\schedulers.py", line 55, in _procure_confirm
  File "workflow\wkf_service.pyo", line 80, in trg_validate
  File "workflow\instance.pyo", line 48, in validate
  File "workflow\workitem.pyo", line 61, in process
  File "workflow\workitem.pyo", line 174, in _split_test
  File "workflow\workitem.pyo", line 182, in _join_test
  File "workflow\workitem.pyo", line 41, in create
  File "workflow\workitem.pyo", line 61, in process
  File "workflow\workitem.pyo", line 174, in _split_test
  File "workflow\workitem.pyo", line 182, in _join_test
  File "workflow\workitem.pyo", line 41, in create
  File "workflow\workitem.pyo", line 61, in process
  File "workflow\workitem.pyo", line 174, in _split_test
  File "workflow\workitem.pyo", line 182, in _join_test
  File "workflow\workitem.pyo", line 41, in create
  File "workflow\workitem.pyo", line 61, in process
  File "workflow\workitem.pyo", line 174, in _split_test
  File "workflow\workitem.pyo", line 182, in _join_test
  File "workflow\workitem.pyo", line 41, in create
  File "workflow\workitem.pyo", line 61, in process
  File "workflow\workitem.pyo", line 174, in _split_test
  File "workflow\workitem.pyo", line 182, in _join_test
  File "workflow\workitem.pyo", line 41, in create
  File "workflow\workitem.pyo", line 53, in process
  File "workflow\workitem.pyo", line 126, in _execute
  File "workflow\wkf_expr.pyo", line 68, in execute
  File "workflow\wkf_expr.pyo", line 58, in _eval_expr
  File "tools\safe_eval.pyo", line 267, in safe_eval
  File "", line 1, in <module>
  File "osv\orm.pyo", line 176, in <lambda>
  File "d:\OpenERP AllInOne\Server\addons\mrp\procurement.py", line 56, in action_produce_assign_product
  File "d:\OpenERP AllInOne\Server\addons\mrp\procurement.py", line 73, in make_mo
AttributeError: 'module' object has no attribute 'strptime'
[2010-08-23 11:54:33,325] INFO:i18n:module mrp: loading translation file for language fr
[2010-08-23 11:54:39,203] INFO:init:module sale_crm: loading wizard/crm_make_sale_view.xml
[2010-08-23 11:54:39,240] INFO:init:module sale_crm: loading sale_crm_view.xml
[2010-08-23 11:54:39,296] INFO:init:module sale_crm: loading board_sale_crm_view.xml
[2010-08-23 11:54:39,430] INFO:init:module sale_crm: loading process/sale_crm_process.xml
[2010-08-23 11:54:39,434] INFO:init:module sale_crm: loading security/sale_crm_security.xml
[2010-08-23 11:54:39,441] INFO:init:module sale_crm: loading test/sale_crm.yml
[2010-08-23 11:54:40,594] INFO:i18n:module sale_crm: loading translation file for language fr
[2010-08-23 11:54:41,085] WARNING:init:In-memory object procurement.order.compute.all (Compute all schedulers) should not have explicit access rules!
[2010-08-23 11:54:41,375] INFO:init:[01]: Assertions report:
[2010-08-23 11:54:41,375] INFO:init:[02]: Level success failed
[2010-08-23 11:54:41,375] INFO:init:[03]: error 5 0
[2010-08-23 11:54:41,375] INFO:init:[04]: total 5 0
[2010-08-23 11:54:41,377] INFO:init:[05]: end of report (5 assertion(s) checked)
[2010-08-23 11:54:41,483] INFO:orm:Computing parent left and right for table stock_location...
[2010-08-23 11:54:41,525] INFO:orm:Computing parent left and right for table account_account...
[2010-08-23 11:54:41,898] INFO:actions:getting next operation
[2010-08-23 11:54:41,898] INFO:actions:getting next <base.ir.ir_actions.ir_actions_todo object at 0x02D54590>
[2010-08-23 11:54:41,910] INFO:actions:next action is browse_record(ir.actions.todo, 4)
[2010-08-23 11:54:41,918] ERROR:web-services:netrpc: cannot deliver exception message to client
Traceback (most recent call last):
  File "service\netrpc_server.pyo", line 89, in run
  File "tiny_socket.pyo", line 65, in mysend
error: (10053, 'Software caused connection abort')

client log :
Traceback (most recent call last):
  File "widget\view\form_gtk\parser.pyo", line 122, in button_clicked
  File "widget\model\record.pyo", line 371, in get_button_action
  File "rpc.pyo", line 188, in rpc_exec_auth
rpc.rpc_exception: ('C', 'o', 'n', 'n', 'e', 'c', 't', 'i', 'o', 'n', ' ', 'r', 'e', 'f', 'u', 's', 'e', 'd', '!')

Revision history for this message
GEM (nimp3) wrote :

Hi,
solved with last revision,
bug can be closed,
thanks.
BYe

Changed in openobject-addons:
milestone: none → 6.0
status: New → Invalid
Revision history for this message
GEM (nimp3) wrote :

Hi jay,
thanks this bug is solved, but some other modules have problems at install (mrp, account_analytic_plans or due to dependance for mrp)
Bye

Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) wrote :

Hi GEM,

Share the traceback please.
Thanks.

Revision history for this message
GEM (nimp3) wrote :

I posted its here :
https://bugs.launchpad.net/openobject-server/+bug/633874
and
https://bugs.launchpad.net/openobject-server/+bug/633873

they are in server branch but they must be pushed to addons branch.
Bye

description: updated
description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.