Skip to content

[Bug]: NPE when you navigate to Exection Information perspective from a pipeline/workflow that has never been executed #3517

@nadment

Description

@nadment

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

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions