You have done a fresh installation of weblogic server and have created a managed server also.
YOu are able to start the managed server from command console but when you are trying to start your managed server from admin console you are getting authentication error.
To over come this issue first of all ensure that you have node manager up and running because node manager is required to be up and running for managed server to be started from remote server,Now you need to go the following location
BEA_HOME|user_projects\domains\your domain\soa server\security
folder and there create a new file name it as boot.properties
and define these two parameters in there
username=<UserName>
password=<Password>
Here user name will be the name of user generally weblogic and password will be the password required to log in to the console.
Once you have done these changes you can restart your server and try to start your server from admin console it should work this time.
No comments:
Post a Comment