have you tried the debugger? you can find out more about the object that way. suppose you are in the debugger and the zope root is bound to app:: app._p_jar['\x00\x00\x00\x00\x00\x01\xef\xce'] that grabs the object "directly" and you might be able to find out more that way. jens On Wednesday, Mar 12, 2003, at 07:01 US/Eastern, BZ wrote:
I have been getting a POSKeyError when trying to list my Members directory through the ZMI. I backed up everything packed the ZODB and turned on debugging. Looks like there is a bad object.
When I run fstest.py: 119583146L object serialno 0x034aab9e4b7e624c does not matchtransaction id 0x034ac5e367948900
When I run it in debug mode I see it is this object: \x00\x00\x00\x00\x00\x01\xef\xce
I grep'd on both of those things in my Data.fs but cannot find it. So, how do I (or should I) delete that object?
BZ
_______________________________________________ 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 )