openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #16478
[Bug 956715] Re: Exception in thread Email Queue Manager
*** This bug is a duplicate of bug 992525 ***
https://bugs.launchpad.net/bugs/992525
I had the same error, in Eclipse and console launching. But if I moving
the same database and the same OpenERP installation to my production
server, the error did not occur.
Solution, like bug https://bugs.launchpad.net/openobject-
server/+bug/992525 say, updating the psycopg2 library version 2.2.1 to
latest in my Ubuntu repos 2.4.2 solve the problem.
--
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