<?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: FAILED SelectChannelConnector@0.0.0.0:8080: java.net.BindException: Address already in use java.net.BindException: in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/FAILED-SelectChannelConnector-0-0-0-0-8080-java-net/m-p/168137#M130467</link>
    <description>&lt;P&gt;Hi, thanks for the reply. I stopped the server, closed my browsers and ran that command and got the following output&lt;/P&gt;&lt;PRE&gt;[root@sandbox ~]# netstat -tnlpa | grep 8080
tcp6       0      0 :::8080                 :::*                    LISTEN      3124/docker-proxy
tcp6       0      0 :::18080                :::*                    LISTEN      2916/docker-proxy



&lt;/PRE&gt;</description>
    <pubDate>Wed, 09 Nov 2016 04:12:34 GMT</pubDate>
    <dc:creator>r_young</dc:creator>
    <dc:date>2016-11-09T04:12:34Z</dc:date>
    <item>
      <title>FAILED SelectChannelConnector@0.0.0.0:8080: java.net.BindException: Address already in use java.net.BindException:</title>
      <link>https://community.cloudera.com/t5/Support-Questions/FAILED-SelectChannelConnector-0-0-0-0-8080-java-net/m-p/168133#M130463</link>
      <description>&lt;P&gt;Hi, i installed the ambari-server on the sandbox and am getting the above error when trying to add a node. I gave the sandbox a static ip address. The following command " netstat -nap | grep 8080" gives this output&lt;/P&gt;&lt;PRE&gt;tcp6       0      0 :::8080                 :::*                    LISTEN      3180/docker-proxy
tcp6       0      0 :::18080                :::*                    LISTEN      2959/docker-proxy


Even when i change the static ip i get the same error. I can ssh into the node no problem.&lt;/PRE&gt;</description>
      <pubDate>Tue, 08 Nov 2016 02:02:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/FAILED-SelectChannelConnector-0-0-0-0-8080-java-net/m-p/168133#M130463</guid>
      <dc:creator>r_young</dc:creator>
      <dc:date>2016-11-08T02:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: FAILED SelectChannelConnector@0.0.0.0:8080: java.net.BindException: Address already in use java.net.BindException:</title>
      <link>https://community.cloudera.com/t5/Support-Questions/FAILED-SelectChannelConnector-0-0-0-0-8080-java-net/m-p/168134#M130464</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/14005/ryoung.html" nodeid="14005"&gt;@Roger Young&lt;/A&gt;&lt;P&gt;Can you please let me know the step by step process you trying to add a node to the existing ambari-server ?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2016 02:31:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/FAILED-SelectChannelConnector-0-0-0-0-8080-java-net/m-p/168134#M130464</guid>
      <dc:creator>sshimpi</dc:creator>
      <dc:date>2016-11-09T02:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: FAILED SelectChannelConnector@0.0.0.0:8080: java.net.BindException: Address already in use java.net.BindException:</title>
      <link>https://community.cloudera.com/t5/Support-Questions/FAILED-SelectChannelConnector-0-0-0-0-8080-java-net/m-p/168135#M130465</link>
      <description>&lt;P&gt;Hi, i followed this tutorial &lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.hortonworks.com/HDPDocuments/Ambari-2.1.2.0/bk_Installing_HDP_AMB/content/ch_Getting_Ready.html" target="_blank"&gt;http://docs.hortonworks.com/HDPDocuments/Ambari-2.1.2.0/bk_Installing_HDP_AMB/content/ch_Getting_Ready.html&lt;/A&gt; &lt;/P&gt;&lt;P&gt;on top of the sandbox, maybe thats the problem&lt;/P&gt;&lt;P&gt;I didnt follow step 5, the local repositories.&lt;/P&gt;&lt;P&gt;I have given the sandbox and the node static ip addresses and they can access each other and the internet no problem, both are vms&lt;/P&gt;&lt;P&gt; I can ssh without password to the host i want to add and  i am using Centos7. &lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2016 03:06:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/FAILED-SelectChannelConnector-0-0-0-0-8080-java-net/m-p/168135#M130465</guid>
      <dc:creator>r_young</dc:creator>
      <dc:date>2016-11-09T03:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: FAILED SelectChannelConnector@0.0.0.0:8080: java.net.BindException: Address already in use java.net.BindException:</title>
      <link>https://community.cloudera.com/t5/Support-Questions/FAILED-SelectChannelConnector-0-0-0-0-8080-java-net/m-p/168136#M130466</link>
      <description>&lt;P&gt;In your output i see that the port 8080 is being consumed by PID  "3180"  , Is that your Ambari Server PID ?   Or can you please check which process is that which is consuming the port 8080 (which is default ambari port).&lt;/P&gt;&lt;P&gt;Just for testing can you please try try the following steps to isolate the issue:&lt;/P&gt;&lt;P&gt;1.  Stop ambari-server&lt;/P&gt;&lt;PRE&gt;ambari-server stop&lt;/PRE&gt;&lt;P&gt;2.  Check if the port  8080 is being consumed&lt;/P&gt;&lt;PRE&gt;netstat -tnlpa | grep 8080&lt;/PRE&gt;&lt;P&gt;3.  If the port 8080 is still being consumed then we will need to find that process and need to make sure that it runs on some other port.&lt;/P&gt;&lt;P&gt;4.  If port 8080 is not being used then we can try starting ambari-server  and tail to ambari-server.log to see if we still get the mentioned error or not?&lt;/P&gt;&lt;PRE&gt;ambari-server start&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2016 03:25:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/FAILED-SelectChannelConnector-0-0-0-0-8080-java-net/m-p/168136#M130466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-11-09T03:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: FAILED SelectChannelConnector@0.0.0.0:8080: java.net.BindException: Address already in use java.net.BindException:</title>
      <link>https://community.cloudera.com/t5/Support-Questions/FAILED-SelectChannelConnector-0-0-0-0-8080-java-net/m-p/168137#M130467</link>
      <description>&lt;P&gt;Hi, thanks for the reply. I stopped the server, closed my browsers and ran that command and got the following output&lt;/P&gt;&lt;PRE&gt;[root@sandbox ~]# netstat -tnlpa | grep 8080
