Oracle VM Manager Login Fails - After Entering Credentials, Returning to Login Page


Error:

OVM GUI and CLI login fails. Entering the credentials returns to the login page. CLI login fails with Authorization failed.

But can login to Weblogic console. Resetting the password form Weblogic console also does not help.

AdminServer.log shows below error message:

<Error> <com.oracle.appfw.common.utils.AbstractConnectionManager> <ch-oraclemgr2v> <AdminServer> <[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <admin> <> <639bd9d6-1cde-45f9-b72a-59eac3f3b9d8-00000017> <1532617015451> <BEA-000000> <AppFw session 1001 has failed to connect to WebService API.
com.oracle.ovm.mgr.ws.model.WsException: AUTH_000002:Connection to manager failed: AUTH_000002:Connection to manager failed: OVMAPI_6000E Internal Error: Authentication callback unavailable. Please try again later.



Solution:

Stop and start the ovmm_mysql and ovmm services.

# service ovmm stop
# service ovmm_mysql stop; sleep 20;
# service ovmm_mysql start
# service ovmm start

If the above does not help, then reconfigure the certificate as follows:

# cd /u01/app/oracle/ovm-manager-3/bin/
# ./configure_client_cert_login.sh

Enter the username as "admin" and password as the old one. 

Once the build is completed , restart the OVMM service

# service ovmm restart
Now login to the OVM Manager console. Issue would be fixed.






If you like please follow and comment