By any chance do you set the following property in your run.{sh/conf/bat} file ?
-Dcom.sun.management.jmxremoteI was having the exact same problem, when I had the above string, in my run.conf. I had put it there to enable jmx local agent, so that I can use jconsole against jboss. But somehow , having this property, prevented, the NativeServerConfig MBean from being published. Once I removed the string from my run.conf , the problem went away. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079327#4079327 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079327 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
