码迷,mamicode.com
首页 > Windows程序 > 详细

RabbitMQ Windows下安装问题解决

时间:2017-08-14 18:02:03      阅读:269      评论:0      收藏:0      [点我收藏+]

标签:des   ror   move   image   tar   src   lin   start   prompt   

一、问题描述

安装后出现如下问题描述

C:\Program Files\RabbitMQ Server\rabbitmq_server-3.4.3\sbin>rabbitmqctl status Status of node rabbit@TPAJ05421843 ...
 Error: unable to connect to node rabbit@TPAJ05421843: nodedown

DIAGNOSTICS

attempted to contact: [rabbit@TPAJ05421843]

rabbit@TPAJ05421843:
 * connected to epmd (port 4369) on TPAJ05421843
 * epmd reports: node ‘rabbit‘ not running at all
 other nodes on TPAJ05421843: [‘RabbitMQ‘]
 * suggestion: start the node

current node details:
 - node name: ‘rabbitmqctl-19884@TPAJ05421843‘
 - home dir: H: - cookie hash: PD4QQCYrf0TME9vIko3Xuw==

二、解决方案
Run RabbitMQ sbin command prompt as administrator.

  • Run "rabbitmq-service remove"
  • Run "rabbitmq-service install"

Then
   run "net start rabbitmq" to start the service after removing and reinstalling it.

三、效果截图

技术分享

RabbitMQ Windows下安装问题解决

标签:des   ror   move   image   tar   src   lin   start   prompt   

原文地址:http://www.cnblogs.com/windy2008/p/7359123.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!