Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

jconsole no security manager exception (RMI classloader disabled)

843830Aug 18 2006 — edited Dec 11 2008
Hi,

I'm using JConsole to connect to an MBean I deployed in Sun app server. When I try to inspect an attribute of the MBean I get UnmarshalException, caused by ClassNotFound exception, caused by RMI classloader disabled, caused by no security manager error.
I think JConsole is trying to download class definition from the server, but due to lack of security manager it fails to do so. Does anyone know how can I make this work? I'm using JMX adapter that authenticates by user name/password.
Thanks,

Mark
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 7 2009
Added on Aug 18 2006
3 comments
991 views