cancel
Showing results for 
Search instead for 
Did you mean: 

RabbitMQ Service starts and then stopped due to RabbitMQ: Erlang machine seems to die continously, not restarted

KishlaySingh
Level 5

Dear Connections,

I installed Erlang (OTP 25.1.2 Windows 64-bit Binary File) followed by RabbitMQ Server 3.11.4 and I also installed management tool rabbitmq-plugins enable rabbitmq_management.

Now whenever I try to start RabbitMQ service, after 1 minutes, it's stopped.

Below is the error from event viewer logs.

24944.png

24945.png

I tried few things based on suggestions provided in below link but no luck. 

Erlang machine stopped instantly (distribution name conflict?). The service is not restarted as OnFail is set to ignore

Any pointers would be greatly appreciated.

RabbitMQ Service starts and then stopped due to RabbitMQ: Erlang machine seems to die continously, not restarted



------------------------------
Kishlay Singh
Senior Consultant
UOB
Singapore
------------------------------
Kishlay Singh Senior Consultant UOB Singapore
1 BEST ANSWER

Best Answers

Hi,

BP support team helped us to fix the above mentioned issue. According to them, advance.config file is outdated. Below are the steps to be followed

  1. Create rabbitmq.conf file in \AppData\RabbitMq folder.
  2. Write below details in .conf file.
    loopback_users.guest = false
    #log.dir = c:\\rabbitmq-data\\log
    #log.file = true
    log.file.level = info
    # rotate every night at midnight
    log.file.rotation.date = $D0
    # keep up to 3 archived log files in addition to the current one
    log.file.rotation.count = 3
  3. Save the file and restart the rabbitmq service.


------------------------------
Kishlay Singh
Senior Consultant
UOB
Singapore
------------------------------
Kishlay Singh Senior Consultant UOB Singapore

View answer in original post

3 REPLIES 3

LeonardoSQueiroz
Level 10

Hi,

There is a comment in the github forum content about this error, check it, It might help, some of the evidence is related to a bug and the version reference.: https://github.com/rabbitmq/rabbitmq-server/issues/1969#issuecomment-478890294

Regards,



------------------------------
Leonardo Soares
RPA Developer
------------------------------
Leonardo Soares RPA Developer América/Brazil

Hi @LeonardoSQueiroz,

Thank you for the response. I'm still facing the same issue even after following the above GIT link. 

24917.png



------------------------------
Kishlay Singh
Senior Consultant
UOB
Singapore
------------------------------
Kishlay Singh Senior Consultant UOB Singapore

Hi,

BP support team helped us to fix the above mentioned issue. According to them, advance.config file is outdated. Below are the steps to be followed

  1. Create rabbitmq.conf file in \AppData\RabbitMq folder.
  2. Write below details in .conf file.
    loopback_users.guest = false
    #log.dir = c:\\rabbitmq-data\\log
    #log.file = true
    log.file.level = info
    # rotate every night at midnight
    log.file.rotation.date = $D0
    # keep up to 3 archived log files in addition to the current one
    log.file.rotation.count = 3
  3. Save the file and restart the rabbitmq service.


------------------------------
Kishlay Singh
Senior Consultant
UOB
Singapore
------------------------------
Kishlay Singh Senior Consultant UOB Singapore