java.security.acl.NotOwnerException: This exception has no message.
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Oracle Community by 3004, 1 year ago
java.security.acl.NotOwnerException:
at weblogic.security.acl.AclImpl.removeEntry(AclImpl.java:245)
at weblogic.security.acl.internal.FileRealm.setPermission(FileRealm.java:753)
at weblogic.security.acl.CachingRealm.setPermission(CachingRealm.java:2079)
at weblogic.management.mbeans.custom.Acl.grantPermission(Acl.java:69)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:536)
at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:522)
at java.lang.reflect.Method.invoke(Native Method)
at javax.management.MBeanServer.invoke(MBeanServer.java:1543)
at javax.management.MBeanServer.invoke(MBeanServer.java:1501)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:386)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:168)
at $Proxy60.grantPermission(Unknown Source)