<?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: Unable to log on to the Ambari Sandbox using : maria_dev and password maria_dev in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-log-on-to-the-Ambari-Sandbox-using-maria-dev-and/m-p/189402#M61945</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay SenSharma    
&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I just posted a response
&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;&lt;/A&gt; &lt;/P&gt;</description>
    <pubDate>Mon, 29 May 2017 10:07:50 GMT</pubDate>
    <dc:creator>ptsbere</dc:creator>
    <dc:date>2017-05-29T10:07:50Z</dc:date>
    <item>
      <title>Unable to log on to the Ambari Sandbox using : maria_dev and password maria_dev</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-log-on-to-the-Ambari-Sandbox-using-maria-dev-and/m-p/189399#M61942</link>
      <description>&lt;P&gt;I am unable to log on to the VirtualBox, using the maria_dev user name and password. when I try that it says "invalid"  username/password. But when I go to the console, I am able to log on using the same details.  I did install the sandbox before and it worked, and I uninstalled it. When I reinistalled, I am now having these issues.  &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="15833-ambari.png" style="width: 516px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18565iAB2D7AE227301D91/image-size/medium?v=v2&amp;amp;px=400" role="button" title="15833-ambari.png" alt="15833-ambari.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The weird thing is that, even when I unistall hortonworks sandbox and remove the virtualbox, when I try the 127.0.0.1:8080, I still get the same log on box, so this gives me the impression that the port number 8080 is already in use, so when hortonworks installs on the VM, it's unable to overide whatever is running on the port.&lt;/P&gt;&lt;P&gt;Please assist.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 07:43:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-log-on-to-the-Ambari-Sandbox-using-maria-dev-and/m-p/189399#M61942</guid>
      <dc:creator>ptsbere</dc:creator>
      <dc:date>2019-08-18T07:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to log on to the Ambari Sandbox using : maria_dev and password maria_dev</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-log-on-to-the-Ambari-Sandbox-using-maria-dev-and/m-p/189400#M61943</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/18654/ptsbere.html" nodeid="18654"&gt;@Paul Bere&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The easiest option will be to reset the ambari admin password using the utility that is provided as part of sandbox.  (After doing SSH on&lt;STRONG&gt; port 2222 &lt;/STRONG&gt;on Sandbox you can run the following command and reset ambari admin password.)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;# ssh root@127.0.0.1  -p 2222
# ambari-admin-password-reset&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(maria_dev/maria_dev&lt;/STRONG&gt;)  credentials should work though. So if that is not working then please check the following:&lt;/P&gt;&lt;P&gt;1. Ambari Server log to findout if there are any Errors?  (Because many times due to browser cache the Login Page is displayed but the Ambari itself is not running to authenticate)&lt;/P&gt;&lt;PRE&gt;# ambari-server status
# netstat -tnlpa | grep 8080&lt;/PRE&gt;&lt;P&gt;2. Check if the embedded Postgres DB is running or not?  Grep Postgres Port 5432 to see if it is running?&lt;/P&gt;&lt;PRE&gt;# netstat -tnlpa | grep 5432
# psql -U ambari ambari 
Password for user ambari:    bigdata&lt;/PRE&gt;&lt;P&gt;Check if you are able to login to psql using password "bigdata" ?&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2017 09:48:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-log-on-to-the-Ambari-Sandbox-using-maria-dev-and/m-p/189400#M61943</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-05-29T09:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to log on to the Ambari Sandbox using : maria_dev and password maria_dev</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-log-on-to-the-Ambari-Sandbox-using-maria-dev-and/m-p/189401#M61944</link>
      <description>&lt;P&gt;I am able to log on on the console and I was able to reset the password, still on the browser, I am getting an error. The issue I suspect is on the port. Is there a way of deleting the port 8080 on my pc if its already running, that way I can do a clean install of the sandbox. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="15834-ambari.png" style="width: 1181px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18564i7154624287B80DA9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="15834-ambari.png" alt="15834-ambari.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Does the XDB looks familiar? I But even after I removed the sandbox completely, if I access the ip address and the port 8080, I get the same log on page and I cant still log on, so I dont think its a sandbox issue, but maybe its the port number which is messing up..&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 07:43:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-log-on-to-the-Ambari-Sandbox-using-maria-dev-and/m-p/189401#M61944</guid>
      <dc:creator>ptsbere</dc:creator>
      <dc:date>2019-08-18T07:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to log on to the Ambari Sandbox using : maria_dev and password maria_dev</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-log-on-to-the-Ambari-Sandbox-using-maria-dev-and/m-p/189402#M61945</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay SenSharma    
&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I just posted a response
&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2017 10:07:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-log-on-to-the-Ambari-Sandbox-using-maria-dev-and/m-p/189402#M61945</guid>
      <dc:creator>ptsbere</dc:creator>
      <dc:date>2017-05-29T10:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to log on to the Ambari Sandbox using : maria_dev and password maria_dev</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-log-on-to-the-Ambari-Sandbox-using-maria-dev-and/m-p/189403#M61946</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/18654/ptsbere.html" nodeid="18654"&gt;@Paul Bere
&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Ambari uses It's own custom Form  Authentication.  But your screen shows a  Browser (Basic Auth Window).&lt;/P&gt;&lt;P&gt;Also the XDB (Which i guess oracle tomcat instance uses) suggests that you might be running Oracle On your Local machine ... it also uses port 8080.   The password prompt is coming from there.  Please stop any oracle instance on your local machine and then try accessing ambari again.
&lt;A rel="user" href="https://community.cloudera.com/users/18654/ptsbere.html" nodeid="18654"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2017 10:29:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-log-on-to-the-Ambari-Sandbox-using-maria-dev-and/m-p/189403#M61946</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-05-29T10:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to log on to the Ambari Sandbox using : maria_dev and password maria_dev</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-log-on-to-the-Ambari-Sandbox-using-maria-dev-and/m-p/189404#M61947</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418" target="_blank"&gt;@Jay SenSharma&lt;/A&gt; You are correct. It was an Oracle database which was using the same port. I uninstalled the database and it worked. Thanks so much for the help. I am now all logged on!!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="15835-ambarilive.png" style="width: 821px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18563i3B621D4C090ACDB4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="15835-ambarilive.png" alt="15835-ambarilive.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 07:43:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-log-on-to-the-Ambari-Sandbox-using-maria-dev-and/m-p/189404#M61947</guid>
      <dc:creator>ptsbere</dc:creator>
      <dc:date>2019-08-18T07:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to log on to the Ambari Sandbox using : maria_dev and password maria_dev</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-log-on-to-the-Ambari-Sandbox-using-maria-dev-and/m-p/189405#M61948</link>
      <description>&lt;P&gt;Thanks &lt;A href="https://community.hortonworks.com/users/3418/jsensharma.html"&gt;@Jay SenSharma&lt;/A&gt; and &lt;A href="https://community.hortonworks.com/users/18654/ptsbere.html"&gt;@Paul Bere&lt;/A&gt;. You saved the day for me ! Much appreciated !&lt;/P&gt;,&lt;P&gt;Thanks &lt;A href="https://community.hortonworks.com/users/3418/jsensharma.html"&gt;@Jay SenSharma&lt;/A&gt; and &lt;A href="https://community.hortonworks.com/users/18654/ptsbere.html"&gt;@Paul Bere&lt;/A&gt; you saved the day for me ! Much apprecited...&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2017 08:19:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-log-on-to-the-Ambari-Sandbox-using-maria-dev-and/m-p/189405#M61948</guid>
      <dc:creator>priyankamailme1</dc:creator>
      <dc:date>2017-06-12T08:19:52Z</dc:date>
    </item>
  </channel>
</rss>

