Using WLS7.01 and mc4j 1.1...
I can see my bean jmx information registered under the
correct domain in the console.
It happily displays me the correct set of operations
and attributes and notifications.
But when I try to execute an action, I get a security
exception:
java.lang.reflect.UndeclaredThrowableException:
java.lang.reflect.InvocationTargetException:
weblogic.management.NoAccessRuntimeException: Access
not allowed for subject: principals=[], on
ResourceType: examples:[blahblah snip snip]
Now, I do have my credentials and principal set to the
same username/password I used to register the bean in
the first place. If I alter the username/credentials to
something bogus, it appropriately falls over attempting
to connect to the server.
Is there something foolish I'm not doing/setting/seeing?
Thanks!
Logged In: NO
I had this same problem, if you look closely you will note
that it does not save your username/password so you
need to set it JUST BEFORE you connect.
Try it, it worked for me and I had the same frustrating
problem that you had.
john.tumminaro@chordiant.com