Re: Zeopack fails raising KeyError
Héctor Velarde <[email protected]>
| Newsgroups | gmane.comp.web.zope.zodb |
|---|---|
| Message-ID | <[email protected]> |
sorry for the noise: I pasted the error via web and it was broken; hope
it works better here:
$ bin/zeopack 0
Traceback (most recent call last):
File "bin/zeopack", line 42, in <module>
sys.exit(plone.recipe.zeoserver.pack.main(host, port, unix, days,
username, password, realm, blob_dir, storage))
File
"/opt/plone/example.com/eggs/plone.recipe.zeoserver-1.2.9-py2.7.egg/plone/recipe/zeoserver/pack.py",
line 58, in main
_main(*args, **kw)
File
"/opt/plone/example.com/eggs/plone.recipe.zeoserver-1.2.9-py2.7.egg/plone/recipe/zeoserver/pack.py",
line 39, in _main
cs.pack(wait=True, days=int(days))
File
"/opt/plone/example.com/eggs/ZODB3-3.10.5-py2.7-linux-x86_64.egg/ZEO/ClientStorage.py",
line 916, in pack
return self._server.pack(t, wait)
File
"/opt/plone/example.com/eggs/ZODB3-3.10.5-py2.7-linux-x86_64.egg/ZEO/ServerStub.py",
line 155, in pack
self.rpc.call('pack', t, wait)
File
"/opt/plone/example.com/eggs/ZODB3-3.10.5-py2.7-linux-x86_64.egg/ZEO/zrpc/connection.py",
line 768, in call
raise inst # error raised by server
KeyError: '\x1dx'
I checked also the ZEO server logs; this is what I found on the master:
2017-03-04T17:02:07 (::ffff:127.0.0.1:51715)
pack(time=1488571327.685818) started...
2017-03-04T17:17:14 (1190) Error raised in delayed method
None
2017-03-04T17:17:14 (::ffff:127.0.0.1:51715) disconnected
2017-03-04T18:00:58 Unexpected error
Traceback (most recent call last):
File
"/home/cartacapital/cartacapital.portal.buildout/eggs/ZODB3-3.10.5-py2.7-linux-x86_64.egg/ZODB/ConflictReso
lution.py", line 234, in tryToResolveConflict
inst = klass.__new__(klass, *newargs)
TypeError: object.__new__(X): X is not a type object (BadClass)
and on the slave:
2017-03-04T17:01:06 (::ffff:127.0.0.1:44257)
pack(time=1488571266.607441) started...
2017-03-04T17:16:00 (33903) Error raised in delayed method
None
the TypeError doesn't seem to be related with the pack.
thansk you and best regards!
--
You received this message because you are subscribed to the Google Groups "zodb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.