Authentication failed (rejected by the remote node), please check the Erlang

Synchronise Erlang Cookies (when running a manually installedWindows Service) Erlang Security Cookies used by the service account
and the userrunning rabbitmqctl.bat must besynchronised for rabbitmqctl.bat tofunction.
To ensure Erlang cookie files contain the same string,
copy the.erlang.cookie file from the Windowsdirectory (normallyC:\WINDOWS\.erlang.cookie) to replace the user.erlang.cookie.
The user cookie will be in the user's home directory (%HOMEDRIVE%%HOMEPATH%),e.g.C:\Documents and Settings\%USERNAME%\.erlang.cookie or C:\Users\%USERNAME%\.erlang.cookie (Windows Vista andlater).
以上英文意思是:使C:\Windows\.erlang.cookie 和C:\User\lujie\.erlang.cookie两个文件内容一致
但是我的C:\Windows下没有这个文件
用搜索工具对电脑文件系统进行检索,找到C:\Windows\System32\config\systemprofile下有个.erlang.cookie文件,
内容与C:\User\lujie\.erlang.cookie不一样,后来修改其中一个文件的内容,使两个文件内容一样。 
再次执行命令rabbitmqctl status,成功


Authentication failed (rejected by the remote node), please check the Erlang的更多相关文章
- remote: Incorrect username or password ( access token ) fatal: Authentication failed for
		gitee推送到远程仓库时提示错误remote: Incorrect username or password ( access token )fatal: Authentication failed ... 
- remote: http basic: access denied fatal: authentication failed for '‘解决办法
		问题描述 由于这个项目代码使用https 进行clone,为什么?因为代码库ssh有问题!fuck! 导致在push代码的时候出现了 remote: http basic: access denied ... 
- Username for 'https://github.com': remote: Invalid username or password. fatal: Authentication failed for 'https://github.com/GLSmile/pythontest.git/' 问题
		使用$ git push -u origin master 进行同步时,提示输入用户名和密码,但是我输入正确的信息后,仍然 会报Username for 'https://github.com': r ... 
- github提交失败并报错java.io.IOException: Authentication failed:
		一.概述 我最近在写一个android的项目. 软件:android studio.Android studio VCS integration(插件) Android studio VCS inte ... 
- fatal: Authentication failed for又不弹出用户名和密码 解决办法
		各位,如果能弹出来,一定是你账号密码搞错了,就别继续看了. image.png 切换命令行: image.png 依然报错, 说到这个问题,又可以长篇大论了, 我使用的是tortoisegit ... 
- Updates were rejected because the remote contains work that you do(gitee报错解决方案)
		今天向Gitee远程仓库提交本地项目文件时,遇到了下列错误,很是郁闷 正在推送 1203笔记本Error: failed to push some refs to 'https://gitee.com ... 
- Git在提交代码时出现的fatal: Authentication failed的问题
		git push origin master remote: Incorrect username or password ( access token ) fatal: Authentication ... 
- windows 切换git远程仓库地址后 git push 提示Authentication failed
		git切换远程分支: 方法一: git remote set-url origin 你新的远程仓库地址 方法二: git remote rm origin git remote add origin ... 
- Git客户端执行命令报错: fatal: Authentication failed for'xxxxx.git',但是又不弹出窗口重新输入用户名和密码的解决办法
		1.Git版本:Git-2.17.0 2.引起git报错的原因 在变更远程仓库路径的的时候,弹出过一个窗口输入用户名和密码,但是输错了,之后执行任何拉取和更新的命令都会报如下的错: fatal: Au ... 
随机推荐
- iOS原生的AVFoundation扫描二维码/条形码
			#import <AVFoundation/AVFoundation.h> @interface ViewController ()<AVCaptureMetadataOutputO ... 
- Github使用教程(一)------ 初识Github
			上一节我们解决了Github网站响应慢,加载不完全的情况,接下来我们就要正式开始使用Github了. :好,那我先安装Git,稍后就上传项目. :......你Github网站都看懂了? :还需要看懂 ... 
- C++设计模式 之 “单一职责”模式:Decorator、Bridge
			part 1 “单一职责”模式 在软件组件的设计中,如果责任划分的不清晰,使用继承得到的结果往往是随着需求的变化,子类急剧膨胀,同时充斥着重复代码,这时候的关键是划清责任. 典型模式 Decorato ... 
- 查看 nodejs 安装包的相关指令
			npm -h 以上指令可以看到npm可用的指令 如果要卸载就用npm uninstall 
- 20145302张薇《课程设计》数据恢复——WinHex实践
			20145302张薇<课程设计>数据恢复--WinHex实践 实践内容 使用WinHex破损一个U盘 使用WinHex通过DBR备份数据来修复已损坏U盘 实践详细步骤 1.准备一个文件格式 ... 
- Delphi XE5 for Android (六)
			今天尝试了TTabControl的使用.在很多Android的app中,首次启动时都使用选项卡模式进行产品介绍,用户通过向左滑动,改变选项卡.在xe5下这项工作由TTabControl控件完成,如下图 ... 
- c# &与&& 和 |与||的区别
			&:按位与,对两个条件都进行判断 &&:逻辑与,只要一个条件满足,另外一个条件就不会执行 同理: |:按位或,对两个条件都进行判断 ||:逻辑或,只要一个条件满足,另外一个条件 ... 
- xshell5  Linux 上传下载文件
			1,先登录身份验证和文件传输ZMODEM 选择自动激活. 2,rpm -qa | grep lrzsz 利用此命令查看是否安装了lrzsz . 如果没有任何反应则是没有安装 若没有安装 yum ins ... 
- 切换tab页时,tab页中的echart变形问题
			本文为博主原创,未经允许,不得转载: 在两个tab页中,分别展现了两个echart图表,同样的格式与写法,但只有在默认选中的tab页中的图表显示的是正常的, 但进入另一个tab页中时,图表则产生了变形 ... 
- redis nginx session tomcat
			Redis解决session共享 http://lyl-zsu.iteye.com/blog/2408292 http://zx10103326.iteye.com/blog/2244195 http ... 
