I have an OSB cluster ,while trying to activate a process i was getting error in OSB console that the user is locked from WLS console.
I logged in to weblogic console
http://host:port/console
and did Activate changes but it got stuck.I waited for hours but it did not complete ,I am not sure of the reason for this issue.
But i was able to activate it through command console.
Open a command window and go to the following location
BEA_HOME/wlserver_10.3/server/bin
and use setWLSEnv.cmd
Now use
java weblogic.WLST command as shown
and try to log in to the server
command should be
connect('USERNAME', 'PASSWORD', 'SERVER_ADDRESS:SERVER_PORT')
So in my case i am using
connect('weblogic','welcome1','t3://localhost:7001')
Now go to edit mode and activate the changes
As shown below
For more information on using WLST script use you can search the oracle documentation
1 comment:
Thank you! Very helpful.
Post a Comment