- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Unable to log on to the Ambari Sandbox using : maria_dev and password maria_dev
- Labels:
-
Apache Ambari
-
Apache Hadoop
Created on ‎05-29-2017 02:44 AM - edited ‎08-18-2019 12:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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.
Please assist.
Thanks
Created ‎05-29-2017 02:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 port 2222 on Sandbox you can run the following command and reset ambari admin password.)
Example:
# ssh root@127.0.0.1 -p 2222 # ambari-admin-password-reset
.
(maria_dev/maria_dev) credentials should work though. So if that is not working then please check the following:
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)
# ambari-server status # netstat -tnlpa | grep 8080
2. Check if the embedded Postgres DB is running or not? Grep Postgres Port 5432 to see if it is running?
# netstat -tnlpa | grep 5432 # psql -U ambari ambari Password for user ambari: bigdata
Check if you are able to login to psql using password "bigdata" ?
.
.
Created ‎05-29-2017 02:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 port 2222 on Sandbox you can run the following command and reset ambari admin password.)
Example:
# ssh root@127.0.0.1 -p 2222 # ambari-admin-password-reset
.
(maria_dev/maria_dev) credentials should work though. So if that is not working then please check the following:
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)
# ambari-server status # netstat -tnlpa | grep 8080
2. Check if the embedded Postgres DB is running or not? Grep Postgres Port 5432 to see if it is running?
# netstat -tnlpa | grep 5432 # psql -U ambari ambari Password for user ambari: bigdata
Check if you are able to login to psql using password "bigdata" ?
.
.
Created on ‎05-29-2017 03:06 AM - edited ‎08-18-2019 12:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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..
Created ‎05-29-2017 03:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Created ‎05-29-2017 03:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ambari uses It's own custom Form Authentication. But your screen shows a Browser (Basic Auth Window).
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.
Created on ‎05-29-2017 03:35 AM - edited ‎08-18-2019 12:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Jay SenSharma 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!!
Created ‎06-12-2017 01:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks @Jay SenSharma and @Paul Bere. You saved the day for me ! Much appreciated !
,Thanks @Jay SenSharma and @Paul Bere you saved the day for me ! Much apprecited...
