[ZODB-Dev] Issue with Blobstorage for a third client in Plone

Paul Roe paul at artifact-imaging.co.nz
Fri Feb 11 18:18:25 EST 2011


Hi Andreas,

On Fri, 2011-02-11 at 23:24 +0100, Andreas Mantke wrote:
> Hi all,
> 
> I want to create a third instance (client3) in a running zeoserver that uses his own 
> database (data.fs) and blobstorage. This third client should run a repository for 
> extensions. The first client (and the second) is used for a group of documentation 
> writers. Therefore the databases had to be seperate. We had to do the same with the 
> blobstorages.
> 
> I managed to tweak the base.cfg of the universal installer of Plone 4.0.3 so that I 
> get a second database. But I can't figure out how I can setup a second blobstorage 
> that correspond to this database.
> You can find my base.cfg here: http://pastie.org/1550225
> This configuration works but there is a blobstorage for client3 missing and I get an 
> error, when I try to upload a binary file: http://pastie.org/1554004
> 
> I changed my base.cfg a bit to incorporate a different blobstorage. You can see my 
> change and the result here: http://pastie.org/1554076
try "shared-blob-dir on" as its looking for a 
or specify a different blob-dir

zope-conf-additional =
<zodb_db client3>
<zeoclient>
   shared-blob-dir on
   blob-dir ${buildout:directory}/var/blobstorageclient3



   
regards Paul



> That doesn't work. The zeoserver passed away.
> 
> I tried it next with a new written client3 that is not a copy of client1 and the set 
> of a line for the blobstorage. But then I can't get access to the client3 and the 
> database.
> 
> I hope to get a hint, how to set this blobstorage properly. The new instance should 
> provide extensions for LibreOffice.
> 
> Thanks for any help.
> 
> Regards,
> Andreas




More information about the ZODB-Dev mailing list