【问题标题】:Apache Storm: Nimbus not starting on Port 6627Apache Storm:Nimbus 未在端口 6627 上启动
【发布时间】:2015-04-09 03:48:02
【问题描述】:

启动 Nimbus 后,我在端口 6627 上看不到任何内容。我收到连接被拒绝错误。 Nimbus 日志中抛出以下错误:

6899 [main] ERROR com.smarterme.intake.EmbeddedTopologyRunner - Toplogy submitting failed.....org.apache.thrift7.transport.TTransportException: java.net.ConnectException: Connection refused
java.lang.RuntimeException: org.apache.thrift7.transport.TTransportException: java.net.ConnectException: Connection refused
    at backtype.storm.utils.NimbusClient.getConfiguredClient(NimbusClient.java:38)
    at backtype.storm.StormSubmitter.submitTopology(StormSubmitter.java:116)**

你们对此有什么想法吗?

【问题讨论】:

    标签: java apache-storm


    【解决方案1】:

    将“nimbus”作为 127.0.0.1 和 localhost 的别名添加到 /etc/hosts 文件中。

    确保 iptables 不是您所在主机的问题 尝试运行或您的 ~/.storm/storm.yaml 中很可能有问题

    点击以下链接,希望对你有所帮助。

    http://storm.apache.org/about/deployment.html

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2011-12-17
      • 2014-06-08
      • 2011-12-14
      • 2016-12-27
      • 2016-08-15
      • 1970-01-01
      相关资源
      最近更新 更多