You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Ilya Okomin (JIRA)" <ji...@apache.org> on 2006/11/24 16:14:02 UTC

[jira] Created: (HARMONY-2317) [tools][jmx_console] java.lang.NoSuchMethodException when invoke method with long array as param

[tools][jmx_console] java.lang.NoSuchMethodException when invoke method with long array as param
------------------------------------------------------------------------------------------------

                 Key: HARMONY-2317
                 URL: http://issues.apache.org/jira/browse/HARMONY-2317
             Project: Harmony
          Issue Type: Bug
            Reporter: Ilya Okomin
            Priority: Minor


jmx_console throws java.lang.NoSuchMethodException when you are invoking method with long array as param.

To reproduce:
1.Start jmx_console on RI vm.
2.Connect to Local vm
3.Try to invoke getThreadInfo([J) of java.lang:type=Threading mbean without parameters.

java.lang.NoSuchMethodException is thrown:

org.apache.harmony.x.management.console.controller.ControllerOperationException: <init>
	at org.apache.harmony.x.management.console.controller.MBeanOperations.execute(MBeanOperations.java:137)
	at org.apache.harmony.x.management.console.plugin.OperationView$1.widgetSelected(OperationView.java:195)
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
	at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
	at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
	at java.lang.reflect.Method.invoke(Ljava.lang.Object;[Ljava.lang.Object;I)Ljava.lang.Object;(Unknown Source)
	at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
	at org.eclipse.core.launcher.Main.run(Main.java:973)
	at org.eclipse.core.launcher.Main.main(Main.java:948)
Caused by: java.lang.NoSuchMethodException: <init>
	at java.lang.Class.findConstructor([Ljava.lang.Class;I)Ljava.lang.reflect.Constructor;(Unknown Source)
	at java.lang.Class.getConstructor([Ljava.lang.Class;I)Ljava.lang.reflect.Constructor;(Unknown Source)
	at org.apache.harmony.x.management.console.controller.MBeanOperations.execute(MBeanOperations.java:129)
	... 19 more


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira