Hello,

I am trying to use z3c.extfile on clients running ZEO. My zope.conf
has the following configuration:

<zodb>
  <zeoclient>
    server localhost:8101
    storage 1
    blob-dir var/blob
    cache-size 20MB
  </zeoclient>
</zodb>

Then I get the following error:

2008-04-20T23:13:54 ERROR ZODB.Connection Couldn't load state for 0x0de14f
Traceback (most recent call last):
  File 
"/root/workspace/eggs/tmpZKaS-m/ZODB3-3.8.0-py2.5-linux-i686.egg/ZODB/Connection.py",
line 804, in setstate
  File 
"/root/workspace/eggs/tmpZKaS-m/ZODB3-3.8.0-py2.5-linux-i686.egg/ZODB/Connection.py",
line 869, in _setstate
  File 
"/root/workspace/eggs/ZODB3-3.8.0-py2.5-linux-i686.egg/ZEO/ClientStorage.py",
line 1034, in loadBlob
    self._server.sendBlob(oid, serial)
  File 
"/root/workspace/eggs/tmpZKaS-m/ZODB3-3.8.0-py2.5-linux-i686.egg/ZEO/ServerStub.py",
line 289, in sendBlob
  File 
"/root/workspace/eggs/tmpZKaS-m/ZODB3-3.8.0-py2.5-linux-i686.egg/ZEO/zrpc/connection.py",
line 679, in call
AttributeError: 'FileStorage' object has no attribute 'loadBlob'

Does that mean the FileStroage on the ZEO server doesn't support Blob?
How should I correctly configure zeo to be able to use z3c.extfile?

Thanks.

-- 
Hong Yuan

大管家网上建材超市
装修装潢建材一站式购物
http://www.homemaster.cn
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to