<?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: Connection failed: [Errno 111] Connection refused to ip-ec2-private.ap-south-1.compute.internal:16000 in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connection-failed-Errno-111-Connection-refused-to-ip-ec2/m-p/149257#M52765</link>
    <description>&lt;A rel="user" href="https://community.cloudera.com/users/15669/amitkannaujiya.html" nodeid="15669"&gt;@amit Kumar&lt;/A&gt;&lt;P&gt;Connection refused would mean that port is not listening. Please verify on the host if port 16000 is in listen status &lt;/P&gt;&lt;P&gt;#netstat -an | grep 16000 &lt;/P&gt;&lt;P&gt;Make sure that port is in Listen status for either 0.0.0.0:16000 or &amp;lt;IPofabovehost&amp;gt;:16000&lt;/P&gt;</description>
    <pubDate>Sat, 28 Jan 2017 04:10:56 GMT</pubDate>
    <dc:creator>rguruvannagari</dc:creator>
    <dc:date>2017-01-28T04:10:56Z</dc:date>
    <item>
      <title>Connection failed: [Errno 111] Connection refused to ip-ec2-private.ap-south-1.compute.internal:16000</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connection-failed-Errno-111-Connection-refused-to-ip-ec2/m-p/149254#M52762</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I had updated the log4j properties of Hbase from ambari server in hdp 2.4 cluster .&lt;/P&gt;&lt;P&gt;Then i do restart affected services,&lt;/P&gt;&lt;P&gt;then hbase master nodes connection refused .&lt;/P&gt;&lt;P&gt;please suggest how to solve this .&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="11821-hbase-master-con-refuesed.png" style="width: 1366px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/21279i41A70B37B5201726/image-size/medium?v=v2&amp;amp;px=400" role="button" title="11821-hbase-master-con-refuesed.png" alt="11821-hbase-master-con-refuesed.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 13:07:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connection-failed-Errno-111-Connection-refused-to-ip-ec2/m-p/149254#M52762</guid>
      <dc:creator>amit_kannaujiya</dc:creator>
      <dc:date>2019-08-18T13:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Connection failed: [Errno 111] Connection refused to ip-ec2-private.ap-south-1.compute.internal:16000</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connection-failed-Errno-111-Connection-refused-to-ip-ec2/m-p/149255#M52763</link>
      <description>&lt;P&gt;Checking logs of Hbase master node :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;vim /var/log/hbase/hbase-hbase-master-ods-node2.log&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2017-01-27 10:48:15,699 INFO  [localhost:16000.activeMasterManager] master.ServerManager: Waiting for region servers count to settle; currently checked in 0, slept for 472400 ms, expecting minimum of 1, maximum of 2147483647, timeout of 4500 ms, interval of 1500 ms.
