EBS 12.2 - Impossible to start a service so as to change Weblogic password
Hello,
I want to change the password of Weblogic but I encounter always an error. All the services are down.
Status of the service "Weblogic Admin Server" :
$ADMIN_SCRIPTS_HOME/adadminsrvctl.sh status
I specify respectively the password of weblogic user then apps user.
No error:
RC = 0, AdminServer is currently not running.
But when I try to start it, with the same passwords of course, there's the error:
perl $ADMIN_SCRIPTS_HOME/adadminsrvctl.sh start
Starting WLS Admin Server...
Invalid credentials passed.
In the script $ADMIN_SCRIPTS_HOME/adadminsrvctl.sh, I saw that the error occurs when calling "adProvisionEBS.pl ebs-get-serverstatus", with in parameter the correct value of Weblogic password.