tcp6       0      0 :::8080                 :::*                    LISTEN      3124/docker-proxy
tcp6       0      0 :::18080                :::*                    LISTEN      2916/docker-proxy



&lt;/PRE&gt;</description>
      <pubDate>Wed, 09 Nov 2016 04:12:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/FAILED-SelectChannelConnector-0-0-0-0-8080-java-net/m-p/168137#M130467</guid>
      <dc:creator>r_young</dc:creator>
      <dc:date>2016-11-09T04:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: FAILED SelectChannelConnector@0.0.0.0:8080: java.net.BindException: Address already in use java.net.BindException:</title>
      <link>https://community.cloudera.com/t5/Support-Questions/FAILED-SelectChannelConnector-0-0-0-0-8080-java-net/m-p/168138#M130468</link>
      <description>&lt;P&gt;looks like ipv6? I will disable ipv6 and reboot, might help&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2016 04:15:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/FAILED-SelectChannelConnector-0-0-0-0-8080-java-net/m-p/168138#M130468</guid>
      <dc:creator>r_young</dc:creator>
      <dc:date>2016-11-09T04:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: FAILED SelectChannelConnector@0.0.0.0:8080: java.net.BindException: Address already in use java.net.BindException:</title>
      <link>https://community.cloudera.com/t5/Support-Questions/FAILED-SelectChannelConnector-0-0-0-0-8080-java-net/m-p/168139#M130469</link>
      <description>&lt;P&gt;it didnt help &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2016 04:28:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/FAILED-SelectChannelConnector-0-0-0-0-8080-java-net/m-p/168139#M130469</guid>
      <dc:creator>r_young</dc:creator>
      <dc:date>2016-11-09T04:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: FAILED SelectChannelConnector@0.0.0.0:8080: java.net.BindException: Address already in use java.net.BindException:</title>
      <link>https://community.cloudera.com/t5/Support-Questions/FAILED-SelectChannelConnector-0-0-0-0-8080-java-net/m-p/168140#M130470</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/3823/joysensharma.html" nodeid="3823"&gt;@jss&lt;/A&gt; i solved it by editing /etc/ambari-server/conf/ambari.properties and changng the port number. it worked, thank you for your time, it helped alot&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2016 04:49:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/FAILED-SelectChannelConnector-0-0-0-0-8080-java-net/m-p/168140#M130470</guid>
      <dc:creator>r_young</dc:creator>
      <dc:date>2016-11-09T04:49:49Z</dc:date>
    </item>
  </channel>
</rss>

