You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reproduce, create a new Pipeline or Worflow and push toolbar item "Navigate to the lastest execution inforamtion"
java.lang.NullPointerException
at org.apache.hop.ui.hopgui.perspective.execution.ExecutionPerspective.createLastExecutionView(ExecutionPerspective.java:468)
at org.apache.hop.ui.hopgui.file.pipeline.HopGuiPipelineGraph.navigateToExecutionInfo(HopGuiPipelineGraph.java:5417)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.apache.hop.ui.core.gui.BaseGuiWidgets.lambda$1(BaseGuiWidgets.java:216)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4256)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1066)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4054)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3642)
at org.apache.hop.ui.hopgui.HopGui.open(HopGui.java:473)
at org.apache.hop.ui.hopgui.HopGui.main(HopGui.java:351)
Issue Priority
Priority: 3
Issue Component
Component: Hop Gui
The text was updated successfully, but these errors were encountered:
nadment
changed the title
[Bug]: NPE when you navigate to Exection Information perspective from a pipeline/workflow never executed
[Bug]: NPE when you navigate to Exection Information perspective from a pipeline/workflow that has never been executed
Dec 26, 2023
Apache Hop version?
2.7.0-SNAPSHOT
Java version?
Java 11
Operating system
Windows
What happened?
To reproduce, create a new Pipeline or Worflow and push toolbar item "Navigate to the lastest execution inforamtion"
java.lang.NullPointerException
at org.apache.hop.ui.hopgui.perspective.execution.ExecutionPerspective.createLastExecutionView(ExecutionPerspective.java:468)
at org.apache.hop.ui.hopgui.file.pipeline.HopGuiPipelineGraph.navigateToExecutionInfo(HopGuiPipelineGraph.java:5417)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.apache.hop.ui.core.gui.BaseGuiWidgets.lambda$1(BaseGuiWidgets.java:216)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4256)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1066)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4054)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3642)
at org.apache.hop.ui.hopgui.HopGui.open(HopGui.java:473)
at org.apache.hop.ui.hopgui.HopGui.main(HopGui.java:351)
Issue Priority
Priority: 3
Issue Component
Component: Hop Gui
The text was updated successfully, but these errors were encountered: