Node is running but cannot accept new connections on Windows due to an eacces
error
#11882
-
Describe the bugPreface: Thanks for reading We are unsure what is causing this issue, but we are getting in this situation often and need some assistance. We have a single node deployment. Symptoms are first reported as inability to connect to rabbitmq. Upon looking in the logfile we see erlang appears to have crashed and a dump has been written: Error
after this we see a repeated error:
until we restart the rabbitmq process. Configuration is as follows:
Happy to provide any additional information as requested. Thanks again! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello, thanks for using RabbitMQ.
Disable ANY of these sorts of programs on your RabbitMQ servers, and see if the issue continues. Just FYI, any time you report an issue with software, it's always good to provide information about how long the system worked without issue, or if the issue was always present. |
Beta Was this translation helpful? Give feedback.
-
Thank you so much for getting back to me. I really appreciate it. We are currently removing all our AV products once I get through the red tape. |
Beta Was this translation helpful? Give feedback.
Hello, thanks for using RabbitMQ.
eacces
is a permission error. I see that you're on Windows, so the most likely culprit is some sort of security or anti-virus software that interferes with RabbitMQ.Disable ANY of these sorts of programs on your RabbitMQ servers, and see if the issue continues.
Just FYI, any time you report an issue with software, it's always good to provide information about how long the system worked without issue, or if the issue was always present.