I have a problem with recovering a persistent cluster after a clean shutdown. Here is my scenario:

Fedora 13

yum install qpidd-cluster
yum install qpidc-devel
yum install amqp python-qpid
yum install rhm

qpidd -p5672 --cluster-name=MY_CLUSTER -d --data-dir /root/qpid/q2 --store-dir 
/root/qpid/s2 --auth=no

Everything looks OK so far. I can create queues, send and receive messages.

Then I shut down the running instance.

qpid-cluster -s 10.0.2.15:18148

The server shuts down cleanly, without any visible warnings. But then I want to 
restart the server.

qpidd -p5672 --cluster-name=MY_CLUSTER -d --data-dir /root/qpid/q2 --store-dir 
/root/qpid/s2 --auth=no

And what I get is an error message:
*Deamon startup failed: Cannot recover, no clean store*

Shouldn't the last working server in a cluster (in this case the only one) have 
a clean storage after a clean restart? Or perhaps
I do something wrong? I've googled around but didn't find anything that would 
solve my problem. Any help is welcomed.


--
Robert







Reply via email to