Rabbitmq Crash

116 views
Skip to first unread message

Anakar Satpathy

unread,
Mar 2, 2021, 2:34:49 AM3/2/21
to rabbitmq-users
Hi All,

One of our queue in rabbitmq got crashed and then when we tried to restart the rabbitmq it got completely crashed. 

Attaching both the logs. 

rabbit_crash.log.1 >> Log before the rabbitmq restart
rabbit_crash.log.0 >> Log after the rabbitmq restart

Please help us to find the root cause. 

Thanks in advance.
crash_log.zip

wes...@vodafone.de

unread,
Mar 2, 2021, 4:00:03 AM3/2/21
to Anakar Satpathy, rabbitmq-users
What rabbitmq/erlang version and operation system are you using?

regards.
*** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom it is addressed. If you are not the named addressee then you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and delete this e-mail from your system.***

--
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-user...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/afb5f3be-07c3-470f-83a4-b44c1692b860n%40googlegroups.com.

Diana Parra Corbacho

unread,
Mar 2, 2021, 4:28:18 AM3/2/21
to rabbitm...@googlegroups.com, Anakar Satpathy

You’re getting `{error,eperm}` all over the logs, that’s an OS error. Please check that your user still has permission to access the RMQ storage, if the disk is full and so on.

Anakar Satpathy

unread,
Mar 2, 2021, 4:55:03 AM3/2/21
to rabbitmq-users
version is 3.8.2 and the operating system is Linux. 

Anakar Satpathy

unread,
Mar 2, 2021, 11:50:46 PM3/2/21
to rabbitmq-users
Hi Diana,

Thank you for your input.

We are running the rabbitmq from root user. So the permission can not be an issue here. 

We are getting the below message in every 10 mili seconds. 

021-02-11 03:36:52.262 [info] <0.13791.1298> connection <0.13791.1298> ([::1]:58252 -> [::1]:5671): user 'jif_rabbitmq' authenticated and granted access to vhost '/' 2021-02-11 03:36:52.265 [warning] <0.14272.1298> closing AMQP connect
client unexpectedly closed TCP connection 2021-02-11 03:36:52.470 [info] <0.14436.1298> accepting AMQP connection <0.14436.1298> ([::1]:58318 -> [::1]:5671) 2021-02-11 03:36:52.474 [info] <0.14436.1298> connection <0.14436.1298> ([::1]:58318 -> [::1]:5671): user 'jif_rabbitmq' authenticated and granted access to vhost '/' 2021-02-11 03:36:52.485 [warning] <0.13783.1298> closing AMQP connection <0.13783.1298> ([::1]:58264 -> [::1]:5671, vhost: '/', user: 'jif_rabbitmq'):

Thanks in advance. 

Michal Kuratczyk

unread,
Mar 3, 2021, 3:03:27 AM3/3/21
to rabbitm...@googlegroups.com
Hi,

It is a permissions problem. And the log you shared now says "client unexpectedly closed TCP connection" so it's something external that keeps connecting and then terminating connections. RabbitMQ can't do anything about it.

Both symptoms are quite typical for antivirus or other security-related software that tries to restrict disk access and network connections. If you have such software installed - disable it (or make it not interfere with RabbitMQ).

Best,



--
Michał
RabbitMQ team

M K

unread,
Mar 4, 2021, 5:24:16 AM3/4/21
to rabbitmq-users
and the log message has a dedicated doc section [1].

Reply all
Reply to author
Forward
0 new messages