← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 711721] Re: openerp-server-5.0.15 / 'ir_cron' object has no attribute 'restart'

 

Hello,

I have checked this issue again But it is working fine.
So I am closing this issue.

If you still faced the same problem than you can reopen this proper
steps.

Thanks for understanding!


** Changed in: openobject-server
       Status: Expired => Invalid

-- 
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:
  Invalid

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