[Zope] ZODB storage errors ...during object abort

Andy Dustman farcepest at gmail.com
Tue Jan 25 09:21:37 EST 2005


On Mon, 24 Jan 2005 19:06:24 -0800 (PST), iroro <iroro at neurobs.com> wrote:

> --- <snip from Zope event log> ------
> 
> 2005-01-24T01:00:33 ERROR(200) ZODB A storage error occured during object abort. This shouldn't happen.
> Traceback (innermost last):
>   File /var/local/zope-2.6.4/lib/python/ZODB/Transaction.py, line 401, in _commit_error
>   File /var/local/zope-2.6.4/lib/python/Shared/DC/ZRDB/TM.py, line 60, in abort
>   File /var/local/zope/lib/python/Products/ZMySQLDA/db.py, line 405, in _abort

This is almost certainly due to trying to use non-transactional
tables. Are you using MySQL with transactions enabled, and are your
table types MyISAM or BDB or InnoDB? The latter two support
transactions, and as a practical matter, you need transactions to work
properly with Zope.
-- 
Computer interfaces should never be made of meat.

Using GMail? Setting Reply-to address to <> disables this annoying feature.


More information about the Zope mailing list