[Zope] Catalog

Chris Muldrow cmuldrow@fredericksburg.com
Fri, 03 Jan 2003 16:37:32 -0500


So, more Catalog weirdness. I moved my data to a naked server, cleared the
Catalog and went to "find object" to reindex everything. I was running Zope
in debug mode, and this is what I got:

2003-01-03T16:31:16 ERROR(200) ZODB Couldn't load state for
'\x00\x00\x00\x00\x00\x16\xc1\xc4'
Traceback (innermost last):
  Module ZODB.Connection, line 507, in setstate
  Module ZODB.FileStorage, line 619, in load
  Module ZODB.FileStorage, line 593, in _load
POSKeyError: 000000000016c1c4
------
2003-01-03T16:31:16 ERROR(200) ZODB Couldn't load state for
'\x00\x00\x00\x00\x00\x16\xc1\xc4'
Traceback (innermost last):
  Module ZODB.Connection, line 507, in setstate
  Module ZODB.FileStorage, line 619, in load
  Module ZODB.FileStorage, line 593, in _load
POSKeyError: 000000000016c1c4
------
2003-01-03T16:31:16 ERROR(200) ZODB Couldn't load state for
'\x00\x00\x00\x00\x00\r\x0f\xa7'
Traceback (innermost last):
  Module ZODB.Connection, line 507, in setstate
  Module ZODB.FileStorage, line 619, in load
  Module ZODB.FileStorage, line 593, in _load
POSKeyError: 00000000000d0fa7
------
2003-01-03T16:31:16 ERROR(200) ZODB Couldn't load state for
'\x00\x00\x00\x00\x00\r\x0f\xa7'
Traceback (innermost last):
  Module ZODB.Connection, line 507, in setstate
  Module ZODB.FileStorage, line 619, in load
  Module ZODB.FileStorage, line 593, in _load
POSKeyError: 00000000000d0fa7
/var/www/zope/zope260c1/lib/python/SearchIndex/__init__.py:19:
DeprecationWarning: The usage of the SearchIndex package is deprecated since
Zope 2.4.
This package is only kept for backwards compatibility for a while
and will go away in a future release.

Please use instead the re-factored modules in Products/PluginIndexes.

  warnings.warn("The usage of the SearchIndex package is deprecated since \




Is there something I need to do to point this to a new SearchIndex?