Hi KingDavies > > But when I try to login to the UI (http://localhost:8080/ the server > crashes), ambari-server.log: > https://gist.github.com/JonathanDavies/a4ec3f08dc9015356a16
By checking you logs, it seems that you might have a corrupted certificate/keystore. I just created a fresh ambari installation and zipped the vanilla /var/lib/ambari/keys directory: http://sequenceiq.s3-website-eu-west-1.amazonaws.com/var.lib.ambari-server.keys.tgz backup your keys directory, and give a try with this version: cd /var/lib/ambari-server mv keys keys-orig curl -o keys.tgz http://sequenceiq.s3-website-eu-west-1.amazonaws.com/ambari-keys.tgz tar xzvf keys.tgz cheers, lajos
