nasrips opened a new issue, #4834:
URL: https://github.com/apache/hop/issues/4834

   ### Apache Hop version?
   
   2.11
   
   ### Java version?
   
   jdk 22.0.2
   
   ### Operating system
   
   Windows
   
   ### What happened?
   
   Hello,
   Once selecting the connection for SQL Server from the drop down list at the 
SQL Action level I got this issue
   
   Error in the Hop GUI : null
   java.lang.AbstractMethodError
           at 
net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData.getFunctions(JtdsDatabaseMetaData.java:3570)
           at 
org.apache.hop.workflow.actions.sql.ActionSqlDialog.getSqlReservedWords(ActionSqlDialog.java:339)
           at 
org.apache.hop.workflow.actions.sql.ActionSqlDialog.lambda$open$2(ActionSqlDialog.java:151)
           at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:91)
           at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4326)
           at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1174)
           at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1198)
           at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1183)
           at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:853)
           at org.eclipse.swt.custom.CCombo.listEvent(CCombo.java:1233)
           at org.eclipse.swt.custom.CCombo.lambda$0(CCombo.java:117)
           at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:91)
           at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4326)
           at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1174)
           at 
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4124)
           at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3712)
           at 
org.apache.hop.ui.core.dialog.BaseDialog.defaultShellHandling(BaseDialog.java:528)
           at 
org.apache.hop.workflow.actions.sql.ActionSqlDialog.open(ActionSqlDialog.java:307)
           at 
org.apache.hop.ui.hopgui.file.workflow.delegates.HopGuiWorkflowActionDelegate.editAction(HopGuiWorkflowActionDelegate.java:300)
           at 
org.apache.hop.ui.hopgui.file.workflow.HopGuiWorkflowGraph.editAction(HopGuiWorkflowGraph.java:2987)
           at 
org.apache.hop.ui.hopgui.file.workflow.HopGuiWorkflowGraph.mouseUp(HopGuiWorkflowGraph.java:793)
           at 
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:237)
           at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:91)
           at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4326)
           at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1174)
           at 
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4124)
           at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3712)
           at org.apache.hop.ui.hopgui.HopGui.open(HopGui.java:476)
           at org.apache.hop.ui.hopgui.HopGui.main(HopGui.java:354)
   
   
   Please note that the connection was established and tested and it is working 
fine as I can discover tables and views at the connection metadata level.
   This behavior is only with the SQL Server Connection, as I tested it with 
MariaDB and Oracle and I did not get the same behavior.
   More than that, once you hit ok and you run your workflow, it is no longer 
possible to open the action.
   
   Am I missing something?
   Thank you for your support.
   BR.
   
   ### Issue Priority
   
   Priority: 1
   
   ### Issue Component
   
   Component: Hop Gui, Component: Metadata, Component: Pipelines, Component: 
Workflows


-- 
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]

Reply via email to