Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
nadment opened this issue Dec 26, 2023 · 0 comments · Fixed by #3519
Assignees
Labels
Milestone

Comments

@nadment
Copy link
Contributor

nadment commented 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

@github-actions github-actions bot added P3 Nice to have Hop Gui labels Dec 26, 2023
@nadment 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
@nadment nadment self-assigned this Dec 26, 2023
@nadment nadment linked a pull request Dec 26, 2023 that will close this issue
usbrandon added a commit that referenced this issue Dec 30, 2023
@hansva hansva added this to the 2.8 milestone Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants