What else am I missing in troubleshooting this?
I have the same .erlang.cookie in my c:\windows and c:\users\username folder.
"=INFO REPORT==== 18-Aug-2014::19:56:21 ===node : rabbit@RABBITMQ2home dir : C:\Windowsconfig file(s) : c:/rabbitmq_data/rabbitmq.configcookie hash : 3NIVc4nT0YGsAURF7ilx1g==log : c:/rabbitmq_data/log/rab...@RABBITMQ2.logsasl log : c:/rabbitmq_data/log/rab...@RABBITMQ2-sasl.logdatabase dir : c:/rabbitmq_data/db/rabbit@RABBITMQ2-mnesia"
Moving conversation here from Legacy list:I have 3 RabbitMQ servers running on 3 windows servers as a service (local system acct) . They are clustered and are up and running. The management console shows all up, etc.I have the same .erlang.cookie in my c:\windows and c:\users\username folder.This morning I was using rabbitmqctl normally and all was good. I logged out of the machine instead of my usual disconnect (via RDP).When I logged back in (as same user) and run rabbitmqctl status I get the nodedown error like it's not running. To verify I did this on a second server and the same results occurred. The third server I have left as-is (meaning I didn't log out) and rabbitmqctl status works just fine. It does ,however, fail when I run rabbitmqctl report.What else am I missing in troubleshooting this?Which version of RabbitMQ are you running? What error messages are you seeing? 3.3.x should give reasonably sensible diagnostics in this situation.
On 20/08/14 18:57, Brian Locke wrote:What else am I missing in troubleshooting this?3.3.4You might check that it's getting picked up - check the log file for a hash of the cookie used by the server, check the output of a rabbitmqctl failure for a hash of the cookie used by rabbitmqctl.I have the same .erlang.cookie in my c:\windows and c:\users\username folder.They are the same:------------------------- Start Server Log ------------------------
"=INFO REPORT==== 18-Aug-2014::19:56:21 ===node : rabbit@RABBITMQ2home dir : C:\Windowsconfig file(s) : c:/rabbitmq_data/rabbitmq.configcookie hash : 3NIVc4nT0YGsAURF7ilx1g==
log : c:/rabbitmq_data/log/rabbit@RABBITMQ2.logsasl log : c:/rabbitmq_data/log/rabbit@RABBITMQ2-sasl.logdatabase dir : c:/rabbitmq_data/db/rabbit@RABBITMQ2-mnesia"
This needs to be filed as a bug against erlang/rabbit, something needs to be done so that the epmd runs under local system and not as the local user during the first install. Or possibly "fix" epmd so that it can talk to an already running rabbitmq (might be a permission issue as epmd is running as local user, whereas erlang/rabbit is local system).
Moving conversation here from Legacy list:I have 3 RabbitMQ servers running on 3 windows servers as a service (local system acct) . They are clustered and are up and running. The management console shows all up, etc.I have the same .erlang.cookie in my c:\windows and c:\users\username folder.This morning I was using rabbitmqctl normally and all was good. I logged out of the machine instead of my usual disconnect (via RDP).When I logged back in (as same user) and run rabbitmqctl status I get the nodedown error like it's not running. To verify I did this on a second server and the same results occurred. The third server I have left as-is (meaning I didn't log out) and rabbitmqctl status works just fine. It does ,however, fail when I run rabbitmqctl report.What else am I missing in troubleshooting this?Which version of RabbitMQ are you running? What error messages are you seeing? 3.3.x should give reasonably sensible diagnostics in this situation.
On 20/08/14 18:57, Brian Locke wrote:What else am I missing in troubleshooting this?3.3.4You might check that it's getting picked up - check the log file for a hash of the cookie used by the server, check the output of a rabbitmqctl failure for a hash of the cookie used by rabbitmqctl.I have the same .erlang.cookie in my c:\windows and c:\users\username folder.They are the same:------------------------- Start Server Log ------------------------
"=INFO REPORT==== 18-Aug-2014::19:56:21 ===node : rabbit@RABBITMQ2home dir : C:\Windowsconfig file(s) : c:/rabbitmq_data/rabbitmq.configcookie hash : 3NIVc4nT0YGsAURF7ilx1g==
log : c:/rabbitmq_data/log/rabbit@RABBITMQ2.logsasl log : c:/rabbitmq_data/log/rabbit@RABBITMQ2-sasl.log
database dir : c:/rabbitmq_data/db/rabbit@RABBITMQ2-mnesia"