Re: blobs and ClientStorage
Sanjay Rao <[email protected]>
| Newsgroups | gmane.comp.web.zope.zodb |
|---|---|
| Message-ID | <[email protected]> |
How to get rid of this problem ? my zeo.conf <blobstorage 1> blob-dir $BLOBDIR <filestorage blobfilestore> path $DBFILEPATH </filestorage> </blobstorage> my zope.conf <zeoclient> server localhost:8670 storage 1 cache-size 20MB </zeoclient> </zodb> How can i correct my configurations ? Thanks a lot in advance. On Monday, 26 October 2015 04:52:31 UTC+5:30, Jim Fulton wrote: > > On Sun, Oct 25, 2015 at 4:09 PM, Bill Janssen <[email protected] > <javascript:>> wrote: > > I seem to be mishandling ClientStorage: > > > > File "/Library/Python/2.7/site-packages/ZODB/Connection.py", line 572, > in > > commit > > self._commit(transaction) > > File "/Library/Python/2.7/site-packages/ZODB/Connection.py", line 628, > in > > _commit > > self._store_objects(ObjectWriter(obj), transaction) > > File "/Library/Python/2.7/site-packages/ZODB/Connection.py", line 680, > in > > _store_objects > > '', transaction) > > File "/Library/Python/2.7/site-packages/ZEO/ClientStorage.py", line > 964, > > in storeBlob > > self.fshelper.getPathForOID(oid, create=True) > > AttributeError: 'NoneType' object has no attribute 'getPathForOID' > > > > > > I'm just using ClientStorage.ClientStorage(('127.0.0.1', 20110)) to > create > > the ClientStorage. Do I need to specify a blob_dir, as well? > > Yup. > > Jim > > -- > Jim Fulton > http://jimfulton.info > -- 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.