bamaer commented on issue #2801:
URL: https://github.com/apache/hop/issues/2801#issuecomment-1500246746

   I just tried to reproduce with the steps you describe, but this seems to 
work correctly. 
   
   You mention changing the query in a table input transform triggers the 
error, but your screenshot shows the metadata perspective, and the stacktraces 
in the `localhost.2023-04-03.log` file you added point to (a keystroke event 
in) the explorer perspective.
   
   The error is there, we'll just need to work out a clear reproduction path. 
Can you please provide some more details on how/when you get this error?
   
   ```
   03-Apr-2023 07:28:04.574 SEVERE [http-nio-8080-exec-1] 
org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for 
servlet [HopGui] in context with path [] threw exception
        org.eclipse.swt.SWTException: Widget is disposed
                at org.eclipse.swt.SWT.error(SWT.java:3753)
                at org.eclipse.swt.SWT.error(SWT.java:3676)
                at org.eclipse.swt.SWT.error(SWT.java:3647)
                at org.eclipse.swt.widgets.Widget.error(Widget.java:1018)
                at org.eclipse.swt.widgets.Widget.getDisplay(Widget.java:397)
                at org.eclipse.swt.widgets.Widget.isValidThread(Widget.java:972)
                at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:955)
                at org.eclipse.swt.widgets.ToolBar.getItems(ToolBar.java:207)
                at 
org.apache.hop.ui.hopgui.HopGui.isActivePerspective(HopGui.java:1598)
                at 
org.apache.hop.ui.hopgui.perspective.explorer.ExplorerPerspective.isActive(ExplorerPerspective.java:230)
                at 
org.apache.hop.ui.hopgui.HopGuiKeyHandler.handleKey(HopGuiKeyHandler.java:104)
                at 
org.apache.hop.ui.hopgui.HopGuiKeyHandler.keyPressed(HopGuiKeyHandler.java:74)
                at 
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:190)
                at 
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:109)
                at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:687)
                at 
org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:594)
                at 
org.eclipse.swt.widgets.Display.executeNextEvent(Display.java:1216)
                at 
org.eclipse.swt.widgets.Display.runPendingMessages(Display.java:1197)
                at 
org.eclipse.swt.widgets.Display.safeReadAndDispatch(Display.java:1180)
                at 
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1172)
                at 
org.eclipse.rap.rwt.application.AbstractEntryPoint.createUI(AbstractEntryPoint.java:69)
                at 
org.eclipse.rap.rwt.internal.lifecycle.RWTLifeCycle.createUI(RWTLifeCycle.java:177)
                at 
org.eclipse.rap.rwt.internal.lifecycle.RWTLifeCycle$UIThreadController.run(RWTLifeCycle.java:290)
                at java.base/java.lang.Thread.run(Thread.java:829)
                at 
org.eclipse.rap.rwt.internal.lifecycle.UIThread.run(UIThread.java:107)``` 
   
   


-- 
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: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to