[rabbitmq-discuss] Upgrade issues - 541 - bad_return_value - amqqueue

Matthias Radestock matthias at rabbitmq.com
Thu Aug 12 19:17:41 BST 2010


Sebastian,

On 12/08/10 18:24, Sebastian Latza wrote:
> after upgrading from 1.7.0 to 1.8.1 im getting 541 Internal Errors on
> my Java client using the 1.8.1 java lib. While on my 1.8.0 test system
> everything works fine, the 1.8.1 on a different machine gives me this
> error output:
>
> http://gist.github.com/521308
>
> This both happens with newly created vhosts, as with pre-existing ones
> (before the upgrade). Any hints what might be going wrong here?

The error is symptomatic of a schema mismatch.

An upgrade of the server from 1.7.0 to 1.8.x should automatically move 
Rabbit's database to a backup location and start with a fresh one, since 
the schema changed between these versions. So I do not understand how 
any vhosts (or other data) can have survived the upgrade.

Does 'rabbitmqctl list_queues' show any queues? Ditto for exchanges, 
bindings and vhosts.

You may want to try resetting the db with
   rabbitmqctl stop_app
   rabbitmqctl reset
   rabbitmqctl start_app


Regards,

Matthias.


More information about the rabbitmq-discuss mailing list