Hello,
I received the below error when trying to restart the Weblogic instance after adding the AppDynamics arguments to the start-up script of managedWeblogic server.
Admin Server Start Exception: Error occurred while performing nmStart : Error Starting server AdminServer : Received error message from Node Manager Server: [Server start command for WebLogic server 'AdminServer' failed due to: [Server failed to start up but Node Manager was not aware of the reason]. Please check Node Manager log and/or server 'AdminServer' log for detailed information.]. Please check Node Manager log for details.
Use dumpStack() to view the full stacktrace :
Also added the below to the weblogic.policy file , still did not come up.
grant codeBase "file:/apps/appdynamics/-" { permission java.security.AllPermission; };
However , the jvm comes up fine if the AppDynamics arguments are removed.
Please suggest a fix/solution for this.
Thanks,
Parameswaran
... View more