[Zope] Re: [Zope-Annce] ANNOUNCE: Zope 2.4.0 alpha 1 released
Oleg Broytmann
Oleg Broytmann <phd@phd.fep.ru>
Fri, 1 Jun 2001 15:32:46 +0400 (MSD)
On Thu, 31 May 2001, Brian Lloyd wrote:
> Zope 2.4.0 alpha 1 has been released - you can download it from
> Zope.org:
>
> http://www.zope.org/Products/Zope/2.4.0a1/
Bugs and problems:
1. Install Zope from sources, start it, shutdown. Message on stderr:
Warning: self._setObject() failed for PluginIndexes/Installed product PluginIndexes
This message appeared only on FIRST shutdown. Start it again, and
shutdown - no warnings.
(Better to say - on first importing of Products into new Data.fs.
Shutdown Zope, copy Data.fs.in over Data.fs, start and shutdown. The same
warning.)
2. Cannot import ZClasses. I tried FlexFAQ2 and SiteSummary. They imported
fine, but on next shutdown/restart Zope reported:
------
2001-06-01T10:59:49 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x18\xb0'
Traceback (innermost last):
File /usr/local/Zope-2.4.0a1-src/lib/python/ZODB/Connection.py, line 544, in setstate
ImportError: No module named *FY5THYr5Btv6taem3wOsAA==
------
2001-06-01T10:59:50 INFO(0) Zope A broken ZClass dependency was found in the global class registry. This is probably due to a product being uninstalled. The registry has successfully been rebuilt.
And ZClassess doen't work.
I copied old Data.fs from 2.3.2 - all works ok. It's just importing that
breaks things.
Oleg.
----
Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.