<?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 connect to localhost:10000 in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-connect-to-localhost-10000/m-p/160938#M53392</link>
    <description>&lt;P&gt;Try browsing to Ambari &lt;A href="http://sandbox.hortonworks.com:8080" target="_blank"&gt;http://sandbox.hortonworks.com:8080&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Feb 2017 05:00:30 GMT</pubDate>
    <dc:creator>aervits</dc:creator>
    <dc:date>2017-02-06T05:00:30Z</dc:date>
    <item>
      <title>Could not connect to localhost:10000</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-connect-to-localhost-10000/m-p/160935#M53389</link>
      <description>&lt;P&gt;Hi There, &lt;/P&gt;&lt;P&gt;I keep getting the below error when selecting Beesewax(Hive UI). "Could not connect to localhost:10000". Below are the logs. I get the same error when selecting HCatalog and for file browser selection please refer to screenshot below LOG1 &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOG 1&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;[04/Feb/2017 15:09:10 +0000] access       WARNING  192.168.35.1 hue - "GET /logs HTTP/1.0"&lt;/PRE&gt;
&lt;PRE&gt;[04/Feb/2017 15:09:06 +0000] access       INFO     192.168.35.1 hue - "GET /server_details HTTP/1.0"&lt;/PRE&gt;
&lt;PRE&gt;[04/Feb/2017 15:09:04 +0000] resource     DEBUG    GET Got response: {"systemMode":"NORMAL"}&lt;/PRE&gt;
&lt;PRE&gt;[04/Feb/2017 15:09:04 +0000] http_client  DEBUG    REST invocation: curl -X GET  'http://sandbox.hortonworks.com:11000/oozie/v1/admin/status?timezone=America%2FLos_Angeles&amp;amp;user.name=hue&amp;amp;doAs=hue'&lt;/PRE&gt;
&lt;PRE&gt;[04/Feb/2017 15:09:04 +0000] http_client  DEBUG    REST invocation: curl -X GET  'http://sandbox.hortonworks.com:50111/templeton/v1/status?user.name=hue&amp;amp;doAs=hue'&lt;/PRE&gt;
&lt;PRE&gt;[04/Feb/2017 15:09:04 +0000] thrift_util  INFO     Thrift saw a transport exception: Could not connect to localhost:10000&lt;/PRE&gt;
&lt;PRE&gt;[04/Feb/2017 15:09:04 +0000] thrift_util  WARNING  Out of retries for thrift call: GetSchemas&lt;/PRE&gt;
&lt;PRE&gt;[04/Feb/2017 15:09:04 +0000] thrift_util  INFO     Thrift exception; retrying: Could not connect to localhost:10000&lt;/PRE&gt;
&lt;PRE&gt;[04/Feb/2017 15:09:04 +0000] thrift_util  INFO     Thrift exception; retrying: Could not connect to localhost:10000&lt;/PRE&gt;
&lt;PRE&gt;[04/Feb/2017 15:09:04 +0000] hive_server2_lib DEBUG    HS2 call is going to use session with id 1&lt;/PRE&gt;
&lt;PRE&gt;[04/Feb/2017 15:09:04 +0000] dbms         DEBUG    Query Server: {'server_host': 'localhost', 'cache_tag': '', 'server_port': 10000, 'server_name': 'beeswax', 'transport_mode': u'binary', 'http_url': u'http://localhost:10001/cliservice', 'proprietary_session': False, 'session_id': None, 'principal': None}&lt;/PRE&gt;
&lt;PRE&gt;[04/Feb/2017 15:09:04 +0000] views        ERROR    Error in config validation by liboozie: HTTPConnectionPool(host='sandbox.hortonworks.com', port=50070): Max retries exceeded with url: /webhdfs/v1/user/oozie/share/lib?doas=hue&amp;amp;user.name=hue&amp;amp;op=GETFILESTATUS (Caused by &amp;lt;class 'socket.error'&amp;gt;: [Errno 111] Connection refused)
Traceback (most recent call last):
  File "/usr/lib/hue/desktop/core/src/desktop/views.py", line 355, in _get_config_errors
    error_list.extend(validator(user))
  File "/usr/lib/hue/desktop/libs/liboozie/src/liboozie/conf.py", line 80, in config_validator
    message=_('Oozie Share Lib not installed in default location.')))
  File "/usr/lib/hue/desktop/core/src/desktop/lib/conf.py", line 658, in validate_path
    if path is None or not fs.exists(path):
  File "/usr/lib/hue/desktop/libs/hadoop/src/hadoop/fs/webhdfs.py", line 217, in exists
    return self._stats(path) is not None
  File "/usr/lib/hue/desktop/libs/hadoop/src/hadoop/fs/webhdfs.py", line 205, in _stats
    raise ex
WebHdfsException: HTTPConnectionPool(host='sandbox.hortonworks.com', port=50070): Max retries exceeded with url: /webhdfs/v1/user/oozie/share/lib?doas=hue&amp;amp;user.name=hue&amp;amp;op=GETFILESTATUS (Caused by &amp;lt;class 'socket.error'&amp;gt;: [Errno 111] Connection refused)&lt;/PRE&gt;
&lt;PRE&gt;[04/Feb/2017 15:09:04 +0000] http_client  DEBUG    REST invocation: curl -X GET  'http://sandbox.hortonworks.com:50070/webhdfs/v1/user/oozie/share/lib?doas=hue&amp;amp;user.name=hue&amp;amp;op=GETFILESTATUS'&lt;/PRE&gt;
&lt;PRE&gt;[04/Feb/2017 15:09:04 +0000] resource     DEBUG    GET Got response: {"systemMode":"NORMAL"}&lt;/PRE&gt;
&lt;PRE&gt;[04/Feb/2017 15:09:04 +0000] http_client  DEBUG    REST invocation: curl -X GET  'http://sandbox.hortonworks.com:11000/oozie/v1/admin/status?timezone=America%2FLos_Angeles&amp;amp;user.name=hue&amp;amp;doAs=hue'&lt;/PRE&gt;
&lt;PRE&gt;[04/Feb/2017 15:09:04 +0000] resource     DEBUG    GET Got response: {"apps":null}&lt;/PRE&gt;
&lt;PRE&gt;[04/Feb/2017 15:09:04 +0000] http_client  DEBUG    REST invocation: curl -X GET  -H Accept: application/json 'http://sandbox.hortonworks.com:8088/ws/v1/cluster/apps'&lt;/PRE&gt;
&lt;PRE&gt;[04/Feb/2017 15:09:04 +0000] webhdfs      INFO     WebHdfs at &lt;A href="http://sandbox.hortonworks.com:50070/webhdfs/v1/" target="_blank"&gt;http://sandbox.hortonworks.com:50070/webhdfs/v1/&lt;/A&gt; -- Validation error: HTTPConnectionPool(host='sandbox.hortonworks.com', port=50070): Max retries exceeded with url: /webhdfs/v1/?doas=hdfs&amp;amp;user.name=hue&amp;amp;op=GETFILESTATUS (Caused by &amp;lt;class 'socket.error'&amp;gt;: [Errno 111] Connection refused)&lt;/PRE&gt;
&lt;PRE&gt;[04/Feb/2017 15:09:04 +0000] http_client  DEBUG    REST invocation: curl -X GET  'http://sandbox.hortonworks.com:50070/webhdfs/v1/?doas=hdfs&amp;amp;user.name=hue&amp;amp;op=GETFILESTATUS'&lt;/PRE&gt;
&lt;PRE&gt;[04/Feb/2017 15:09:04 +0000] webhdfs      ERROR    Failed to determine superuser of WebHdfs at &lt;A href="http://sandbox.hortonworks.com:50070/webhdfs/v1/:" target="_blank"&gt;http://sandbox.hortonworks.com:50070/webhdfs/v1/:&lt;/A&gt; HTTPConnectionPool(host='sandbox.hortonworks.com', port=50070): Max retries exceeded with url: /webhdfs/v1/?doas=hue&amp;amp;user.name=hue&amp;amp;op=GETFILESTATUS (Caused by &amp;lt;class 'socket.error'&amp;gt;: [Errno 111] Connection refused)
Traceback (most recent call last):
  File "/usr/lib/hue/desktop/libs/hadoop/src/hadoop/fs/webhdfs.py", line 117, in superuser
    sb = self.stats('/')
  File "/usr/lib/hue/desktop/libs/hadoop/src/hadoop/fs/webhdfs.py", line 211, in stats
    res = self._stats(path)
  File "/usr/lib/hue/desktop/libs/hadoop/src/hadoop/fs/webhdfs.py", line 205, in _stats
    raise ex
WebHdfsException: HTTPConnectionPool(host='sandbox.hortonworks.com', port=50070): Max retries exceeded with url: /webhdfs/v1/?doas=hue&amp;amp;user.name=hue&amp;amp;op=GETFILESTATUS (Caused by &amp;lt;class 'socket.error'&amp;gt;: [Errno 111] Connection refused)&lt;/PRE&gt;
&lt;PRE&gt;[04/Feb/2017 15:09:04 +0000] http_client  DEBUG    REST invocation: curl -X GET  'http://sandbox.hortonworks.com:50070/webhdfs/v1/?doas=hue&amp;amp;user.name=hue&amp;amp;op=GETFILESTATUS'&lt;/PRE&gt;
&lt;PRE&gt;[04/Feb/2017 15:09:04 +0000] webhdfs      DEBUG    Initializing Hadoop WebHdfs: &lt;A href="http://sandbox.hortonworks.com:50070/webhdfs/v1/" target="_blank"&gt;http://sandbox.hortonworks.com:50070/webhdfs/v1/&lt;/A&gt; (security: False, superuser: None)&lt;/PRE&gt;
&lt;PRE&gt;[04/Feb/2017 15:09:04 +0000] access       INFO     192.168.35.1 hue - "GET /debug/check_config HTTP/1.0"&lt;/PRE&gt;
&lt;PRE&gt;[04/Feb/2017 15:09:04 +0000] access       INFO     192.168.35.1 hue - "GET /debug/check_config HTTP/1.0"&lt;/PRE&gt;
&lt;PRE&gt;Log 2 

