Tuesday 25 October 2016

How to unlock admin user in Weblogic:

How to unlock admin user in Weblogic:


Below procedure is valid for Non EBS applications.

Admin user will be locked if you access multiple times with wrong password, you will get below error in this scenario:

[SimpleSchedulerThread] [ERROR] com.deacos.cxx.server.masterejb.MasterEjbBean: com.deacos.cxx.server.datalayer.repository.security.AccessException: SIP-09070: No more logins allowed

User “admin” is locked (exceeded max logins allowed)”

[SimpleSchedulerThread] [ERROR] com.deacos.cxx.server.masterejb.MasterEjbBean: com.deacos.cxx.server.datalayer.repository.security.AccessException: SIP-09070: No more logins allowed

Solution:

Unlock the admin user by following below example:

In the following example, an administrator named “admin” with a password of welcome123 requests the unlocking of the WebLogic Server listening on port 7001 on machine localhost:

java weblogic.Admin -url localhost:7001 -username admin -password newpassword UNLOCK

No comments:

Post a Comment