jconsole no security manager exception (RMI classloader disabled)
843830Aug 18 2006 — edited Dec 11 2008Hi,
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