Configuration rabbitmq 3.3.4电铲配置正在崩溃启动过程中

Configuration rabbitmq 3.3.4电铲配置正在崩溃启动过程中,configuration,rabbitmq,rabbitmq-shovel,Configuration,Rabbitmq,Rabbitmq Shovel,我试图通过docker中运行的配置文件配置Spoot插件,但出现以下错误: BOOT FAILED =========== Error description: {error,{failed_to_cluster_with,[rabbit@dalmacpmfd57], "Mnesia could not connect to any nodes."}} 配置是这样设置的,因为当开发环境启动时,将根据需要创建铲的目标

我试图通过docker中运行的配置文件配置Spoot插件,但出现以下错误:

  BOOT FAILED
  ===========

  Error description:
   {error,{failed_to_cluster_with,[rabbit@dalmacpmfd57],
                              "Mnesia could not connect to any nodes."}}
配置是这样设置的,因为当开发环境启动时,将根据需要创建铲的目标。。。源是一个永久的rabbitmq实例,新的开发环境将连接到该实例

以下是配置文件的内容:

  [   
   {rabbitmq_shovel,
    [{shovels,
        [{indexer_replica_static,
           [{sources, 
                [{broker, [ "amqp://guest:guest@rabbitmq/newdev" ]},
                       {declarations,
                            [{'queue.declare', [{queue,    <<"Indexer_Replica_Static">>}, durable]},
                             {'queue.bind',[ {exchange, <<"Indexer">>}, {queue, <<"Indexer_Replica_Static">>}]}
                            ]
                        }
                ]
            },
            {destinations, 
                [{broker, "amqp://"},
                      {declarations, [ {'exchange.declare', [ {exchange, <<"Indexer_Replica_Static">>}
                                     , {type, <<"fanout">>}, durable]},
                                     {'queue.declare', [
                                         {queue,    <<"Indexer_Replica_Static">>},
                                         durable]},
                                     {'queue.bind',
                                       [ {exchange, <<"Indexer_Replica_Static">>}
                                       , {queue,    <<"Indexer_Replica_Static">>}
                                       ]}
                                    ]
                       }
                ]
            },
           {queue, <<"Indexer_Replica_Static">>},
           {prefetch_count, 0},
           {ack_mode, on_confirm},
           {publish_properties, [ {delivery_mode, 2} ]},
           {reconnect_delay, 2.5}
           ]
        }
        ]
      },
      {reconnect_delay,    2.5}
    ]
  }
 ].

谢谢

你启用了guest:guest访问权限了吗?@没有,我没有。我以为guest是自动启用的。在尝试启用铲配置之前,我能够使用guest登录到管理web界面。我会查的谢谢@从doco guest中我可以看出,Gas作为管理员自动启用。吓人:-。默认情况下,您只能在localhost中使用guest,请阅读以下内容:您解决问题了吗?@Gas您好。谢谢,我看了上面提到的链接,不明白这在我的案例中是如何应用的。现在,我正试图通过localhost访问rabbit。此外,我还没有修复与最初报告的错误相同的问题。感谢
  =INFO REPORT==== 3-Sep-2014::15:30:37 ===
  node           : rabbit@dalmacpmfd57
  home dir       : /Users/e002678
  config file(s) : (none)
  cookie hash    : n6vhh8tY7Z+uR2DV6gcHUg==
  log            : /usr/local/rabbitmq_server-3.3.4/sbin/../var/log/rabbitmq/rabbit@dalmacpmfd57.log
  sasl log       : /usr/local/rabbitmq_server-3.3.4/sbin/../var/log/rabbitmq/rabbit@dalmacpmfd57-   sasl.log
  database dir   : /usr/local/rabbitmq_server-3.3.4/sbin/../var/lib/rabbitmq/mnesia/rabbit@dalmacpmfd57