Hey,


> There shouldn't even be a log msg about the missing method since if you invoke a
> method that does not exist on an MBean you will get a ReflectionException and
> these are simply ignored. All MBeans show up on the management page because
> this page is about MBeans and cares nothing about service abstractions.
> 

Scott, that is what I thought too.  But how is he getting this stacktrace:

[Jetty]
java.lang.NoSuchMethodException: init()
 at com.mortbay.Jetty.JMX.ModelMBeanImpl.invoke(ModelMBeanImpl.java)
 at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
 at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
 at org.jboss.util.ServiceControl.init(ServiceControl.java:59)
 at java.lang.reflect.Method.invoke(Native Method)
 at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
 at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
 at org.jboss.Main.<init>(Main.java:202)
 at org.jboss.Main$1.run(Main.java:107)
 at java.security.AccessController.doPrivileged(Native Method)
 at org.jboss.Main.main(Main.java:103)

 
> 
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-development
> 


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to