<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Could not find leader nimbus from seed hosts [sandbox.hortonworks.com] in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-find-leader-nimbus-from-seed-hosts-sandbox/m-p/167108#M45426</link>
    <description>&lt;P&gt;did you check the availability of Nimbus, is it up?&lt;/P&gt;</description>
    <pubDate>Tue, 27 Dec 2016 00:48:49 GMT</pubDate>
    <dc:creator>rajkumar_singh</dc:creator>
    <dc:date>2016-12-27T00:48:49Z</dc:date>
    <item>
      <title>Could not find leader nimbus from seed hosts [sandbox.hortonworks.com]</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-find-leader-nimbus-from-seed-hosts-sandbox/m-p/167107#M45425</link>
      <description>&lt;P&gt;I'd appreciate any help in resolving the exception I'm getting while trying to run my first Storm topology based on a very simple Word Count example I found on internet. I'm running following command:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;storm jar StormWordCounter-0.0.1-SNAPSHOT.jar demo.storm.WordStormProd MySampleFile.txt&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please see my attached code &lt;A href="https://community.cloudera.com/legacyfs/online/attachments/9160-wordstormprod.txt"&gt;wordstormprod.txt&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The detailed exception as following:&lt;/P&gt;&lt;P&gt;11033 [main] WARN  o.a.s.u.NimbusClient - Ignoring exception while trying to get leader nimbus info from sandbox.hortonworks.com. will retry with a different seed host.&lt;/P&gt;&lt;P&gt;java.lang.RuntimeException: org.apache.storm.thrift.transport.TTransportException: java.net.ConnectException: Connection refused&lt;/P&gt;&lt;P&gt;at org.apache.storm.security.auth.TBackoffConnect.retryNext(TBackoffConnect.java:64) ~[storm-core-1.0.1.2.5.0.0-1245.jar:1.0.1.2.5.0.0-1245]&lt;/P&gt;&lt;P&gt;at org.apache.storm.security.auth.TBackoffConnect.doConnectWithRetry(TBackoffConnect.java:56) ~[storm-core-1.0.1.2.5.0.0-1245.jar:1.0.1.2.5.0.0-1245]&lt;/P&gt;&lt;P&gt;at org.apache.storm.security.auth.ThriftClient.reconnect(ThriftClient.java:99) ~[storm-core-1.0.1.2.5.0.0-1245.jar:1.0.1.2.5.0.0-1245]&lt;/P&gt;&lt;P&gt;at org.apache.storm.security.auth.ThriftClient.&amp;lt;init&amp;gt;(ThriftClient.java:69) ~[storm-core-1.0.1.2.5.0.0-1245.jar:1.0.1.2.5.0.0-1245]&lt;/P&gt;&lt;P&gt;at org.apache.storm.utils.NimbusClient.&amp;lt;init&amp;gt;(NimbusClient.java:105) ~[storm-core-1.0.1.2.5.0.0-1245.jar:1.0.1.2.5.0.0-1245]&lt;/P&gt;&lt;P&gt;at org.apache.storm.utils.NimbusClient.getConfiguredClientAs(NimbusClient.java:65) [storm-core-1.0.1.2.5.0.0-1245.jar:1.0.1.2.5.0.0-1245]&lt;/P&gt;&lt;P&gt;at org.apache.storm.StormSubmitter.topologyNameExists(StormSubmitter.java:370) [storm-core-1.0.1.2.5.0.0-1245.jar:1.0.1.2.5.0.0-1245]&lt;/P&gt;&lt;P&gt;at org.apache.storm.StormSubmitter.submitTopologyAs(StormSubmitter.java:233) [storm-core-1.0.1.2.5.0.0-1245.jar:1.0.1.2.5.0.0-1245]&lt;/P&gt;&lt;P&gt;at org.apache.storm.StormSubmitter.submitTopology(StormSubmitter.java:310) [storm-core-1.0.1.2.5.0.0-1245.jar:1.0.1.2.5.0.0-1245]&lt;/P&gt;&lt;P&gt;at org.apache.storm.StormSubmitter.submitTopology(StormSubmitter.java:157) [storm-core-1.0.1.2.5.0.0-1245.jar:1.0.1.2.5.0.0-1245]&lt;/P&gt;&lt;P&gt;at demo.storm.WordStormProd.main(WordStormProd.java:25) [e02505eca3e011e682160242ac110002.jar:?]&lt;/P&gt;&lt;P&gt;Caused by: org.apache.storm.thrift.transport.TTransportException: java.net.ConnectException: Connection refused&lt;/P&gt;&lt;P&gt;at org.apache.storm.thrift.transport.TSocket.open(TSocket.java:226) ~[storm-core-1.0.1.2.5.0.0-1245.jar:1.0.1.2.5.0.0-1245]&lt;/P&gt;&lt;P&gt;at org.apache.storm.thrift.transport.TFramedTransport.open(TFramedTransport.java:81) ~[storm-core-1.0.1.2.5.0.0-1245.jar:1.0.1.2.5.0.0-1245]&lt;/P&gt;&lt;P&gt;at org.apache.storm.security.auth.SimpleTransportPlugin.connect(SimpleTransportPlugin.java:103) ~[storm-core-1.0.1.2.5.0.0-1245.jar:1.0.1.2.5.0.0-1245]&lt;/P&gt;&lt;P&gt;at org.apache.storm.security.auth.TBackoffConnect.doConnectWithRetry(TBackoffConnect.java:53) ~[storm-core-1.0.1.2.5.0.0-1245.jar:1.0.1.2.5.0.0-1245]&lt;/P&gt;&lt;P&gt;... 9 more&lt;/P&gt;&lt;P&gt;Caused by: java.net.ConnectException: Connection refused&lt;/P&gt;&lt;P&gt;at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:1.7.0_111]&lt;/P&gt;&lt;P&gt;at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339) ~[?:1.7.0_111]&lt;/P&gt;&lt;P&gt;at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200) ~[?:1.7.0_111]&lt;/P&gt;&lt;P&gt;at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182) ~[?:1.7.0_111]&lt;/P&gt;&lt;P&gt;at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.7.0_111]&lt;/P&gt;&lt;P&gt;at java.net.Socket.connect(Socket.java:579) ~[?:1.7.0_111]&lt;/P&gt;&lt;P&gt;at org.apache.storm.thrift.transport.TSocket.open(TSocket.java:221) ~[storm-core-1.0.1.2.5.0.0-1245.jar:1.0.1.2.5.0.0-1245]&lt;/P&gt;&lt;P&gt;at org.apache.storm.thrift.transport.TFramedTransport.open(TFramedTransport.java:81) ~[storm-core-1.0.1.2.5.0.0-1245.jar:1.0.1.2.5.0.0-1245]&lt;/P&gt;&lt;P&gt;at org.apache.storm.security.auth.SimpleTransportPlugin.connect(SimpleTransportPlugin.java:103) ~[storm-core-1.0.1.2.5.0.0-1245.jar:1.0.1.2.5.0.0-1245]&lt;/P&gt;&lt;P&gt;at org.apache.storm.security.auth.TBackoffConnect.doConnectWithRetry(TBackoffConnect.java:53) ~[storm-core-1.0.1.2.5.0.0-1245.jar:1.0.1.2.5.0.0-1245]&lt;/P&gt;&lt;P&gt;... 9 more&lt;/P&gt;&lt;P&gt;Exception in thread "main" java.lang.RuntimeException: org.apache.storm.utils.NimbusLeaderNotFoundException: Could not find leader nimbus from seed hosts [sandbox.hortonworks.com]. Did you specify a valid list of nimbus hosts for config nimbus.seeds?&lt;/P&gt;&lt;P&gt;at org.apache.storm.StormSubmitter.topologyNameExists(StormSubmitter.java:380)&lt;/P&gt;&lt;P&gt;at org.apache.storm.StormSubmitter.submitTopologyAs(StormSubmitter.java:233)&lt;/P&gt;&lt;P&gt;at org.apache.storm.StormSubmitter.submitTopology(StormSubmitter.java:310)&lt;/P&gt;&lt;P&gt;at org.apache.storm.StormSubmitter.submitTopology(StormSubmitter.java:157)&lt;/P&gt;&lt;P&gt;at demo.storm.WordStormProd.main(WordStormProd.java:25)&lt;/P&gt;&lt;P&gt;Caused by: org.apache.storm.utils.NimbusLeaderNotFoundException: Could not find leader nimbus from seed hosts [sandbox.hortonworks.com]. Did you specify a valid list of nimbus hosts for config nimbus.seeds?&lt;/P&gt;&lt;P&gt;at org.apache.storm.utils.NimbusClient.getConfiguredClientAs(NimbusClient.java:89)&lt;/P&gt;&lt;P&gt;at org.apache.storm.StormSubmitter.topologyNameExists(StormSubmitter.java:370)&lt;/P&gt;&lt;P&gt;... 4 more&lt;/P&gt;</description>
      <pubDate>Sun, 06 Nov 2016 13:39:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-find-leader-nimbus-from-seed-hosts-sandbox/m-p/167107#M45425</guid>
      <dc:creator>anand_616</dc:creator>
      <dc:date>2016-11-06T13:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Could not find leader nimbus from seed hosts [sandbox.hortonworks.com]</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-find-leader-nimbus-from-seed-hosts-sandbox/m-p/167108#M45426</link>
      <description>&lt;P&gt;did you check the availability of Nimbus, is it up?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2016 00:48:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-find-leader-nimbus-from-seed-hosts-sandbox/m-p/167108#M45426</guid>
      <dc:creator>rajkumar_singh</dc:creator>
      <dc:date>2016-12-27T00:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Could not find leader nimbus from seed hosts [sandbox.hortonworks.com]</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-find-leader-nimbus-from-seed-hosts-sandbox/m-p/167109#M45427</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/13446/anand-616.html"&gt;Anand Verma&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Exception in thread "main" java.lang.RuntimeException: org.apache.storm.utils.NimbusLeaderNotFoundException: Could not find leader nimbus from seed hosts [&lt;A href="http://sandbox.hortonworks.com/"&gt;sandbox.hortonworks.com&lt;/A&gt;]. Did you specify a valid list of nimbus hosts for config nimbus.seeds?&lt;/P&gt;&lt;P&gt;Check this: &lt;A href="https://community.hortonworks.com/articles/8844/solutions-for-storm-nimbus-failure.html" target="_blank"&gt;https://community.hortonworks.com/articles/8844/solutions-for-storm-nimbus-failure.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2016 05:31:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-find-leader-nimbus-from-seed-hosts-sandbox/m-p/167109#M45427</guid>
      <dc:creator>cstanca</dc:creator>
      <dc:date>2016-12-27T05:31:20Z</dc:date>
    </item>
  </channel>
</rss>

