oracle weblogic server 12.2.1.3 is not starting up after I set up Java Agent (ver4.5.7.24863) in the start up arguments. Does anybody know how to resolve the below error and load up the Java Agent successfully inside Oracle Weblogic Server 12.2.1.3 ?...
Here are the step followed:
1. installed Java Agent on the llinux machine. (version: ver4.5.7.24863)
2. Added permissions in the weblogi.policy file as below:
grant codeBase "file:/u01/app/AppServerAgent/-"{ permission java.security.AllPermission; ...
We need the instrumentation on Managed Servers. So we have added the java agent to the custom startup file which gets loaded by the setDomainEnv.sh file.