On Sat, Sep 26, 2009 at 1:09 AM, Charles.Magid <[email protected]> wrote: > > I would like to validate the ruote-amqp install by running the tests. > > I was not able to run the following instruction from the readme file: > > # rabbitmqctl set_permissions -p /ruote-test ruote '.*' '.*' '.*' > > Result: > > char...@charles-laptop:~/workspace$ sudo rabbitmqctl set_permissions - > p /ruote-test ruote '.*' '.*' '.*' > Error: invalid command 'set_permissions -p /ruote-test ruote .* .* .*' > > Here is the rabbitMQ status info > > $ sudo rabbitmqctl status > Status of node 'rab...@charles-laptop' ... > [{running_applications,[{rabbit,"RabbitMQ","1.5.4"},
Hello, the error message is quite clear : > Error: invalid command 'set_permissions -p /ruote-test ruote .* .* .*' Looking at the admin guide [1], it seems it should work, but then the doc there is probably about their latest, 1.6.0, version. A bit of googling [2] yield something like [3], where the command set_permission fails as well and the rabbitmq version is 1.5.3. So I suspect rabbitmq 1.6.x should be used. That's probably worth a mention in the ruote-amqp documentation. Best regards, [1] http://www.rabbitmq.com/admin-guide.html [2] http://www.google.com/search?ie=UTF-8&oe=UTF-8&sourceid=navclient&q=rabbitmq+%22invalid+command%22+set_permission [3] http://oceanobservatories.org/spaces/display/CIDev/Nanite+-+Installing+and+Usage+on+EC2 -- John Mettraux - http://jmettraux.wordpress.com --~--~---------~--~----~------------~-------~--~----~ you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
