
I have been working on building a new ovirt-engine from an old, everything looks good, but I can't log in: 2012-02-26 21:59:39,086 ERROR [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http--0.0.0.0-8080-1) USER_FAILED_TO_AUTHENTICATE : admin 2012-02-26 21:59:39,089 WARN [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http--0.0.0.0-8080-1) CanDoAction of action LoginAdminUser failed. Reasons:USER_FAILED_TO_AUTHENTICATE I have tried using ovirt-setup again, but that does not help. I also have tried: engine-config -l AdminPassword="password"
<> Nathan Stratton CTO, BlinkMind, Inc. nathan at robotics.net nathan at blinkmind.com http://www.robotics.net http://www.blinkmind.com

On 2012-2-27 6:04, Nathan Stratton wrote:
I have been working on building a new ovirt-engine from an old, everything looks good, but I can't log in:
2012-02-26 21:59:39,086 ERROR [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http--0.0.0.0-8080-1) USER_FAILED_TO_AUTHENTICATE : admin 2012-02-26 21:59:39,089 WARN [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http--0.0.0.0-8080-1) CanDoAction of action LoginAdminUser failed. Reasons:USER_FAILED_TO_AUTHENTICATE
I have tried using ovirt-setup again, but that does not help. I also have tried: engine-config -l AdminPassword="password"
Have you tried engine-cleanup before engine-setup?
<> Nathan Stratton CTO, BlinkMind, Inc. nathan at robotics.net nathan at blinkmind.com http://www.robotics.net http://www.blinkmind.com
Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
-- Shu Ming<shuming@linux.vnet.ibm.com> IBM China Systems and Technology Laboratory

On Mon, 27 Feb 2012, Shu Ming wrote:
On 2012-2-27 6:04, Nathan Stratton wrote:
I have been working on building a new ovirt-engine from an old, everything looks good, but I can't log in:
2012-02-26 21:59:39,086 ERROR [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http--0.0.0.0-8080-1) USER_FAILED_TO_AUTHENTICATE : admin 2012-02-26 21:59:39,089 WARN [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http--0.0.0.0-8080-1) CanDoAction of action LoginAdminUser failed. Reasons:USER_FAILED_TO_AUTHENTICATE
I have tried using ovirt-setup again, but that does not help. I also have tried: engine-config -l AdminPassword="password"
Have you tried engine-cleanup before engine-setup?
Did not want to do that because I am moving the DB from one box to another. I ended up just manually putting the password in /etc/ovirt-engine/engine.conf -Nathan

Hi Nathan, On 02/26/2012 05:04 PM, Nathan Stratton wrote:
I have been working on building a new ovirt-engine from an old, everything looks good, but I can't log in:
2012-02-26 21:59:39,086 ERROR [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http--0.0.0.0-8080-1) USER_FAILED_TO_AUTHENTICATE : admin 2012-02-26 21:59:39,089 WARN [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http--0.0.0.0-8080-1) CanDoAction of action LoginAdminUser failed. Reasons:USER_FAILED_TO_AUTHENTICATE
Indeed, looks like bad password.
I have tried using ovirt-setup again, but that does not help. I also have tried: engine-config -l AdminPassword="password"
I don't think '-l' is the correct key to use, I would suggest the following steps: # engine-config -s AdminPassword=superNewPassword # service jboss-as restart Try to login again. Please let us know if this works for you. -- Cheers Douglas

Thanks, that worked.
<> Nathan Stratton CTO, BlinkMind, Inc. nathan at robotics.net nathan at blinkmind.com http://www.robotics.net http://www.blinkmind.com
On Mon, 27 Feb 2012, Douglas Landgraf wrote:
Hi Nathan,
On 02/26/2012 05:04 PM, Nathan Stratton wrote:
I have been working on building a new ovirt-engine from an old, everything looks good, but I can't log in:
2012-02-26 21:59:39,086 ERROR [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http--0.0.0.0-8080-1) USER_FAILED_TO_AUTHENTICATE : admin 2012-02-26 21:59:39,089 WARN [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http--0.0.0.0-8080-1) CanDoAction of action LoginAdminUser failed. Reasons:USER_FAILED_TO_AUTHENTICATE
Indeed, looks like bad password.
I have tried using ovirt-setup again, but that does not help. I also have tried: engine-config -l AdminPassword="password"
I don't think '-l' is the correct key to use, I would suggest the following steps:
# engine-config -s AdminPassword=superNewPassword # service jboss-as restart
Try to login again. Please let us know if this works for you.
--
Cheers Douglas
participants (3)
-
Douglas Landgraf
-
Nathan Stratton
-
Shu Ming