[ZODB-Dev] Re: [Zope-dev] zeo2.0.2 and zope2.6.1 trouble
Bakhtiar A Hamid
kedai@kedai.com.my
Thu, 3 Apr 2003 08:47:28 +0800
On Wednesday 02 April 2003 18:54, Clemens Robbenhaar wrote:
i'm redirecting this to zodb-dev, and hope that's ok.=20
>>hi
>>was at #zope, and hazmat recommended that i shoot the question here.
>>i have a setup zope-2.6.1-src and zeo2.0.2, running on linuxx and=20
>>python2.1.3
>>i'm using instance home, and currently there are errors in ZEO_SERVER.l=
og[1]
>>i'm not sure what else to do. i've run fsrecover.py from 2.5.1, and no=
thing=20
>>seems wrong with Data.fs =20
>>running fsrecover.py from 2.6.1 results in nothing=20
>>ive included
>>export PYTHONPATH=3D$PYTHONPATH:/usr/local/Zope-2.6.1-src/lib/python: i=
n=20
>>start_zeo, and still the same
> Just a wild guess:
> > ERROR(200) Conflict Resolution Unexpected error
> > Traceback (innermost last):
> > File /usr/local/Zope-2.6.1-src/lib/python/ZODB/ConflictResolution.=
py,
> > line 96, in tryToResolveConflict
> > (Object: /usr/local/ZopeHome/var/Data.fs)
> > SystemError: Failed to import class ClassicHTMLFile from module
> > App.special_dtml
>
> This is logged by some bare except in the ZODB module, but it seems it
> has nothing to do with Your Data.fs. It seems the ZODB cannot import a
> class which should be there, however.
>
> Could You try to get a python shell for Your Zope installation
> and try the following commands (after fixing typos ;-):
>
> import Zope
> Zope.startup()
> from App.special_dtml import ClassicHTMLFile
>
>
now, that works ok. =20
> The last import normally should succeed, (it is in
> lib/python/App/special_dtml.py) but it seems in your case it failes
> for some reason.
something else is in ZEO_SERVER.log
2003-04-03T07:45:27 INFO(0) zrpc-conn:192.168.1.2:45602 modifiedInVersion=
()=20
raised exception: 0000000001349e85
Traceback (innermost last):
File /usr/local/Zope-2.6.1-src/lib/python/ZEO/zrpc/connection.py, line =
234,=20
in handle_request
File /usr/local/Zope-2.6.1-src/lib/python/ZODB/FileStorage.py, line 694=
, in=20
modifiedInVersion
(Object: /usr/local/ZopeHome/var/Data.fs)
POSKeyError: 0000000001349e85
>
> Cheers,
> Clemens
thanks