Are you trying with the latest snapshots?
Also, when you have all 3 brokers up, can you log into zookeeper and list
what nodes are available under /activemq/leveldb-stores ?


On Mon, Jul 15, 2013 at 3:21 AM, Marc Ende <marc.e...@ymail.com> wrote:

> Hi,
>
> I've got 3 zookeeper instances and also 3 activemq instances. The zookeeper
> instances are configured as a cluster and are working correctly.
> Now I've tried to configure the replicatedLevelDB:
>
>    <persistenceAdapter>
>       <replicatedLevelDB
>         directory="activemq-data"
>         replicas="3"
>         bind="tcp://0.0.0.0:61619"
>         zkAddress="www01:2181,www03:2181,www04:2181"
>         zkPath="/activemq/leveldb-stores"
>         />
>     </persistenceAdapter>
>
> But always, when I try to bring up the cluster I find the following entry
> (multiple = 2 entries per instance) in the logfile:
>
> | INFO  | Not enough cluster members connected to elect a new master. |
> org.apache.activemq.leveldb.replicated.MasterElector | main-EventThread
>
> Does anybody has an idea?
>
> Thanks.
>
> marc
>



-- 
*Christian Posta*
http://www.christianposta.com/blog
twitter: @christianposta

Reply via email to