We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is an error in enabling plugins under rabbitmq 3.7.12, plugin version 3.7.9.1
[root@rabbit04 plugins]# rabbitmq-plugins enable prometheus_rabbitmq_exporter Enabling plugins on node rabbit@rabbit04: prometheus_rabbitmq_exporter The following plugins have been configured: prometheus_rabbitmq_exporter rabbitmq_management rabbitmq_management_agent rabbitmq_peer_discovery_common rabbitmq_web_dispatch Applying plugin configuration to rabbit@rabbit04... ** (CaseClauseError) no case clause matching: {:plugin_built_with_incompatible_erlang, 'accept'} (rabbitmqctl) lib/rabbitmq/cli/plugins/plugins_helpers.ex:218: RabbitMQ.CLI.Plugins.Helpers.update_enabled_plugins/2 (rabbitmqctl) lib/rabbitmq/cli/plugins/plugins_helpers.ex:115: RabbitMQ.CLI.Plugins.Helpers.update_enabled_plugins/4 (rabbitmqctl) lib/rabbitmq/cli/plugins/commands/enable_command.ex:104: anonymous fn/6 in RabbitMQ.CLI.Plugins.Commands.EnableCommand.do_run/2 (elixir) lib/stream.ex:1298: anonymous fn/2 in Stream.iterate/2 (elixir) lib/stream.ex:1482: Stream.do_unfold/4 (elixir) lib/stream.ex:1553: Enumerable.Stream.do_each/4 (elixir) lib/stream.ex:933: Stream.do_enum_transform/7 (elixir) lib/stream.ex:1553: Enumerable.Stream.do_each/4
The text was updated successfully, but these errors were encountered:
Please rebuild https://github.com/deadtrickster/accept yourself: clone and run rebar3 archive
Sorry, something went wrong.
Hello @deadtrickster, can you please let me know the exact command that I have to used to make the build?
I have the same problem with Erlang/OTP 19 [erts-8.3.3] and {rabbit,"RabbitMQ","3.7.7"}
Erlang/OTP 19 [erts-8.3.3]
{rabbit,"RabbitMQ","3.7.7"}
Hello, May I know did you find a solution for this problem, since I have the same issue with Rabbitmq installation in Raspberrey pi. Thanks
No branches or pull requests
There is an error in enabling plugins under rabbitmq 3.7.12, plugin version 3.7.9.1
The text was updated successfully, but these errors were encountered: