java.security.AccessControlException during weblogic shutdown
Console Log:
In Weblogic Server Console logs we are getting the
exception which says access is denied with
the AccessControlException.
In Weblogic Server Console logs we are getting the
exception which says access is denied with
the AccessControlException.
This exception occurs when both the weblogic server
and ACC is running and we try to shutdown the weblogic
server via shutdown scripts .The reason being the
ATG control center is running in some ther ports being
initiated by the weblogic thread.
To resolve the issue you have to tweak the weblogic policy file
bea/wlserver_XX/server/lib/weblogic.policy file
Add the below entry
grant {
permission javax.management.MBeanPermission "*", "*";
Now restart your Server and ACC to verify.Ideally this will resolve the issue !!!
Next tip
Now restart your Server and ACC to verify.Ideally this will resolve the issue !!!
Next tip
Comments
Post a Comment