Cluster Upgrade to v3.6.11 Issues - Help

89 views
Skip to first unread message

ET

unread,
Aug 27, 2017, 11:35:20 AM8/27/17
to rabbitmq-users
Upgrade struggles from v3.6.10 to v3.6.11 for 2-node cluster (disk nodes) using manual non-installer on Windows platform.
Unpacked .11 files to RabbitMQ_Base leaving ./db (var) and ./etc preserved then..rabbitmq-service remove & rabbitmq-service install.

Starting RabbitMQ 3.6.11 on Erlang 19.3
Error description:
   {could_not_start,rabbitmq_management_agent,
       {{shutdown,
            {failed_to_start_child,rabbit_mgmt_agent_sup,
                {shutdown,
                    {failed_to_start_child,rabbit_mgmt_external_stats,
                        {undef,
                            [{vm_memory_monitor,get_process_memory,[],[]},
                             {rabbit_mgmt_external_stats,
                                 '-infos/2-lc$^0/1-0-',2,
                                 [{file,"src/rabbit_mgmt_external_stats.erl"},
                                  {line,174}]},
                             {rabbit_mgmt_external_stats,
                                 '-infos/2-lc$^0/1-0-',2,
                                 [{file,"src/rabbit_mgmt_external_stats.erl"},
                                  {line,174}]},
                             {rabbit_mgmt_external_stats,emit_update,1,
                                 [{file,"src/rabbit_mgmt_external_stats.erl"},
                                  {line,369}]},
                             {rabbit_mgmt_external_stats,init,1,
                                 [{file,"src/rabbit_mgmt_external_stats.erl"},
                                  {line,347}]},
                             {gen_server,init_it,6,
                                 [{file,"gen_server.erl"},{line,328}]},
                             {proc_lib,init_p_do_apply,3,
                                 [{file,"proc_lib.erl"},{line,247}]}]}}}}},
        {rabbit_mgmt_agent_app,start,[normal,[]]}}}

Halting Erlang VM with the following applications:
    sasl
    stdlib
    kernel

Problem reading some plugins: [{"d:/RabbitMQ/RABBIT~1/plugins/amqp_client-3.6.10.ez",
                                duplicate_plugin},
                               {"d:/RabbitMQ/RABBIT~1/plugins/rabbit_common-3.6.10.ez",
                                duplicate_plugin},
                               {"d:/RabbitMQ/RABBIT~1/plugins/rabbitmq_amqp1_0-3.6.10.ez",
                                duplicate_plugin},
                               {"d:/RabbitMQ/RABBIT~1/plugins/rabbitmq_auth_backend_ldap-3.6.10.ez",
                                duplicate_plugin},
                               {"d:/RabbitMQ/RABBIT~1/plugins/rabbitmq_auth_mechanism_ssl-3.6.10.ez",
                                duplicate_plugin},
                               {"d:/RabbitMQ/RABBIT~1/plugins/rabbitmq_consistent_hash_exchange-3.6.10.ez",
                                duplicate_plugin},




Michael Klishin

unread,
Aug 28, 2017, 9:59:36 AM8/28/17
to rabbitm...@googlegroups.com
You have duplicate plugins in d:/RabbitMQ/RABBIT~1/plugins/.

Removing the 3.6.10 versions should help.

--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
MK

Staff Software Engineer, Pivotal/RabbitMQ

ET

unread,
Aug 28, 2017, 8:17:50 PM8/28/17
to rabbitmq-users
Ok dropped the v10 plugins, now this.  Suggestions?

D:\sbin>rabbitmqctl status

Error: {undef,[{vm_memory_monitor,get_process_memory,[],[]},
               {rabbit_vm,memory,0,[{file,"src/rabbit_vm.erl"},{line,54}]},
               {rabbit,status,0,[{file,"src/rabbit.erl"},{line,641}]},
               {rpc,'-handle_call_call/6-fun-0-',5,
                    [{file,"rpc.erl"},{line,197}]}]}
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

ET

unread,
Aug 28, 2017, 8:31:03 PM8/28/17
to rabbitmq-users

Error description:
   {could_not_start,rabbitmq_management_agent,
       {{shutdown,
            {failed_to_start_child,rabbit_mgmt_agent_sup,
                {shutdown,
                    {failed_to_start_child,rabbit_mgmt_external_stats,
                        {undef,
                            [{vm_memory_monitor,get_process_memory,[],[]},
                             {rabbit_mgmt_external_stats,

D:\sbin>rabbitmq-plugins disable rabbitmq_management_agent
The following plugins have been disabled:
  rabbitmq_shovel_management
  cowlib
  cowboy
  rabbitmq_web_dispatch
  rabbitmq_management_agent
  rabbitmq_management

Applying plugin configuration to rabbit@STG08-ASHCO3... failed.
Error: {noproc,{gen_server,call,
                           [rabbit_registry,
                            {register,auth_mechanism,<<"EXTERNAL">>,
                                      rabbit_auth_mechanism_ssl},
                            infinity]}}

Michael Klishin

unread,
Aug 29, 2017, 2:33:19 AM8/29/17
to rabbitm...@googlegroups.com
One module cannot invoke a function that comes from rabbit-common.ez:

Something is broken in that node's library directory (having two sets of plugins
suggested as much).

At this point I'd stop the node, back up the data directory, re-install from scratch and
replace data directory with the backup.
Reply all
Reply to author
Forward
0 new messages