2018-03-23 20:02:32.338 [info] <0.368.0> started TCP Listener on [::]:5672
2018-03-23 20:02:32.345 [info] <0.263.0> Setting up a table for connection tracking on this node: tracked_connection_on_node_rabbit@localhost
2018-03-23 20:02:32.346 [info] <0.263.0> Setting up a table for per-vhost connection counting on this node: tracked_connection_per_vhost_on_node_rabbit@localhost
2018-03-23 20:02:32.348 [info] <0.33.0> Application rabbit started on node rabbit@localhost
2018-03-23 20:02:42.961 [notice] <0.85.0> Changed loghwm of /var/log/rabbitmq/rab...@localhost.log to 50
2018-03-23 20:02:44.107 [info] <0.5.0> Server startup complete; 0 plugins started.
Hi,I am having trouble getting the rabbitmq service to start with latest rabbitmq-server and erlang packages on a Centos7.4 VM.Looks like the service is running fine, but systemd unit gets stuck in 'activating' state.Can someone please help me understand if this is a configuration issue or some dependency is missing?# rpm -qa | grep rabbitmqrabbitmq-server-3.7.4-1.el7.noarch# rpm -qa | grep erlangerlang-20.3-1.el7.centos.x86_64# Log snippet:
2018-03-23 20:02:32.338 [info] <0.368.0> started TCP Listener on [::]:5672
2018-03-23 20:02:32.345 [info] <0.263.0> Setting up a table for connection tracking on this node: tracked_connection_on_node_rabbit@localhost
2018-03-23 20:02:32.346 [info] <0.263.0> Setting up a table for per-vhost connection counting on this node: tracked_connection_per_vhost_on_node_rabbit@localhost
2018-03-23 20:02:32.348 [info] <0.33.0> Application rabbit started on node rabbit@localhost
2018-03-23 20:02:42.961 [notice] <0.85.0> Changed loghwm of /var/log/rabbitmq/rabbit@localhost.log to 50
2018-03-23 20:02:44.107 [info] <0.5.0> Server startup complete; 0 plugins started.
# service rabbitmq-server statusRedirecting to /bin/systemctl status rabbitmq-server.service● rabbitmq-server.service - RabbitMQ brokerLoaded: loaded (/usr/lib/systemd/system/rabbitmq-server.service; disabled; vendor preset: disabled)Active: activating (start) since Fri 2018-03-23 20:02:12 UTC; 32s agoProcess: 996 ExecStop=/usr/sbin/rabbitmqctl shutdown (code=exited, status=69)Main PID: 2880 (beam.smp)CGroup: /system.slice/rabbitmq-server.service├─2880 /usr/lib64/erlang/erts-9.3/bin/beam.smp -W w -A 64 -P 1048576 -t 5000000 -stbt db -zdbbl 1280000 -K true -- -root /usr/lib64/erlang -progname erl -- -home /v...├─3195 erl_child_setup 1024├─3348 inet_gethost 4└─3349 inet_gethost 4Mar 23 20:02:24 test-pf9-du-install-1898-2018-03-22-192546.novalocal rabbitmq-server[2880]: ## ## RabbitMQ 3.7.4. Copyright (C) 2007-2018 Pivotal Software, Inc.Mar 23 20:02:24 test-pf9-du-install-1898-2018-03-22-192546.novalocal rabbitmq-server[2880]: ########## Licensed under the MPL. See http://www.rabbitmq.com/Mar 23 20:02:24 test-pf9-du-install-1898-2018-03-22-192546.novalocal rabbitmq-server[2880]: ###### ##
Mar 23 20:02:24 test-pf9-du-install-1898-2018-03-22-192546.novalocal rabbitmq-server[2880]: ########## Logs: /var/log/rabbitmq/rabbit@localhost.log
Mar 23 20:02:24 test-pf9-du-install-1898-2018-03-22-192546.novalocal rabbitmq-server[2880]: /var/log/rabbitmq/rabbit@localhost_upgrade.logMar 23 20:02:24 test-pf9-du-install-1898-2018-03-22-192546.novalocal rabbitmq-server[2880]: Starting broker...Mar 23 20:02:32 test-pf9-du-install-1898-2018-03-22-192546.novalocal rabbitmq-server[2880]: systemd unit for activation check: "rabbitmq-server.service"Mar 23 20:02:42 test-pf9-du-install-1898-2018-03-22-192546.novalocal rabbitmq-server[2880]: Service still in 'activating' state, bailing outMar 23 20:02:42 test-pf9-du-install-1898-2018-03-22-192546.novalocal rabbitmq-server[2880]: systemd READY notification failed, beware of timeoutsMar 23 20:02:44 test-pf9-du-install-1898-2018-03-22-192546.novalocal rabbitmq-server[2880]: completed with 0 plugins.Based on some post in this forum, I ran the below diagnostics command:# rabbitmqctl eval 'rabbit_diagnostics:maybe_stuck().'2018-03-23 20:05:04 There are 202 processes.2018-03-23 20:05:09 Found 1 suspicious processes.2018-03-23 20:05:09 [{pid,<9193.1.0>},{registered_name,erts_code_purger},{current_stacktrace,[{erts_code_purger,wait_for_request,0,[]}]},{initial_call,{erts_code_purger,start,0}},{message_queue_len,0},{links,[]},{monitors,[]},{monitored_by,[]},{heap_size,233}]okThanks,Pooja
--
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.
Hi,I am having trouble getting the rabbitmq service to start with latest rabbitmq-server and erlang packages on a Centos7.4 VM.Looks like the service is running fine, but systemd unit gets stuck in 'activating' state.Can someone please help me understand if this is a configuration issue or some dependency is missing?# rpm -qa | grep rabbitmqrabbitmq-server-3.7.4-1.el7.noarch# rpm -qa | grep erlangerlang-20.3-1.el7.centos.x86_64# Log snippet:
2018-03-23 20:02:32.338 [info] <0.368.0> started TCP Listener on [::]:5672
2018-03-23 20:02:32.345 [info] <0.263.0> Setting up a table for connection tracking on this node: tracked_connection_on_node_rabbit@localhost
2018-03-23 20:02:32.346 [info] <0.263.0> Setting up a table for per-vhost connection counting on this node: tracked_connection_per_vhost_on_node_rabbit@localhost
2018-03-23 20:02:32.348 [info] <0.33.0> Application rabbit started on node rabbit@localhost
2018-03-23 20:02:42.961 [notice] <0.85.0> Changed loghwm of /var/log/rabbitmq/rabbit@localhost.log to 50
2018-03-23 20:02:44.107 [info] <0.5.0> Server startup complete; 0 plugins started.
# service rabbitmq-server statusRedirecting to /bin/systemctl status rabbitmq-server.service● rabbitmq-server.service - RabbitMQ brokerLoaded: loaded (/usr/lib/systemd/system/rabbitmq-server.service; disabled; vendor preset: disabled)Active: activating (start) since Fri 2018-03-23 20:02:12 UTC; 32s agoProcess: 996 ExecStop=/usr/sbin/rabbitmqctl shutdown (code=exited, status=69)Main PID: 2880 (beam.smp)CGroup: /system.slice/rabbitmq-server.service├─2880 /usr/lib64/erlang/erts-9.3/bin/beam.smp -W w -A 64 -P 1048576 -t 5000000 -stbt db -zdbbl 1280000 -K true -- -root /usr/lib64/erlang -progname erl -- -home /v...├─3195 erl_child_setup 1024├─3348 inet_gethost 4└─3349 inet_gethost 4Mar 23 20:02:24 test-pf9-du-install-1898-2018-03-22-192546.novalocal rabbitmq-server[2880]: ## ## RabbitMQ 3.7.4. Copyright (C) 2007-2018 Pivotal Software, Inc.Mar 23 20:02:24 test-pf9-du-install-1898-2018-03-22-192546.novalocal rabbitmq-server[2880]: ########## Licensed under the MPL. See http://www.rabbitmq.com/Mar 23 20:02:24 test-pf9-du-install-1898-2018-03-22-192546.novalocal rabbitmq-server[2880]: ###### ##
Mar 23 20:02:24 test-pf9-du-install-1898-2018-03-22-192546.novalocal rabbitmq-server[2880]: ########## Logs: /var/log/rabbitmq/rabbit@localhost.log
Mar 23 20:02:24 test-pf9-du-install-1898-2018-03-22-192546.novalocal rabbitmq-server[2880]: /var/log/rabbitmq/rabbit@localhost_upgrade.logMar 23 20:02:24 test-pf9-du-install-1898-2018-03-22-192546.novalocal rabbitmq-server[2880]: Starting broker...Mar 23 20:02:32 test-pf9-du-install-1898-2018-03-22-192546.novalocal rabbitmq-server[2880]: systemd unit for activation check: "rabbitmq-server.service"Mar 23 20:02:42 test-pf9-du-install-1898-2018-03-22-192546.novalocal rabbitmq-server[2880]: Service still in 'activating' state, bailing outMar 23 20:02:42 test-pf9-du-install-1898-2018-03-22-192546.novalocal rabbitmq-server[2880]: systemd READY notification failed, beware of timeoutsMar 23 20:02:44 test-pf9-du-install-1898-2018-03-22-192546.novalocal rabbitmq-server[2880]: completed with 0 plugins.Based on some post in this forum, I ran the below diagnostics command:# rabbitmqctl eval 'rabbit_diagnostics:maybe_stuck().'2018-03-23 20:05:04 There are 202 processes.2018-03-23 20:05:09 Found 1 suspicious processes.2018-03-23 20:05:09 [{pid,<9193.1.0>},{registered_name,erts_code_purger},{current_stacktrace,[{erts_code_purger,wait_for_request,0,[]}]},{initial_call,{erts_code_purger,start,0}},{message_queue_len,0},{links,[]},{monitors,[]},{monitored_by,[]},{heap_size,233}]okThanks,Pooja
--
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.
Hi,I am having trouble getting the rabbitmq service to start with latest rabbitmq-server and erlang packages on a Centos7.4 VM.Looks like the service is running fine, but systemd unit gets stuck in 'activating' state.Can someone please help me understand if this is a configuration issue or some dependency is missing?# rpm -qa | grep rabbitmqrabbitmq-server-3.7.4-1.el7.noarch# rpm -qa | grep erlangerlang-20.3-1.el7.centos.x86_64# Log snippet:
2018-03-23 20:02:32.338 [info] <0.368.0> started TCP Listener on [::]:5672
2018-03-23 20:02:32.345 [info] <0.263.0> Setting up a table for connection tracking on this node: tracked_connection_on_node_rabbit@localhost
2018-03-23 20:02:32.346 [info] <0.263.0> Setting up a table for per-vhost connection counting on this node: tracked_connection_per_vhost_on_node_rabbit@localhost
2018-03-23 20:02:32.348 [info] <0.33.0> Application rabbit started on node rabbit@localhost
2018-03-23 20:02:42.961 [notice] <0.85.0> Changed loghwm of /var/log/rabbitmq/rabbit@localhost.log to 50
2018-03-23 20:02:44.107 [info] <0.5.0> Server startup complete; 0 plugins started.
# service rabbitmq-server statusRedirecting to /bin/systemctl status rabbitmq-server.service● rabbitmq-server.service - RabbitMQ brokerLoaded: loaded (/usr/lib/systemd/system/rabbitmq-server.service; disabled; vendor preset: disabled)Active: activating (start) since Fri 2018-03-23 20:02:12 UTC; 32s agoProcess: 996 ExecStop=/usr/sbin/rabbitmqctl shutdown (code=exited, status=69)Main PID: 2880 (beam.smp)CGroup: /system.slice/rabbitmq-server.service├─2880 /usr/lib64/erlang/erts-9.3/bin/beam.smp -W w -A 64 -P 1048576 -t 5000000 -stbt db -zdbbl 1280000 -K true -- -root /usr/lib64/erlang -progname erl -- -home /v...├─3195 erl_child_setup 1024├─3348 inet_gethost 4└─3349 inet_gethost 4Mar 23 20:02:24 test-pf9-du-install-1898-2018-03-22-192546.novalocal rabbitmq-server[2880]: ## ## RabbitMQ 3.7.4. Copyright (C) 2007-2018 Pivotal Software, Inc.Mar 23 20:02:24 test-pf9-du-install-1898-2018-03-22-192546.novalocal rabbitmq-server[2880]: ########## Licensed under the MPL. See http://www.rabbitmq.com/Mar 23 20:02:24 test-pf9-du-install-1898-2018-03-22-192546.novalocal rabbitmq-server[2880]: ###### ##
Mar 23 20:02:24 test-pf9-du-install-1898-2018-03-22-192546.novalocal rabbitmq-server[2880]: ########## Logs: /var/log/rabbitmq/rabbit@localhost.log
# rpm -qa | grep socat
socat-1.7.3.2-2.el7.x86_64
--
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.
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.
Thanks Michael!All I see is this in the audit.log on my centos machine:type=SERVICE_START msg=audit(1521841984.042:2269): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rabbitmq-server comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Is this socat notify something I should disable? My rabbitmq-env file does not explicitly enable it:# cat /etc/rabbitmq/rabbitmq-env.confNODENAME=rabbit@localhostRABBITMQ_LOG_BASE=/var/log/rabbitmqRABBITMQ_PID_FILE=/var/run/rabbitmq/pidAlso I am using the systemd unit file that was part of the github package.Thanks,Pooja
On Friday, March 23, 2018 at 2:19:26 PM UTC-7, Michael Klishin wrote:
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.
--MKStaff Software Engineer, Pivotal/RabbitMQ
--
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.