Plone 3.3.1: where are runzeo and runzope?

3 messages Options
Embed this post
Permalink
Mirto Silvio Busico-2 () Plone 3.3.1: where are runzeo and runzope?
Reply Threaded More More options
Print post
Permalink
Hi all,

I'm trying to setup a Plone 3.3.1 framework with supervisor.

With Plone 3.3 I used these commands in the supervisor part of buildout:

[supervisor]
recipe = collective.recipe.supervisor

port = 4101
serverurl = http://127.0.0.1:4101
user = admin
password = drillococco

programs =
    10 zeoserver ${zeoserver:location}/bin/runzeo ${zeoserver:location}
    20 client1 ${client1:location}/bin/runzope ${client1:location} true
    30 client2 ${client2:location}/bin/runzope ${client2:location} true
    40 deliverance /usr/local/Plone33/zeocluster/deliveranceStart.sh true
    50 pound ${buildout:directory}/bin/poundrun ${buildout:directory} true
    60 varnish ${buildout:directory}/bin/varnish ${buildout:directory} true

But in Plone 3.3.1 there are neither runzeo nor runzope. The parts
directory is empty.

Which commands can I use for supervisor and Plone 3.3.1?

Thanks
    Mirto



[mirtosilvio_busico.vcf]

begin:vcard
fn:Mirto Silvio Busico
n:Busico;Mirto Silvio
org:Busico Mirto Silvio
adr:;;Via Casiglion De' Pepoli 84;Roma;RM;00127;Italia
email;internet:[hidden email]
title:Dr.
tel;work:+39 333 4562651
tel;cell:+39 333 4562651
x-mozilla-html:TRUE
version:2.1
end:vcard



_______________________________________________
Setup mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/setup
Martin Aspeli () Re: Plone 3.3.1: where are runzeo and runzope?
Reply Threaded More More options
Print post
Permalink
Mirto Silvio Busico wrote:

> Hi all,
>
> I'm trying to setup a Plone 3.3.1 framework with supervisor.
>
> With Plone 3.3 I used these commands in the supervisor part of buildout:
>
> [supervisor]
> recipe = collective.recipe.supervisor
>
> port = 4101
> serverurl = http://127.0.0.1:4101
> user = admin
> password = drillococco
>
> programs =
>     10 zeoserver ${zeoserver:location}/bin/runzeo ${zeoserver:location}
>     20 client1 ${client1:location}/bin/runzope ${client1:location} true
>     30 client2 ${client2:location}/bin/runzope ${client2:location} true
>     40 deliverance /usr/local/Plone33/zeocluster/deliveranceStart.sh true
>     50 pound ${buildout:directory}/bin/poundrun ${buildout:directory} true
>     60 varnish ${buildout:directory}/bin/varnish ${buildout:directory} true
>
> But in Plone 3.3.1 there are neither runzeo nor runzope. The parts
> directory is empty.

If the parts directory is empty, your buildout has failed to complete.
Try it again:

  bin/buildout -v

And look for errors.

Martin

--
Author of `Professional Plone Development`, a book for developers who
want to work with Plone. See http://martinaspeli.net/plone-book


_______________________________________________
Setup mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/setup
Mirto Silvio Busico-2 () Re: Re: Plone 3.3.1: where are runzeo and runzope?
Reply Threaded More More options
Print post
Permalink
Martin Aspeli ha scritto:

> Mirto Silvio Busico wrote:
>> Hi all,
>>
>> I'm trying to setup a Plone 3.3.1 framework with supervisor.
>>
>> With Plone 3.3 I used these commands in the supervisor part of buildout:
>>
>> [supervisor]
>> recipe = collective.recipe.supervisor
>>
>> port = 4101
>> serverurl = http://127.0.0.1:4101
>> user = admin
>> password = drillococco
>>
>> programs =
>>     10 zeoserver ${zeoserver:location}/bin/runzeo ${zeoserver:location}
>>     20 client1 ${client1:location}/bin/runzope ${client1:location} true
>>     30 client2 ${client2:location}/bin/runzope ${client2:location} true
>>     40 deliverance /usr/local/Plone33/zeocluster/deliveranceStart.sh
>> true
>>     50 pound ${buildout:directory}/bin/poundrun ${buildout:directory}
>> true
>>     60 varnish ${buildout:directory}/bin/varnish
>> ${buildout:directory} true
>>
>> But in Plone 3.3.1 there are neither runzeo nor runzope. The parts
>> directory is empty.
>
> If the parts directory is empty, your buildout has failed to complete.
> Try it again:
>
>  bin/buildout -v
>
> And look for errors.
>
> Martin
>
Thanks, you are completely right.

I don't knoe what I have done, but I had to add these lines to the buildout:


[versions]
Cheetah = 2.2.1
zc.recipe.cmmi = 1.2.1



Regards
    Mirto






[mirtosilvio_busico.vcf]

begin:vcard
fn:Mirto Silvio Busico
n:Busico;Mirto Silvio
org:Busico Mirto Silvio
adr:;;Via Casiglion De' Pepoli 84;Roma;RM;00127;Italia
email;internet:[hidden email]
title:Dr.
tel;work:+39 333 4562651
tel;cell:+39 333 4562651
x-mozilla-html:TRUE
version:2.1
end:vcard



_______________________________________________
Setup mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/setup