Am Montag, 15. Juli 2013, 09:49:12 schrieb Christian Posta: > Are you trying with the latest snapshots?
Yes, I'm currently running: apache-activemq-5.9-20130609.215120-72 At the time (Jul 8th) of installing activemq it was the latest one. > Also, when you have all 3 brokers up, can you log into zookeeper and list > what nodes are available under /activemq/leveldb-stores ? Yep, there are: [00000000046, 00000000047, 00000000044] > > 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