<?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: hst server not comming up in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hst-server-not-comming-up/m-p/233741#M80021</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/70431/mkannachinnari.html" nodeid="70431"&gt;@kanna k&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please try this (it might or might not work as&lt;STRONG&gt; "portainer"&lt;/STRONG&gt; is not a HDP product)  So you will have to refer to it's documentation&lt;/P&gt;&lt;PRE&gt;# ./portainer -p :9100 --data /home/myadmin/portainer_data&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;</description>
    <pubDate>Thu, 28 Jun 2018 18:37:37 GMT</pubDate>
    <dc:creator>jsensharma</dc:creator>
    <dc:date>2018-06-28T18:37:37Z</dc:date>
    <item>
      <title>hst server not comming up</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hst-server-not-comming-up/m-p/233733#M80013</link>
      <description>&lt;P&gt;2018-06-28 09:45:44,144 
WARN [main] AbstractLifeCycle:204 - FAILED
SelectChannelConnector@0.0.0.0:9000: java.net.BindException: Address already in
use&lt;/P&gt;&lt;P&gt;java.net.BindException: Address already in use&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2018 17:42:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hst-server-not-comming-up/m-p/233733#M80013</guid>
      <dc:creator>sai23</dc:creator>
      <dc:date>2018-06-28T17:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: hst server not comming up</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hst-server-not-comming-up/m-p/233734#M80014</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/70431/mkannachinnari.html" nodeid="70431"&gt;@kanna k&lt;/A&gt;&lt;/P&gt;&lt;PRE&gt;2018-06-28 09:45:44,144 WARN [main] AbstractLifeCycle:204 - FAILED SelectChannelConnector@0.0.0.0:9000: java.net.BindException: Address already in use


2018-06-28 09:45:44,148 ERROR [main] SupportToolServer:624 - Failed to run the SmartSense Tool Server
     java.net.BindException: Address already in use
&lt;/PRE&gt;&lt;P&gt;On the host where you see the above error please check if there is any other process occupied that port some how?&lt;/P&gt;&lt;P&gt;If yet then kill that process and then try starting the HST server again.&lt;/P&gt;&lt;P&gt;Find Which process is using that port 9000 &lt;/P&gt;&lt;PRE&gt;# netstat -tnlpa | grep 9000&lt;/PRE&gt;&lt;P&gt;The above command will show the PID which is using the port 9000 please check what that process is and then kill it if needed.&lt;/P&gt;&lt;PRE&gt;# ps -ef | grep $PID_FROM_ABOVE_COMMAND

