openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #10874
[Bug 956715] Re: Exception in thread Email Queue Manager
Please have a look at
https://bugs.launchpad.net/openobject-server/+bug/992525
which goes through TransactionRollbackError in general.
--
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/956715
Title:
Exception in thread Email Queue Manager
Status in OpenERP Server:
Triaged
Bug description:
From logging
2012-03-16 06:11:27,002 7725 ERROR ? openerp.sql_db: bad query: UPDATE ir_cron SET nextcall='2012-03-16 06:12:00', numbercall=-1 WHERE id=5
Traceback (most recent call last):
File "/home/dhongu/openerp-6.1/openerp/sql_db.py", line 212, in execute
res = self._obj.execute(query, params)
TransactionRollbackError: could not serialize access due to read/write dependencies among transactions
DETAIL: Reason code: Canceled on identification as a pivot, during write.
HINT: The transaction might succeed if retried.
Exception in thread Email Queue Manager:
Traceback (most recent call last):
File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
self.run()
File "/usr/lib/python2.6/threading.py", line 484, in run
self.__target(*self.__args, **self.__kwargs)
File "/home/dhongu/openerp-6.1/openerp/addons/base/ir/ir_cron.py", line 172, in _run_job
(nextcall.strftime(DEFAULT_SERVER_DATETIME_FORMAT), numbercall, job['id']))
File "/home/dhongu/openerp-6.1/openerp/sql_db.py", line 152, in wrapper
return f(self, *args, **kwargs)
File "/home/dhongu/openerp-6.1/openerp/sql_db.py", line 212, in execute
res = self._obj.execute(query, params)
TransactionRollbackError: could not serialize access due to read/write dependencies among transactions
DETAIL: Reason code: Canceled on identification as a pivot, during write.
HINT: The transaction might succeed if retried.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/956715/+subscriptions
References