openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #09649
[Bug 969063] [NEW] [6.1] missing timezone results in cron exception
Public bug reported:
2012-03-30 09:44:33,150 4627 WARNING ? openerp.addons.base.ir.ir_cron: Exception in cron:
Traceback (most recent call last):
File "/opt/openerp/server/6.1/openerp/addons/base/ir/ir_cron.py", line 254, in _run_jobs_multithread
next_call = calendar.timegm(time.strptime(next_call, DEFAULT_SERVER_DATETIME_FORMAT))
AttributeError: _strptime_time
2012-03-30 09:58:10,411 4627 INFO ? openerp.netsvc: Stopping 0 services
could be fixed by adding a proper --timezone setting.
there should be a sensible default or a better hint on solving the
exception.
** Affects: openobject-server
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/969063
Title:
[6.1] missing timezone results in cron exception
Status in OpenERP Server:
New
Bug description:
2012-03-30 09:44:33,150 4627 WARNING ? openerp.addons.base.ir.ir_cron: Exception in cron:
Traceback (most recent call last):
File "/opt/openerp/server/6.1/openerp/addons/base/ir/ir_cron.py", line 254, in _run_jobs_multithread
next_call = calendar.timegm(time.strptime(next_call, DEFAULT_SERVER_DATETIME_FORMAT))
AttributeError: _strptime_time
2012-03-30 09:58:10,411 4627 INFO ? openerp.netsvc: Stopping 0 services
could be fixed by adding a proper --timezone setting.
there should be a sensible default or a better hint on solving the
exception.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/969063/+subscriptions
Follow ups
References