2017-01-27 10:48:17,203 INFO  [localhost:16000.activeMasterManager] master.ServerManager: Waiting for region servers count to settle; currently checked in 0, slept for 473904 ms, expecting minimum of 1, maximum of 2147483647, timeout of 4500 ms, interval of 1500 ms.
2017-01-27 10:48:18,707 INFO  [localhost:16000.activeMasterManager] master.ServerManager: Waiting for region servers count to settle; currently checked in 0, slept for 475408 ms, expecting minimum of 1, maximum of 2147483647, timeout of 4500 ms, interval of 1500 ms.
2017-01-27 10:48:20,212 INFO  [localhost:16000.activeMasterManager] master.ServerManager: Waiting for region servers count to settle; currently checked in 0, slept for 476913 ms, expecting minimum of 1, maximum of 2147483647, timeout of 4500 ms, interval of 1500 ms.
2017-01-27 10:48:21,716 INFO  [localhost:16000.activeMasterManager] master.ServerManager: Waiting for region servers count to settle; currently checked in 0, slept for 478417 ms, expecting minimum of 1, maximum of 2147483647, timeout of 4500 ms, interval of 1500 ms.&lt;/P&gt;&lt;P&gt;Checking logs of region server node :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;vim /var/log/hbase/hbase-hbase-master-ods-node3.log&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2017-01-27 10:41:22,369 WARN  [regionserver/localhost/127.0.0.1:16020] regionserver.HRegionServer: reportForDuty failed; sleeping and then retrying.
2017-01-27 10:41:25,369 INFO  [regionserver/localhost/127.0.0.1:16020] regionserver.HRegionServer: reportForDuty to master=localhost,16000,1485513620999 with port=16020, startcode=1485513635588
2017-01-27 10:41:25,370 WARN  [regionserver/localhost/127.0.0.1:16020] regionserver.HRegionServer: error telling master we are up
com.google.protobuf.ServiceException: java.net.ConnectException: Connection refused
        at org.apache.hadoop.hbase.ipc.AbstractRpcClient.callBlockingMethod(AbstractRpcClient.java:223)
        at org.apache.hadoop.hbase.ipc.AbstractRpcClient$BlockingRpcChannelImplementation.callBlockingMethod(AbstractRpcClient.java:287)
        at org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos$RegionServerStatusService$BlockingStub.regionServerStartup(RegionServerStatusProtos.java:8982)
        at org.apache.hadoop.hbase.regionserver.HRegionServer.reportForDuty(HRegionServer.java:2270)
        at org.apache.hadoop.hbase.regionserver.HRegionServer.run(HRegionServer.java:894)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.ConnectException: Connection refused
        at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
        at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
        at org.apache.hadoop.net.SocketIOWithTimeout.connect(SocketIOWithTimeout.java:206)
        at org.apache.hadoop.net.NetUtils.connect(NetUtils.java:531)
        at org.apache.hadoop.net.NetUtils.connect(NetUtils.java:495)
        at org.apache.hadoop.hbase.ipc.RpcClientImpl$Connection.setupConnection(RpcClientImpl.java:410)
        at org.apache.hadoop.hbase.ipc.RpcClientImpl$Connection.setupIOstreams(RpcClientImpl.java:716)
        at org.apache.hadoop.hbase.ipc.RpcClientImpl$Connection.writeRequest(RpcClientImpl.java:887)
        at org.apache.hadoop.hbase.ipc.RpcClientImpl$Connection.tracedWriteRequest(RpcClientImpl.java:856)
        at org.apache.hadoop.hbase.ipc.RpcClientImpl.call(RpcClientImpl.java:1200)
        at org.apache.hadoop.hbase.ipc.AbstractRpcClient.callBlockingMethod(AbstractRpcClient.java:213)&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2017 22:36:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connection-failed-Errno-111-Connection-refused-to-ip-ec2/m-p/149255#M52763</guid>
      <dc:creator>amit_kannaujiya</dc:creator>
      <dc:date>2017-01-27T22:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Connection failed: [Errno 111] Connection refused to ip-ec2-private.ap-south-1.compute.internal:16000</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connection-failed-Errno-111-Connection-refused-to-ip-ec2/m-p/149256#M52764</link>
      <description>&lt;P&gt;It appears there is no connectivity between Region Servers and Master.  Can you try the following?&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt; ping both ways between region servers &amp;amp; master&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;tenet with port number from region servers to the master&lt;/P&gt;&lt;P&gt;If there are issues with the above validations, involve a network admin.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Joginder&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jan 2017 04:05:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connection-failed-Errno-111-Connection-refused-to-ip-ec2/m-p/149256#M52764</guid>
      <dc:creator>at46</dc:creator>
      <dc:date>2017-01-28T04:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Connection failed: [Errno 111] Connection refused to ip-ec2-private.ap-south-1.compute.internal:16000</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connection-failed-Errno-111-Connection-refused-to-ip-ec2/m-p/149257#M52765</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/15669/amitkannaujiya.html" nodeid="15669"&gt;@amit Kumar&lt;/A&gt;&lt;P&gt;Connection refused would mean that port is not listening. Please verify on the host if port 16000 is in listen status &lt;/P&gt;&lt;P&gt;#netstat -an | grep 16000 &lt;/P&gt;&lt;P&gt;Make sure that port is in Listen status for either 0.0.0.0:16000 or &amp;lt;IPofabovehost&amp;gt;:16000&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jan 2017 04:10:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connection-failed-Errno-111-Connection-refused-to-ip-ec2/m-p/149257#M52765</guid>
      <dc:creator>rguruvannagari</dc:creator>
      <dc:date>2017-01-28T04:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Connection failed: [Errno 111] Connection refused to ip-ec2-private.ap-south-1.compute.internal:16000</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connection-failed-Errno-111-Connection-refused-to-ip-ec2/m-p/149258#M52766</link>
      <description>&lt;P&gt;IS RS looping back to Master on the same localhost? &lt;/P&gt;</description>
      <pubDate>Sat, 28 Jan 2017 04:30:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connection-failed-Errno-111-Connection-refused-to-ip-ec2/m-p/149258#M52766</guid>
      <dc:creator>at46</dc:creator>
      <dc:date>2017-01-28T04:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Connection failed: [Errno 111] Connection refused to ip-ec2-private.ap-south-1.compute.internal:16000</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connection-failed-Errno-111-Connection-refused-to-ip-ec2/m-p/149259#M52767</link>
      <description>&lt;P&gt;If they are on different nodes, they are both bound to their local hosts.. your external interface if not workind on each of the nodes&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jan 2017 04:35:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connection-failed-Errno-111-Connection-refused-to-ip-ec2/m-p/149259#M52767</guid>
      <dc:creator>at46</dc:creator>
      <dc:date>2017-01-28T04:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: Connection failed: [Errno 111] Connection refused to ip-ec2-private.ap-south-1.compute.internal:16000</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connection-failed-Errno-111-Connection-refused-to-ip-ec2/m-p/149260#M52768</link>
      <description>&lt;P&gt;need to bring the external interface up.. as it may be down and restart these service to let then bind to the non-localhost interface&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jan 2017 04:37:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connection-failed-Errno-111-Connection-refused-to-ip-ec2/m-p/149260#M52768</guid>
      <dc:creator>at46</dc:creator>
      <dc:date>2017-01-28T04:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Connection failed: [Errno 111] Connection refused to ip-ec2-private.ap-south-1.compute.internal:16000</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connection-failed-Errno-111-Connection-refused-to-ip-ec2/m-p/149261#M52769</link>
      <description>&lt;P&gt;no, there are not different aws instances .&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jan 2017 13:35:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connection-failed-Errno-111-Connection-refused-to-ip-ec2/m-p/149261#M52769</guid>
      <dc:creator>amit_kannaujiya</dc:creator>
      <dc:date>2017-01-28T13:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Connection failed: [Errno 111] Connection refused to ip-ec2-private.ap-south-1.compute.internal:16000</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connection-failed-Errno-111-Connection-refused-to-ip-ec2/m-p/149262#M52770</link>
      <description>&lt;P&gt;Initially Hbase services are working fine on all the client nodes , but this connection problem started when i do restart of hbase service after changes via ambari server . Same problem is not there in sandbox (you can start / stop any no of time) .&lt;/P&gt;&lt;P&gt;Is there any special instruction need to follow before doing start/ stop hbase (or any other service) on multi node aws cluster on HDP 2.4.0 ?&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jan 2017 13:39:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connection-failed-Errno-111-Connection-refused-to-ip-ec2/m-p/149262#M52770</guid>
      <dc:creator>amit_kannaujiya</dc:creator>
      <dc:date>2017-01-28T13:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Connection failed: [Errno 111] Connection refused to ip-ec2-private.ap-south-1.compute.internal:16000</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connection-failed-Errno-111-Connection-refused-to-ip-ec2/m-p/149263#M52771</link>
      <description>&lt;P&gt;After bringing network interface up: Did it work?&lt;/P&gt;</description>
      <pubDate>Sun, 29 Jan 2017 02:44:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connection-failed-Errno-111-Connection-refused-to-ip-ec2/m-p/149263#M52771</guid>
      <dc:creator>at46</dc:creator>
      <dc:date>2017-01-29T02:44:04Z</dc:date>
    </item>
  </channel>
</rss>

