Thanks for the information.
Please note that the Explorer hides certain files, including those that start with a dot. Log in using your administrative user, open an administrative command prompt, and run this command:
copy %SystemRoot%\system32\config\systemprofile\.erlang.cookie %HOMEDRIVE%%HOMEPATH%\.erlang.cookie
Take a screenshot of the command being run and the output.
The reason I think that the cookie file is there is the following output from the logs you provided earlier. Notice the "home dir" value:
Starting RabbitMQ 3.7.17 on Erlang 22.0
Copyright (C) 2007-2019 Pivotal Software, Inc.
2021-01-12 18:18:49.800 [info] <0.249.0>
node : rabbit@DESKTOP-C3I1AF2
home dir : C:\WINDOWS\system32\config\systemprofile
config file(s) : c:/Users/efacec/AppData/Roaming/RabbitMQ/advanced.config
cookie hash : HeAu+znIaCTF7d0aJsBPbg==
log(s) : C:/Users/efacec/AppData/Roaming/RabbitMQ/log/RABBIT~1.LOG
: C:/Users/efacec/AppData/Roaming/RabbitMQ/log/rabbit@DESKTOP-C3I1AF2_upgrade.log
database dir : c:/Users/efacec/AppData/Roaming/RabbitMQ/db/RABBIT~1
The output of the copy command will tell us if it's there or not. If not, it means that RabbitMQ did not start and we can investigate that next.
Thanks,
Luke