[Mc4j-development] [ mc4j-Bugs-872545 ] 'Stop Listening' on a notification
Brought to you by:
ghinkl
From: SourceForge.net <no...@so...> - 2004-01-07 19:01:32
|
Bugs item #872545, was opened at 2004-01-07 18:59 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=872545&group_id=60228 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Kevin (sharkster) Assigned to: Nobody/Anonymous (nobody) Summary: 'Stop Listening' on a notification Initial Comment: When I try to 'Stop Listening' to a notification I get the following error. java.lang.reflect.UndeclaredThrowableException at $Proxy12.removeNotificationListener(Unknown Source) at org.mc4j.console.bean.notification.NotificationNode.toggleNotification(NotificationNode.java:113) at org.mc4j.console.bean.notification.NotificationNode$StopListenAction.performAction(NotificationNode.java:199) at org.openide.util.actions.NodeAction.run(NodeAction.java:440) at org.openide.util.actions.CallableSystemAction.run(CallableSystemAction.java:121) at org.openide.util.Task.run(Task.java:136) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330) at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:677) Caused by: java.lang.NoSuchMethodException: mx4j.connector.RemoteMBeanServer.removeNotificationListener(javax.management.ObjectName, javax.management.NotificationListener) at java.lang.Class.getMethod(Class.java:978) at org.mc4j.console.connection.proxy.Mx4jMBeanServerProxy.invoke(Mx4jMBeanServerProxy.java:62) [catch] ... 8 more ==> java.lang.NoSuchMethodException: mx4j.connector.RemoteMBeanServer.removeNotificationListener(javax.management.ObjectName, javax.management.NotificationListener) at java.lang.Class.getMethod(Class.java:978) at org.mc4j.console.connection.proxy.Mx4jMBeanServerProxy.invoke(Mx4jMBeanServerProxy.java:62) at $Proxy12.removeNotificationListener(Unknown Source) at org.mc4j.console.bean.notification.NotificationNode.toggleNotification(NotificationNode.java:113) at org.mc4j.console.bean.notification.NotificationNode$StopListenAction.performAction(NotificationNode.java:199) at org.openide.util.actions.NodeAction.run(NodeAction.java:440) at org.openide.util.actions.CallableSystemAction.run(CallableSystemAction.java:121) at org.openide.util.Task.run(Task.java:136) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330) [catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:677) My environmrnt is: MC4J 1.2 b3 J2SDK 1.4.2_03 Tomcat 4.1.29 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=872545&group_id=60228 |