[ZODB-Dev] v3.2b2 StorageTransactionError
Christoph Devenoges
c at devenoges.com
Tue Aug 5 00:00:27 EDT 2003
hi
i have a (high write) webapp using ZEO, today i got a StorageTransactionError,
http://www.zope.org/Documentation/Developer/Models/ZODB/ZODB_Exceptions_StorageTransactionError_Doc.html
(wouldnt 70 chars be a nice limit for URL length?)
tells me that:
"...Applications should never encounter this exception unless there is
a bug in ZODB or in a storage implementation. "
there have been postings about this before but no resolution
http://mail.zope.org/pipermail/zodb-dev/2003-May/005204.html
i have a single filestorage, connected to by 2 processes via
ClientStorage.
could this kind of error occur when not all transactions are
explicitly either committed or aborted?
perhaps i am not using a stable configuration?
Python 2.3 (#1, Jul 31 2003, 23:50:21)
>>> ZODB.__version__
'3.2b2'
>>> ZEO.version
'2.1b2'
chris
--
"If at first you don't succeed, destroy all evidence that you had
tried."
More information about the ZODB-Dev
mailing list