weblogic.management.NoAccessRuntimeException: Access not allowed for subject: principals=[test_user], on ResourceType: RealmConfig Action: execute, Target: refresh
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
via Oracle Community by 3004, 1 year ago
via Oracle Community by 3004, 1 year ago
via Google Groups by Peter Sands, 10 months ago
via Oracle Community by 3004, 1 year ago
via Google Groups by Sean Youtsey, 10 months ago
weblogic.management.NoAccessRuntimeException: Access not allowed for subject: principals=[test_user], on ResourceType: RealmConfig Action: execute, Target: refresh
at weblogic.management.internal.Helper$IsAccessAllowedPrivilegeAction.run(Helper.java:2012)
at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:721)
at weblogic.management.internal.Helper.isAccessAllowed(Helper.java:1857)
at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:917)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:470)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:198)
at $Proxy34.refresh(Unknown Source)
at weblogic.management.configuration.RealmMBean_CachingStub.refresh(RealmMBean_CachingStub.java:441)
at mypackage.MyClass.refreshWLSSecurityCache(MyClass.java:999)