On Aug 1, 2007, at 4:18 PM, guyverix wrote:

does anyone know where cache.py stores the cache file? This is the second time that zenhub has gotten corrupted data and refuses to start anymore for me. This has happened on both 2.0.2 and 2.0.3.

Any ideas would be greatly appreciated..


    self._cache.open()
  File "/opt/zenoss/lib/python/ZEO/cache.py", line 112, in open
    self.fc.scan(self.install)
  File "/opt/zenoss/lib/python/ZEO/cache.py", line 842, in scan
    "cache file" % 0, hex(ord(status)))
ValueError: ('unknown status byte value 0 in client cache file', '0x1c')

Christopher,

These client cache files are $ZENHOME/var/*.zec.

zeo1-1.zec is the Zope (zopectl) client cache file.
zenhub1-1.zec is the ZenHub (zenhub) client cache file.

You must stop the associated daemon before you delete the cache, but it is a completely safe way to recover from a corruption.

Chet Luther
[EMAIL PROTECTED]
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to