-
Bug
-
Resolution: Done
-
Critical
-
8.0.0
-
8.0.0 - CR1
-
- create a Fuse project (e.g. camel-spring)
- run as Local Camel Context
- start tracing
- see JMX Navigator View
- stop tracing
- see Error Log
If I start tracing a running Local Camel Context, I have to refresh JMX Navigator View to be able to access nodes under camel-1 node (see 1.png in the attachment). Desired state is pictured in 2.png in the attachment (after refresh).
If I stop tracing, the following error is occurred.
java.lang.NullPointerException at org.jboss.tools.jmx.ui.internal.actions.RefreshAction.refreshObjectNode(RefreshAction.java:100) at org.jboss.tools.jmx.ui.internal.actions.RefreshAction.run(RefreshAction.java:153) at org.fusesource.ide.commons.tree.NodeSupport$1.run(NodeSupport.java:164) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:186) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:145) at org.eclipse.swt.widgets.Display.syncExec(Display.java:4633) at org.fusesource.ide.commons.tree.NodeSupport.fireRefresh(NodeSupport.java:160) at org.fusesource.ide.commons.tree.NodeSupport.fireRefresh(NodeSupport.java:177) at org.fusesource.ide.commons.tree.RefreshableNode.refreshUI(RefreshableNode.java:50) at org.fusesource.ide.commons.tree.RefreshableNode.refresh(RefreshableNode.java:35) at org.fusesource.ide.jmx.camel.navigator.CamelContextNode.reloadRoutes(CamelContextNode.java:208) at org.fusesource.ide.jmx.camel.navigator.CamelContextNode.stopTracing(CamelContextNode.java:219) at org.fusesource.ide.jmx.camel.navigator.CamelContextNode$4.run(CamelContextNode.java:331) at org.eclipse.jface.action.Action.runWithEvent(Action.java:473) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:595) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:511) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:420) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4481) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1327) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3819) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3430) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:654) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:598) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139) at org.jboss.reddeer.eclipse.core.UITestApplication.start(UITestApplication.java:47) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608) at org.eclipse.equinox.launcher.Main.run(Main.java:1515) at org.eclipse.equinox.launcher.Main.main(Main.java:1488)
- is blocked by
-
JBIDE-21768 NPE in Job when calling a RefreshAction
- Closed
- is duplicated by
-
FUSETOOLS-1646 Exceptions during expanding Fuse process in JMX view
- Closed
-
FUSETOOLS-1649 NPE after saving changes during remote route editing
- Closed
-
FUSETOOLS-1629 Indication of Tracing Camel context is broken
- Closed
- is related to
-
FUSETOOLS-1425 Remote Route Editing: Saving a context throws a NPE while refreshing JMX nodes
- Closed
-
FUSETOOLS-1766 JMX autorefresh is broken
- Open