Authentication denied: Boot identity not valid

Fala Galera!

Alguns dias tive um problema em um manager server no weblogic 12c.

Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.>

The above mentioned error occurs generally during server startups:

Follow the following steps to resolve the issue:

A MultiException has 6 exceptions. They are:
1. weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid. The user name or password or both from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
2. java.lang.IllegalStateException: Unable to perform operation: post construct on weblogic.security.SecurityService
3. java.lang.IllegalArgumentException: While attempting to resolve the dependencies of weblogic.jndi.internal.RemoteNamingService errors were found
4. java.lang.IllegalStateException: Unable to perform operation: resolve on weblogic.jndi.internal.RemoteNamingService
5. java.lang.IllegalArgumentException: While attempting to resolve the dependencies of weblogic.deployment.DeploymentRegistrationService errors were found
6. java.lang.IllegalStateException: Unable to perform operation: resolve on weblogic.deployment.DeploymentRegistrationService

Para a resolução execute os seguintes passos:

1- No manager server problemático edite o arquivo boot.properties na pasta security e coloque o usuário e senha correta

ex:
Username: weblogic
password: Weblogic1

2- ainda no manager server
Realize um backup da pasta data e tudo que tenha dentro dela, após remova tudo que estiver na pasta data e suba o manager server.

 

Leave a Reply

O seu endereço de e-mail não será publicado. Campos obrigatórios são marcados com *