# kill -9  $PID_FROM_ABOVE_COMMAND&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Alternate approach:  &lt;/STRONG&gt;Or try changing the SmartSense port&lt;BR /&gt;Ambari UI --&amp;gt; SmartSense --&amp;gt; Configs --&amp;gt; Operations --&amp;gt; Web Ui Port (default is 9000)&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;But better&lt;/STRONG&gt; to find the process which is using the port 9000 and then stop it to ensure that SmartSense can use that port.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2018 17:55:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hst-server-not-comming-up/m-p/233734#M80014</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2018-06-28T17:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: hst server not comming up</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hst-server-not-comming-up/m-p/233735#M80015</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/70431/mkannachinnari.html" nodeid="70431"&gt;@kanna k&lt;/A&gt;&lt;P&gt;Please check if that process "portainer" is using port 9000?&lt;/P&gt;&lt;PRE&gt;# netstat -tnlpa | grep 85623&lt;/PRE&gt;&lt;A rel="user" href="https://community.cloudera.com/users/70431/mkannachinnari.html" nodeid="70431"&gt;&lt;/A&gt;&lt;P&gt;If yes then please try to run that process on a different port to avoid port conflict.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2018 18:22:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hst-server-not-comming-up/m-p/233735#M80015</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2018-06-28T18:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: hst server not comming up</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hst-server-not-comming-up/m-p/233736#M80016</link>
      <description>&lt;P&gt;ps -ef | grep 9000&lt;/P&gt;&lt;P&gt;output:&lt;/P&gt;&lt;P&gt;~]$ ps -ef | grep 9000&lt;/P&gt;&lt;P&gt;myad+ 79718 76644 0 11:16 pts/0 00:00:00 grep --color=auto 9000&lt;/P&gt;&lt;P&gt;root 85623 1 0 Jun27 ? 00:00:03 ./portainer -p :9000 --data /home/myadmin/portainer_data&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2018 18:22:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hst-server-not-comming-up/m-p/233736#M80016</guid>
      <dc:creator>sai23</dc:creator>
      <dc:date>2018-06-28T18:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: hst server not comming up</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hst-server-not-comming-up/m-p/233737#M80017</link>
      <description>&lt;P&gt;ps -ef | grep 9000&lt;/P&gt;&lt;P&gt;output:&lt;/P&gt;&lt;P&gt;~]$ ps -ef | grep 9000&lt;/P&gt;&lt;P&gt;myad+ 79718 76644 0 11:16 pts/0 00:00:00 grep --color=auto 9000&lt;/P&gt;&lt;P&gt;root 85623 1 0 Jun27 ? 00:00:03 ./portainer -p :9000 --data /home/myadmin/portainer_data&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2018 18:23:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hst-server-not-comming-up/m-p/233737#M80017</guid>
      <dc:creator>sai23</dc:creator>
      <dc:date>2018-06-28T18:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: hst server not comming up</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hst-server-not-comming-up/m-p/233738#M80018</link>
      <description>&lt;P&gt;sudo netstat -tnlpa | grep 85623 &lt;/P&gt;&lt;P&gt;tcp6       0      0 :::9000                 :::*                    LISTEN      85623/./portainer&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2018 18:31:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hst-server-not-comming-up/m-p/233738#M80018</guid>
      <dc:creator>sai23</dc:creator>
      <dc:date>2018-06-28T18:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: hst server not comming up</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hst-server-not-comming-up/m-p/233739#M80019</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/70431/mkannachinnari.html" nodeid="70431"&gt;@kanna k&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It indicates that your custom application "./portainer" is already consuming the Port 9000 hence HST server can not listen to that port and that the reason HST server is not coming up.&lt;/P&gt;&lt;P&gt;You have two options).&lt;/P&gt;&lt;P&gt;1). Either make the "./portainer" application to listen to some other port ... Or to kill it   (Or refer to: &lt;/P&gt;&lt;P&gt;&lt;A href="http://portainer.readthedocs.io/en/stable/deployment.html" target="_blank"&gt;http://portainer.readthedocs.io/en/stable/deployment.html&lt;/A&gt; )&lt;/P&gt;&lt;PRE&gt;# kill -9 85623&lt;/PRE&gt;&lt;P&gt;2). Change the HST server port to something else than 9000&lt;/P&gt;&lt;PRE&gt;Ambari UI --&amp;gt; SmartSense --&amp;gt; Configs --&amp;gt; Operations --&amp;gt; Web Ui Port (default is 9000)&lt;/PRE&gt;&lt;P&gt;You need to choose between these two options.&lt;/P&gt;&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/70431/mkannachinnari.html" nodeid="70431"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2018 18:32:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hst-server-not-comming-up/m-p/233739#M80019</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2018-06-28T18:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: hst server not comming up</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hst-server-not-comming-up/m-p/233740#M80020</link>
      <description>&lt;P&gt;please tell me how to run portainer in another port....&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2018 18:32:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hst-server-not-comming-up/m-p/233740#M80020</guid>
      <dc:creator>sai23</dc:creator>
      <dc:date>2018-06-28T18:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: hst server not comming up</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hst-server-not-comming-up/m-p/233741#M80021</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/70431/mkannachinnari.html" nodeid="70431"&gt;@kanna k&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please try this (it might or might not work as&lt;STRONG&gt; "portainer"&lt;/STRONG&gt; is not a HDP product)  So you will have to refer to it's documentation&lt;/P&gt;&lt;PRE&gt;# ./portainer -p :9100 --data /home/myadmin/portainer_data&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2018 18:37:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hst-server-not-comming-up/m-p/233741#M80021</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2018-06-28T18:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: hst server not comming up</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hst-server-not-comming-up/m-p/233742#M80022</link>
      <description>&lt;P&gt;It might be possible that HST-Server process might be started by another user.  Can you please check the content of /var/run/hst/hst-server.pid for process PID to kill that process?  After killing that process, you can restart HST.   We recommend starting and stopping of HST server through ambari.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 01:39:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hst-server-not-comming-up/m-p/233742#M80022</guid>
      <dc:creator>czounaidou</dc:creator>
      <dc:date>2018-06-29T01:39:28Z</dc:date>
    </item>
  </channel>
</rss>

