[rabbitmq-discuss] "badarg ram_copies route binding" error since 1.5.0
Matthias Radestock
matthias at lshift.net
Fri Dec 19 18:33:43 GMT 2008
Aymerick,
Aymerick Jéhanne wrote:
> And no, I didn't installed anything from hg, I only used the deb
> packages.
That's really strange. As Ben mentioned we encountered the error you
reported during development a while ago and put a fix in place prior to
the release. The tests of that bug fix definitely pass for me using
R11B-5 and RabbitMQ 1.5.0.
So I'd really like to figure out what the problem is with your original
setup, in case there is some other bug lurking in the code.
In an Erlang shell, please run:
erlang:system_info(version).
code:which(rabbit_exchange).
and report the results.
Then take the output from the last command - a path to the
rabbit_exchange.beam file - and run
shasum <path-to-file>
Regards,
Matthias.
More information about the rabbitmq-discuss
mailing list