WebHdfsException at /filebrowser/
HTTPConnectionPool(host='sandbox.hortonworks.com', port=50070): Max retries exceeded with url: /webhdfs/v1/user/hue?doas=hue&amp;amp;user.name=hue&amp;amp;op=GETFILESTATUS (Caused by &amp;lt;class 'socket.error'&amp;gt;: [Errno 111] Connection refused)Request Method:GETRequest URL:http://192.168.35.128:8000/filebrowser/Django Version:1.2.3Exception Type:WebHdfsExceptionException Value:HTTPConnectionPool(host='sandbox.hortonworks.com', port=50070): Max retries exceeded with url: /webhdfs/v1/user/hue?doas=hue&amp;amp;user.name=hue&amp;amp;op=GETFILESTATUS (Caused by &amp;lt;class 'socket.error'&amp;gt;: [Errno 111] Connection refused)Exception Location:/usr/lib/hue/desktop/libs/hadoop/src/hadoop/fs/webhdfs.py in _stats, line 205Python Executable:/usr/bin/python2.6Python Version:2.6.6Python Path:['', '/usr/lib/hue/build/env/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg', '/usr/lib/hue/build/env/lib/python2.6/site-packages/pip-1.4.1-py2.6.egg', '/usr/lib/hue/build/env/lib/python2.6/site-packages/Babel-0.9.6-py2.6.egg', '/usr/lib/hue/build/env/lib/python2.6/site-packages/BabelDjango-0.2.2-py2.6.egg', '/usr/lib/hue/build/env/lib/python2.6/site-packages/Beaker-1.4.2-py2.6.egg', '/usr/lib/hue/build/env/lib/python2.6/site-packages/Django-1.2.3-py2.6.egg', '/usr/lib/hue/build/env/lib/python2.6/site-packages/Mako-0.7.2-py2.6.egg', '/usr/lib/hue/build/env/lib/python2.6/site-packages/Markdown-2.0.3-py2.6.egg', '/usr/lib/hue/build/env/lib/python2.6/site-packages/MarkupSafe-0.9.3-py2.6-linux-x86_64.egg', '/usr/lib/hue/build/env/lib/python2.6/site-packages/MySQL_python-1.2.3c1-py2.6-linux-x86_64.egg', '/usr/lib/hue/build/env/lib/python2.6/site-packages/Paste-1.7.2-py2.6.egg', '/usr/lib/hue/build/env/lib/python2.6/site-packages/PyYAML-3.09-py2.6-linux-x86_64.egg', '/usr/lib/hue/build/env/lib/python2.6/site-packages/Pygments-1.3.1-py2.6.egg', '/usr/lib/hue/build/env/lib/python2.6/site-packages/South-0.8.2-py2.6.egg', '/usr/lib/hue/build/env/lib/python2.6/site-packages/Spawning-0.9.6-py2.6.egg', '/usr/lib/hue/build/env/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-x86_64.egg', '/usr/lib/hue/build/env/lib/python2.6/site-packages/anyjson-0.3.1-py2.6.egg', '/usr/lib/hue/build/env/lib/python2.6/site-packages/avro-1.5.0-py2.6.egg', '/usr/lib/hue/build/env/lib/python2.6/site-packages/billiard-2.7.3.28-py2.6-linux-x86_64.egg', '/usr/lib/hue/build/env/lib/python2.6/site-packages/celery-3.0.19-py2.6.egg', '/usr/lib/hue/build/env/lib/python2.6/site-packages/configobj-4.6.0-py2.6.egg', '/usr/lib/hue/build/env/lib/python2.6/site-packages/defusedxml-0.4.1-py2.6.egg', '/usr/lib/hue/build/env/lib/python2.6/site-packages/django_auth_ldap-1.2.1-py2.6.egg', '/usr/lib/hue/build/env/lib/python2.6/site-packages/django_celery-3.0.17-py2.6.egg', '/usr/lib/hue/build/env/lib/python2.6/site-packages/django_extensions-0.5-py2.6.egg', '/usr/lib/hue/build/env/lib/python2.6/site-packages/django_nose-0.5-py2.6.egg', '/usr/lib/hue/build/env/lib/python2.6/site-packages/elementtree-1.2.6_20050316-py2.6.egg', '/usr/lib/hue/build/env/lib/python2.6/site-packages/enum-0.4.4-py2.6.egg', '/usr/lib/hue/build/env/lib/python2.6/site-packages/eventlet-0.9
&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 Apr 2026 13:47:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-connect-to-localhost-10000/m-p/160935#M53389</guid>
      <dc:creator>nashikanti_pava</dc:creator>
      <dc:date>2026-04-21T13:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Could not connect to localhost:10000</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-connect-to-localhost-10000/m-p/160936#M53390</link>
      <description>&lt;P&gt;Check whether namenode is in standby, make sure all services are up.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Feb 2017 23:06:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-connect-to-localhost-10000/m-p/160936#M53390</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2017-02-04T23:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Could not connect to localhost:10000</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-connect-to-localhost-10000/m-p/160937#M53391</link>
      <description>&lt;P style="margin-left: 20px;"&gt;Thanks for reply &lt;A rel="user" href="https://community.cloudera.com/users/393/aervits.html" nodeid="393"&gt;@Artem Ervits&lt;/A&gt;. I have tried doing it and still facing the same issue. &lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2017 00:36:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-connect-to-localhost-10000/m-p/160937#M53391</guid>
      <dc:creator>nashikanti_pava</dc:creator>
      <dc:date>2017-02-06T00:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Could not connect to localhost:10000</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-connect-to-localhost-10000/m-p/160938#M53392</link>
      <description>&lt;P&gt;Try browsing to Ambari &lt;A href="http://sandbox.hortonworks.com:8080" target="_blank"&gt;http://sandbox.hortonworks.com:8080&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2017 05:00:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-connect-to-localhost-10000/m-p/160938#M53392</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2017-02-06T05:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Could not connect to localhost:10000</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-connect-to-localhost-10000/m-p/160939#M53393</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/15743/nashikantipavani.html" nodeid="15743"&gt;@Pavani N&lt;/A&gt; Check the following params&lt;/P&gt;&lt;P&gt;core-site.xml&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; &amp;lt;property&amp;gt;
      &amp;lt;name&amp;gt;hadoop.proxyuser.&amp;lt;loginuser&amp;gt;.hosts&amp;lt;/name&amp;gt;
      &amp;lt;value&amp;gt;*&amp;lt;/value&amp;gt;
 &amp;lt;/property&amp;gt;
 &amp;lt;property&amp;gt;
      &amp;lt;name&amp;gt;hadoop.proxyuser.&amp;lt;loginuser&amp;gt;.groups&amp;lt;/name&amp;gt;
      &amp;lt;value&amp;gt;*&amp;lt;/value&amp;gt;
 &amp;lt;/property&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;hdfs-site.xml&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;property&amp;gt;
     &amp;lt;name&amp;gt;dfs.webhdfs.enabled&amp;lt;/name&amp;gt;
     &amp;lt;value&amp;gt;true&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 06 Feb 2017 20:56:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-connect-to-localhost-10000/m-p/160939#M53393</guid>
      <dc:creator>dchiguruvad</dc:creator>
      <dc:date>2017-02-06T20:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Could not connect to localhost:10000</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-connect-to-localhost-10000/m-p/160940#M53394</link>
      <description>&lt;P style="margin-left: 20px;"&gt;Thanks @ Artem and @ Dileep Kumar. I have re-installed VMWare and it has fixed the issue. &lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2017 01:00:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-connect-to-localhost-10000/m-p/160940#M53394</guid>
      <dc:creator>nashikanti_pava</dc:creator>
      <dc:date>2017-02-07T01:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Could not connect to localhost:10000</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-connect-to-localhost-10000/m-p/160941#M53395</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I got the same error here.&lt;/P&gt;&lt;P&gt;I followed all the instructions here : &lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.0/bk_installing_manually_book/content/configure_hue.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.0/bk_installing_manually_book/content/configure_hue.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;All the Hive Servers in Ambari : WebHCat, Hive Metastore and HiveServer2 are up.&lt;/P&gt;&lt;P&gt;I checked the properties in core-site.xml and hdfs-site.xml as @&lt;A href="https://community.hortonworks.com/users/5354/dchiguruvada.html"&gt;Dileep Kumar Chiguruvada&lt;/A&gt; said&lt;/P&gt;&lt;P&gt;When I click on Beewax in Hue I still get Error! Could not connect to &lt;A href="http://sandbox.hortonworks.com:10000" target="_blank"&gt;http://sandbox.hortonworks.com:10000&lt;/A&gt;&lt;/P&gt;&lt;P&gt;
Does anyone know how to overcome this issue?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 01:27:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-connect-to-localhost-10000/m-p/160941#M53395</guid>
      <dc:creator>joao_antonio_pe</dc:creator>
      <dc:date>2017-02-16T01:27:08Z</dc:date>
    </item>
  </channel>
</rss>

