<div dir="ltr">On 09/12/2013 15:50, Tiziana Stoesselli wrote:<br><br>                      [{rabbit_queue_index,parse_pub_record_body,<br>                           [<<0,0,0,0,0,0,0,0>>]},<br>                       {rabbit_queue_index,load_journal_entries,1},<br><br><br>The queue index has ended up with a whole load of zeroes appended to it.<br><br>We've seen this happen a few times, usually associated with OS crashes or power loss or similar.<br><br>We changed the queue index file format to be more resilient to this sort of corruption in 3.2.0. I'm not sure if there's anything you can do though if you've already got a corrupt file with an older version of RabbitMQ apart from reset the node and start again.<br><br>Cheers, Simon<br><br><br>Hello Simon,<br><br>thank you for the response.<br>Following you can find my attempt<br><br>#rabbitmqctl reset<br>Resetting node 'Name@zenossoc' ...<br>Error: unable to connect to node 'Name@zenossoc': nodedown<br><br>DIAGNOSTICS<br>===========<br><br>nodes in question: ['Name@zenossoc']<br><br>hosts, their running nodes and ports:<br>- zenossoc: [{rabbitmqctl32151,33034}]<br><br>current node details:<br>- node name: rabbitmqctl32151@zenossoc<br>- home dir: /var/lib/rabbitmq<br>- cookie hash: otG5wqMg04+qfhmRCVkglQ==<br><br>[root@zenossoc ~]# rabbitmqctl force_reset<br>Forcefully resetting node 'Name@zenossoc' ...<br>Error: unable to connect to node 'Name@zenossoc': nodedown<br><br>DIAGNOSTICS<br>===========<br><br>nodes in question: ['Name@zenossoc']<br><br>hosts, their running nodes and ports:<br>- zenossoc: [{rabbitmqctl32189,44438}]<br><br>current node details:<br>- node name: rabbitmqctl32189@zenossoc<br>- home dir: /var/lib/rabbitmq<br>- cookie hash: otG5wqMg04+qfhmRCVkglQ==<br><br><br>any idea?<br></div>