[Zope-dev] Bug in Zope 2.9?

2006-04-03 Thread Chris Withers
I see the following the first time a Zope instance is started under 2.9: 2006-04-03T10:59:30 ERROR Zope A problem was found when checking the global product registry. This is probably due to a Product being uninstalled or renamed. The traceback follows. Traceback (most recent call last):

Re: [Zope-dev] Bug in Zope 2.9?

2006-04-03 Thread Stefan H. Holek
This is an old ZODB, right? ZGlobals is used by ZClasses. There used to be a time when ZGlobals was still a BTree when it should have been a BTrees.BTree. Then some migration code was added. I suppose the error comes from the fact that BTree.so is now finally no longer part of Zope and

Re: [Zope-dev] TCP CLOSE_WAIT leaks

2006-04-03 Thread Dieter Maurer
Alan Milligan wrote at 2006-4-3 12:05 +1000: ... #36 0xa86a19b0 in ?? () #37 0xa86a19ac in ?? () #38 0xb7a07583 in ?? () from /opt/zope2.8/lib/python/Acquisition/_Acquisition.so #39 0xb7a83660 in ?? () #40 0x in ?? () I must confess that I'm quite puzzled that the main thread is also

[Zope-dev] Another 2.9 bug?

2006-04-03 Thread Chris Withers
Hi All, I see this intermittently on startup: 2006-04-03 21:21:37 ERROR Zope.ZODBMountPoint Failed to mount database. exceptio ns.ValueError (database_name 'packed' already in databases) Traceback (most recent call last): File