2 Replies Latest reply on Jul 16, 2002 10:48 AM by sgturner

    JMX Problem ??

    sgturner

      I'm runnning JBoss 3.0.1RC1 on Win2000, JDK=1.3.1
      I have a servlet where I get a ref to the MBeanServer, display the operations info, and then invoke an operation. As can be seen from the log file info, the operation=findFoo is there, but the method is not found. Any help would be appreciated.

      19:11:43,940 INFO [STDOUT] oper name = findFoo
      19:11:43,940 ERROR [STDERR] ReflectionException: null
      Cause: java.lang.NoSuchMethodException: Unable to locate method for: findFoo(,com.tes.mbeantest.comm
      on.Foo)
      19:11:43,950 ERROR [STDERR] at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(Reflected
      MBeanDispatcher.java:288)
      19:11:43,950 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:4
      91)