c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #22326
[Bug 711721] Re: openerp-server-5.0.15 / 'ir_cron' object has no attribute 'restart'
[Expired for OpenERP Server because there has been no activity for 60
days.]
** Changed in: openobject-server
Status: Incomplete => Expired
--
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:
Expired
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'
References