[ZODB-Dev] Weird InvalidObjectReference exception :-(

Chris Withers chrisw@nipltd.com
Mon, 07 Oct 2002 15:01:35 +0100


Jeremy Hylton wrote:
> This patch should add the transaction metadata to the traceback info.

Interesting... is there any reason why this patch can't be committed to CVS?

cheers,

Chris

PS: With it in place, I got:

2002-10-07T14:55:12 PANIC(300)
Traceback (innermost last):
   Module __main__, line 94, in ?
   Module ZODB.Transaction, line 161, in commit
   Module ZODB.Transaction, line 222, in commit
   Module ZODB.Transaction, line 195, in commit
   Module ZODB.Transaction, line 256, in _commit_objects
   Module ZODB.Connection, line 389, in commit
    - __traceback_info__: (('BTrees._IOBTree', 'IOBucket'), '\x00\x00\x00\x00\x00
\x06\xd6\xc3', '', '', "My transaction description")
InvalidObjectReference: Attempt to store an object from a foreign database conne
ction

..sadly not much more use :-(