c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #14761
[Bug 711721] [NEW] openerp-server-5.0.15 / 'ir_cron' object has no attribute 'restart'
Public bug reported:
I wanted to test openerp-server-5.0.15:
I tried to start the server: ./openerp-server.py --log-level=debug --no-
xmlrpc --net_port=12000
I got the following error:
Traceback (most recent call last):
File "./openerp-server.py", line 102, in <module>
pooler.get_db_and_pool(db, update_module=tools.config['init'] or tools.config['update'])
File "/home/administrator/openerp5.0.15/openerp-server-5.0.15/bin/pooler.py", line 54, in get_db_and_pool
pool.get('ir.cron').restart(db.dbname)
AttributeError: 'ir_cron' object has no attribute 'restart'
** Affects: openobject-server
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/711721
Title:
openerp-server-5.0.15 / 'ir_cron' object has no attribute 'restart'
Status in OpenERP Server:
New
Bug description:
I wanted to test openerp-server-5.0.15:
I tried to start the server: ./openerp-server.py --log-level=debug
--no-xmlrpc --net_port=12000
I got the following error:
Traceback (most recent call last):
File "./openerp-server.py", line 102, in <module>
pooler.get_db_and_pool(db, update_module=tools.config['init'] or tools.config['update'])
File "/home/administrator/openerp5.0.15/openerp-server-5.0.15/bin/pooler.py", line 54, in get_db_and_pool
pool.get('ir.cron').restart(db.dbname)
AttributeError: 'ir_cron' object has no attribute 'restart'
Follow ups
References