bamaer opened a new issue, #3164: URL: https://github.com/apache/hop/issues/3164
### Apache Hop version? SNAPSHOT-20230823 ### Java version? openjdk version "11.0.20" 2023-07-18 ### Operating system Linux ### What happened?  ``` java.lang.reflect.InvocationTargetException 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.GuiMenuWidgets.executeMenuItem(GuiMenuWidgets.java:174) at org.apache.hop.ui.hopgui.context.menu.MenuContextHandler.lambda$getSupportedActions$0(MenuContextHandler.java:103) at org.apache.hop.ui.hopgui.context.GuiContextUtil.lambda$handleActionSelection$0(GuiContextUtil.java:183) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520) at org.apache.hop.ui.hopgui.HopGui.open(HopGui.java:473) at org.apache.hop.ui.hopgui.HopGui.main(HopGui.java:351) Caused by: java.lang.IllegalArgumentException: Argument cannot be null at org.eclipse.swt.SWT.error(SWT.java:4899) at org.eclipse.swt.SWT.error(SWT.java:4833) at org.eclipse.swt.SWT.error(SWT.java:4804) at org.eclipse.swt.widgets.Dialog.error(Dialog.java:202) at org.eclipse.swt.widgets.Dialog.checkParent(Dialog.java:168) at org.eclipse.swt.widgets.Dialog.<init>(Dialog.java:131) at org.apache.hop.ui.core.dialog.ErrorDialog.<init>(ErrorDialog.java:79) at org.apache.hop.imports.gui.HopImportGuiPlugin.menuToolsImport(HopImportGuiPlugin.java:63) ... 13 more ``` ### Issue Priority Priority: 2 ### Issue Component Component: Import -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
