If you are receiving this error then you probably have an External Authentication Provider set to REQUIRED in Weblogic > Server Security Realm
to fix this:
- SSH into the Machine
- CD to the Admin server directory eg. /u01/app/oracle/admin/<DOMAIN>/aserver/<DOMAIN>/
- nano /config/config.xml
- search for <sec:control-flag>REQUIRED</sec:control-flag> near the top of the XML
- Check that the <sec:name>ActiveDirectoryAuthenticator</sec:name> matches the name of one of your Providers
- Change the value to "SUFFICIENT"
Try running ./startWebLogic.sh again
No comments:
Post a Comment