I am trying to access a MBean in JBoss and following is the part of the stand 
alone java client:
------------           
 MBeanServerConnection server = 
(MBeanServerConnection)ctx.lookup("jmx/invoker/RMIAdaptor");
-
------------
I get following exception:
javax.naming.CommunicationException [Root exception is 
java.lang.ClassNotFoundException: org.jboss.jmx.adaptor.rmi.RMIAdaptor (no 
security manager: RMI class loader disabled)]

Am I missing anything? I have the standard jboss-service.xml and all the 
configurations as specified in the following link:
http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoIGetRemoteAccessToMyMBean

Any pointers on the cause of this problem would be highly appreciated. Thanks.

-Anirban.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3907983#3907983

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3907983


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to