<?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: Cloudbreak install Mac OS in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudbreak-install-Mac-OS/m-p/95588#M8922</link>
    <description>&lt;P&gt;Reinstalled with 1.0.0 and it seemed to work&lt;/P&gt;</description>
    <pubDate>Wed, 21 Oct 2015 07:06:20 GMT</pubDate>
    <dc:creator>ccasano</dc:creator>
    <dc:date>2015-10-21T07:06:20Z</dc:date>
    <item>
      <title>Cloudbreak install Mac OS</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudbreak-install-Mac-OS/m-p/95584#M8918</link>
      <description>&lt;P&gt;I've installed Cloudbreak locally on my Mac.  cbd doctor looks good, the install went without a hitch, however the UI never loads.  The only error i'm seeing in the logs is:&lt;/P&gt;&lt;P&gt;periscope_1     | 2015-10-16 18:11:30,020 [getThreadPoolExecutorFactoryBean-14] logExceptions:144 WARN  o.h.e.j.s.SqlExceptionHelper - SQL Error: 0, SQLState: 08001&lt;/P&gt;&lt;P&gt;ambassador_1    | 2015/10/16 18:11:30 dns: read udp 127.0.0.1:53: connection refused&lt;/P&gt;&lt;P&gt;periscope_1     | 2015-10-16 18:11:30,020 [getThreadPoolExecutorFactoryBean-14]&lt;/P&gt;&lt;P&gt;logExceptions:146 ERROR o.h.e.j.s.SqlExceptionHelper - The connection attempt failed.&lt;/P&gt;&lt;P&gt;The only other thing I noticed is that the cbreak_ambassadorips_1 container is not running.  It's state is Exit 0.  Could this be an ip issue?  I'm using my loopback (127.0.0.1) for the public and private ips in my Profile.  Should it be a different setting perhaps?&lt;/P&gt;&lt;P&gt;I've also tried starting the container dbs too but that didn't change anything (cbd startdb).&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Sat, 17 Oct 2015 01:53:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudbreak-install-Mac-OS/m-p/95584#M8918</guid>
      <dc:creator>ccasano</dc:creator>
      <dc:date>2015-10-17T01:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Cloudbreak install Mac OS</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudbreak-install-Mac-OS/m-p/95585#M8919</link>
      <description>&lt;P&gt;I would try: cbd update &amp;amp;&amp;amp; cbd doctor &amp;amp;&amp;amp; cbd start&lt;/P&gt;&lt;P&gt;Then, you should be able to go to: &lt;A href="http://192.168.59.103:3000" target="_blank"&gt;http://192.168.59.103:3000&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Credentials can be found via the following command: cbd env show|grep "UAA_DEFAULT_USER_PW\|UAA_DEFAULT_USER_EMAIL"&lt;/P&gt;</description>
      <pubDate>Sat, 17 Oct 2015 03:12:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudbreak-install-Mac-OS/m-p/95585#M8919</guid>
      <dc:creator>bdubois</dc:creator>
      <dc:date>2015-10-17T03:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Cloudbreak install Mac OS</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudbreak-install-Mac-OS/m-p/95586#M8920</link>
      <description>&lt;P&gt;127.0.0.1 is not gonna work for PUBLIC_IP.&lt;/P&gt;&lt;P&gt;Please use `cbd init` to generate the initial Profile. Which will figure out the correct boot2docker ip.&lt;/P&gt;&lt;P&gt;So this is what you should have in your Profile:&lt;/P&gt;&lt;PRE&gt;export PUBLIC_IP=192.168.59.103
&lt;/PRE&gt;&lt;P&gt;The output of `boot2docker ip` is **192.168.59.103** unless you have a non-standard boo2docker. So use this for PUBLIC_IP, (PRIVATE_IP can be removed from Profile&lt;/P&gt;&lt;P&gt;After changing the Profile, configuration files has to be generated again:&lt;/P&gt;&lt;PRE&gt;cbd regenerate
&lt;/PRE&gt;&lt;P&gt;Now you can restart the containers:&lt;/P&gt;&lt;PRE&gt;cbd start&lt;/PRE&gt;&lt;P&gt;After a couple of minutes you can open the browser and log in, url and credential can be displayed:&lt;/P&gt;&lt;PRE&gt;cbd login&lt;/PRE&gt;</description>
      <pubDate>Mon, 19 Oct 2015 19:48:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudbreak-install-Mac-OS/m-p/95586#M8920</guid>
      <dc:creator>lpapp</dc:creator>
      <dc:date>2015-10-19T19:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cloudbreak install Mac OS</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudbreak-install-Mac-OS/m-p/95587#M8921</link>
      <description>&lt;P&gt;&lt;A href="http://community.hortonworks.com/users/52/lpapp.html"&gt;@lpapp@hortonworks.com&lt;/A&gt;
&lt;/P&gt;&lt;P&gt;Thanks! The UI is now up on the public ip change but now I'm getting "Client cannot access resource server" when I try to login. The ambassadorips docker image still has a status of Exit 0 and has these errors:&lt;/P&gt;&lt;P&gt;ambassador_1 | 2015/10/20 00:53:10 dns: read udp 127.0.0.1:53: connection refused ambassador_1 | 2015/10/20 00:53:10 No backends! Closing the connection&lt;/P&gt;&lt;P&gt;Any other thoughts? I didn't see anything else running on port 53. Turning off the firewall didn't help either.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2015 20:32:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudbreak-install-Mac-OS/m-p/95587#M8921</guid>
      <dc:creator>ccasano</dc:creator>
      <dc:date>2015-10-20T20:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cloudbreak install Mac OS</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudbreak-install-Mac-OS/m-p/95588#M8922</link>
      <description>&lt;P&gt;Reinstalled with 1.0.0 and it seemed to work&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 07:06:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudbreak-install-Mac-OS/m-p/95588#M8922</guid>
      <dc:creator>ccasano</dc:creator>
      <dc:date>2015-10-21T07:06:20Z</dc:date>
    </item>
  </channel>
</rss>

