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

2011-02-11 Thread Hanno Schlichting
On Fri, Feb 11, 2011 at 11:24 PM, Andreas Mantke  wrote:
> 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.

This is really a question for a Plone support channel like
http://plone.org/support/forums/setup.

Given your description I'd probably use a different ZEO server and
instance for this use-case, possibly a completely separate buildout.
You seem to have two completely independent sites, so there's no point
in trying to run them from the same ZEO server process.

Hanno
___
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zodb-dev


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

2011-02-11 Thread Paul Roe
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 =


   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


___
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zodb-dev


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

2011-02-11 Thread Jim Fulton
You should ask this question on a zope or plone list. No one here knows
how to configure plone. :)

Jim

On Fri, Feb 11, 2011 at 5:24 PM, 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
>
> 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
> --
> ## Developer LibreOffice
> ## Freie Office-Suite für Linux, Mac, Windows
> ## http://LibreOffice.org
> ## Support the Document Foundation (http://documentfoundation.org)
> ## Meine Seite: http://www.amantke.de
> ___
> For more information about ZODB, see the ZODB Wiki:
> http://www.zope.org/Wikis/ZODB/
>
> ZODB-Dev mailing list  -  ZODB-Dev@zope.org
> https://mail.zope.org/mailman/listinfo/zodb-dev
>



-- 
Jim Fulton
http://www.linkedin.com/in/jimfulton
___
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zodb-dev


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

2011-02-11 Thread Andreas Mantke
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

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
-- 
## Developer LibreOffice
## Freie Office-Suite für Linux, Mac, Windows
## http://LibreOffice.org
## Support the Document Foundation (http://documentfoundation.org)
## Meine Seite: http://www.amantke.de 
___
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zodb-dev