zodb - "Non-zero version length. Versions aren't supported" after zeoserver restart -


i try restart zeoserver , "non-zero version length. versions aren't supported".

$> bin/zeoserver fg

 /opt/plone-4.2/zeocluster/parts/zeoserver/bin/runzeo traceback (most recent call last):   file "/opt/plone-4.2/buildout-cache/eggs/zodb3-3.10.5-py2.7-linux-x86_64.egg/zeo/runzeo.py", line 405, in <module>     main()   file "/opt/plone-4.2/buildout-cache/eggs/zodb3-3.10.5-py2.7-linux-x86_64.egg/zeo/runzeo.py", line 402, in main     s.main()   file "/opt/plone-4.2/buildout-cache/eggs/zodb3-3.10.5-py2.7-linux-x86_64.egg/zeo/runzeo.py", line 158, in main     self.open_storages()   file "/opt/plone-4.2/buildout-cache/eggs/zodb3-3.10.5-py2.7-linux-x86_64.egg/zeo/runzeo.py", line 207, in open_storages     self.storages[opener.name] = opener.open()   file "/opt/plone-4.2/buildout-cache/eggs/zodb3-3.10.5-py2.7-linux-x86_64.egg/zodb/config.py", line 177, in open     return filestorage(config.path, **options)   file "/opt/plone-4.2/buildout-cache/eggs/zodb3-3.10.5-py2.7-linux-x86_64.egg/zodb/filestorage/filestorage.py", line 185, in __init__     read_only=read_only,   file "/opt/plone-4.2/buildout-cache/eggs/zodb3-3.10.5-py2.7-linux-x86_64.egg/zodb/filestorage/filestorage.py", line 1554, in read_index     h = fmt._read_data_header(pos)   file "/opt/plone-4.2/buildout-cache/eggs/zodb3-3.10.5-py2.7-linux-x86_64.egg/zodb/filestorage/format.py", line 150, in _read_data_header     h = dataheaderfromstring(s)   file "/opt/plone-4.2/buildout-cache/eggs/zodb3-3.10.5-py2.7-linux-x86_64.egg/zodb/filestorage/format.py", line 236, in dataheaderfromstring     return dataheader(*struct.unpack(data_hdr, s))   file "/opt/plone-4.2/buildout-cache/eggs/zodb3-3.10.5-py2.7-linux-x86_64.egg/zodb/filestorage/format.py", line 246, in __init__     "non-zero version length. versions aren't supported.") valueerror: non-zero version length. versions aren't supported. 

in zeoserver.log have:

2016-05-25t09:58:17 (22099) created pid file '/opt/plone-4.2/zeocluster/var/zeoserver/zeoserver.pid'  2016-05-25t09:58:17 (22099) opening storage '1' using filestorage  2016-05-25t09:59:27 (22099) removed pid file '/opt/plone-4.2/zeocluster/var/zeoserver/zeoserver.pid' 

all tries "google" references fresh migration. in case production server. there no migrations, no updates, nothing. 14 days ago had complete server restart hoster side - no problem. zeoserver started without problems. today: - bin/plonectl stop - allright. no problems or errors. - bin/zeoserver start - "valueerror: non-zero version length. versions aren't supported." don't understand problems root. can't solve this.

please help..


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -