We have Tableau extension (Hyper) installed with KNIME 5.1.1. Send to Tableau server node works fine when workflow is opened in Analytics Platform . But when the same workflow is run in batch mode on Windows there is an error:
java.lang.RuntimeException: java.lang.ClassNotFoundException: Provider for jakarta.ws.rs.ext.RuntimeDelegate cannot be found
at jakarta.ws.rs.ext.RuntimeDelegate.findDelegate(RuntimeDelegate.java:118)
at jakarta.ws.rs.ext.RuntimeDelegate.getInstance(RuntimeDelegate.java:88)
at jakarta.ws.rs.core.UriBuilder.newInstance(UriBuilder.java:69)
at jakarta.ws.rs.core.UriBuilder.fromPath(UriBuilder.java:117)
at org.knime.ext.tableau.hyperapi.sendtable.api.RestApiConnection.getUriBuilder(RestApiConnection.java:483)
Batch execution is started as
“C:\Program Files\KNIME\knime.exe” -consoleLog -noexit -nosave -nosplash -reset -application org.knime.product.KNIME_BATCH_APPLICATION -workflowDir="c:/knime-workspace/[Workflow Dir]
Other workflows are executed successfully in batch mode, only Send to Tableau node fails