Zope 2.7.3 Python 2.3.4 ZODB 3.2.4 (as released with Python 2.7.3) ZMySQLDA 2.0.9 ------ 2004-11-23T08:22:29 ERROR(200) ZODB A storage error occured during object abort. This shouldn't happen. Traceback (most recent call last): File "/usr/local/src/zope/Zope2.7/lib/python/ZODB/Transaction.py", line 412, in _commit_error j.tpc_abort(self) # This should never fail File "/usr/local/src/zope/Zope2.7/lib/python/Shared/DC/ZRDB/TM.py", line 63, in abort try: self._abort() File "/opt/zope/zproducts/standard/ZMySQLDA/db.py", line 405, in _abort self._tlock.release() error: release unlocked lock ------ I'm seeing this fairly frequently in the event.log. Any hint as to what might be causing it?
The MySQL is 3.23 or so. I probably should upgrade... On Tue, 30 Nov 2004, Dennis Allison wrote:
Zope 2.7.3 Python 2.3.4 ZODB 3.2.4 (as released with Python 2.7.3) ZMySQLDA 2.0.9
------ 2004-11-23T08:22:29 ERROR(200) ZODB A storage error occured during object abort. This shouldn't happen. Traceback (most recent call last): File "/usr/local/src/zope/Zope2.7/lib/python/ZODB/Transaction.py", line 412, in _commit_error j.tpc_abort(self) # This should never fail File "/usr/local/src/zope/Zope2.7/lib/python/Shared/DC/ZRDB/TM.py", line 63, in abort try: self._abort() File "/opt/zope/zproducts/standard/ZMySQLDA/db.py", line 405, in _abort self._tlock.release() error: release unlocked lock ------
I'm seeing this fairly frequently in the event.log. Any hint as to what might be causing it?
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
On Tue, 30 Nov 2004 13:15:59 -0800 (PST), Dennis Allison <allison@sumeru.stanford.edu> wrote:
The MySQL is 3.23 or so. I probably should upgrade...
On Tue, 30 Nov 2004, Dennis Allison wrote:
Zope 2.7.3 Python 2.3.4 ZODB 3.2.4 (as released with Python 2.7.3) ZMySQLDA 2.0.9
------ 2004-11-23T08:22:29 ERROR(200) ZODB A storage error occured during object abort. This shouldn't happen.
this usually happens when the rdb b0rked. check whether mysql is up and operational. hth
Traceback (most recent call last): File "/usr/local/src/zope/Zope2.7/lib/python/ZODB/Transaction.py", line 412, in _commit_error j.tpc_abort(self) # This should never fail File "/usr/local/src/zope/Zope2.7/lib/python/Shared/DC/ZRDB/TM.py", line 63, in abort try: self._abort() File "/opt/zope/zproducts/standard/ZMySQLDA/db.py", line 405, in _abort self._tlock.release() error: release unlocked lock ------
I'm seeing this fairly frequently in the event.log. Any hint as to what might be causing it?
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- http://myzope.kedai.com.my - my-zope.org
Dennis Allison wrote at 2004-11-30 13:07 -0800:
Zope 2.7.3 Python 2.3.4 ZODB 3.2.4 (as released with Python 2.7.3) ZMySQLDA 2.0.9
------ 2004-11-23T08:22:29 ERROR(200) ZODB A storage error occured during object abort. This shouldn't happen. Traceback (most recent call last): ... try: self._abort() File "/opt/zope/zproducts/standard/ZMySQLDA/db.py", line 405, in _abort self._tlock.release() error: release unlocked lock
As you can see from the traceback, this is not a ZODB problem but a "ZMySQLDA" bug[let]. -- Dieter
Thanks Dieter. Andy Dustman pointed that out and recommended that I move to MySQLDB 1.1.7 (the latest). Fixed the problem. On Wed, 1 Dec 2004, Dieter Maurer wrote:
lman/listinfo/zope>, <mailto:zope-request@zope.org?subject=subscribe> Sender: zope-bounces@zope.org Errors-To: zope-bounces@zope.org Status: O X-Status: X-Keywords: X-UID: 7599
Dennis Allison wrote at 2004-11-30 13:07 -0800:
Zope 2.7.3 Python 2.3.4 ZODB 3.2.4 (as released with Python 2.7.3) ZMySQLDA 2.0.9
------ 2004-11-23T08:22:29 ERROR(200) ZODB A storage error occured during object abort. This shouldn't happen. Traceback (most recent call last): ... try: self._abort() File "/opt/zope/zproducts/standard/ZMySQLDA/db.py", line 405, in _abort self._tlock.release() error: release unlocked lock
As you can see from the traceback, this is not a ZODB problem but a "ZMySQLDA" bug[let].
-- Dieter _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailm
participants (3)
-
Bakhtiar A Hamid -
Dennis Allison -
Dieter Maurer