Execution of Knime workflow fails from windows scheduler with Java error

Hi,

I am trying it execute a job in windows scheduler and it fails. I ahve shared screenshots for the errors.
I have my JDBC driver for Oracle installed and can manually execute this job, but this only fails from schedluer, please help

Hi @chaithuj,

if you’d paste the errors as text, it brings visibility to your topics as others who face the same issue might find yours. Also, in order to better understand the context, a sample workflow to try to replicate and eventually get it resolved would be nice too.

Best
Mike

2 Likes

Hi @chaithuj , from looking at your screenshots, it appears that your jdbc driver jar files are residing on OneDrive. Are you sure that when this task runs as a scheduled job, the job will definitely have access to the same paths (especially onedrive) that you have when physically logged in?

Does the job run under your own user account, or a separate “batch/job” account?

I would suggest configuring the jdbc driver with a more permanent physical local folder and testing the scheduled task again.

3 Likes

Thanks @takbb , that makes sense, let me check if my drivers are on One Drive. I will fix it and move it to a local path.

Thanks a lot

I tried moving my jar file from the one Drive to local and re executed. Now it fails with exit code 4 and still complains on the Oracle Database driver

ENTRY org.eclipse.core.net 1 0 2024-04-29 20:57:29.207
!MESSAGE System property http.proxyHost is not set but should be http.proxy.fmr.com.

!ENTRY org.eclipse.core.net 1 0 2024-04-29 20:57:29.207
!MESSAGE System property http.proxyPort is not set but should be 8000.

!ENTRY org.eclipse.core.net 1 0 2024-04-29 20:57:29.208
!MESSAGE System property https.proxyHost is not set but should be http.proxy.fmr.com.

!ENTRY org.eclipse.core.net 1 0 2024-04-29 20:57:29.209
!MESSAGE System property https.proxyPort is not set but should be 8000.

!ENTRY org.eclipse.core.net 1 0 2024-04-29 20:57:29.211
!MESSAGE System property https.proxyHost is not set but should be http.proxy.fmr.com.

!ENTRY org.eclipse.core.net 1 0 2024-04-29 20:57:29.212
!MESSAGE System property https.proxyPort is not set but should be 8000.
WARN main HadoopInitializer Unable to find ‘msvcr100.dll’ at hadoop home creation.
ERROR main Node Loading model settings failed: Could not find the [ORA_WIDE] database driver.
org.knime.core.node.InvalidSettingsException: Could not find the [ORA_WIDE] database driver.
at org.knime.database.node.connector.DBSessionSettings.validatePrimaryIds(DBSessionSettings.java:106)
at org.knime.database.node.connector.DBSessionSettings.validateSettings(DBSessionSettings.java:254)
at org.knime.database.node.connector.server.UnauthenticatedServerDBConnectorSettings.validateSettings(UnauthenticatedServerDBConnectorSettings.java:260)
at org.knime.database.node.connector.server.ServerDBConnectorSettings.validateSettings(ServerDBConnectorSettings.java:118)
at org.knime.database.node.connector.AbstractDBConnectorNodeModel.validateSettingsInternal(AbstractDBConnectorNodeModel.java:283)
at org.knime.database.node.DBNodeModel.validateSettings(DBNodeModel.java:184)
at org.knime.core.node.Node.validateModelSettings(Node.java:692)
at org.knime.core.node.workflow.FileNativeNodeContainerPersistor.loadNCAndWashModelSettings(FileNativeNodeContainerPersistor.java:211)
at org.knime.core.node.workflow.FileSingleNodeContainerPersistor.loadNodeContainer(FileSingleNodeContainerPersistor.java:267)
at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8698)
at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8600)
at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8714)
at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8600)
at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8464)
at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8385)
at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8358)
at org.knime.core.node.workflow.WorkflowManager.loadProject(WorkflowManager.java:8202)
at org.knime.core.node.workflow.BatchExecutor.loadWorkflow(BatchExecutor.java:750)
at org.knime.core.node.workflow.BatchExecutor.runOne(BatchExecutor.java:917)
at org.knime.core.node.workflow.BatchExecutor.runAll(BatchExecutor.java:899)
at org.knime.core.node.workflow.BatchExecutor.mainRun(BatchExecutor.java:673)
at org.knime.product.headless.KNIMEBatchApplication.runBatchExecutor(KNIMEBatchApplication.java:130)
at org.knime.product.headless.KNIMEBatchApplication.start(KNIMEBatchApplication.java:83)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
WARN main ServerDBConnectorSettings Please install the KNIME JDBC Driver For Oracle Database plug-in or register your own driver. For more information on how to install the plug-in see KNIME Database Extension Guide.
WARN main Node Please register a compatible driver via the KNIME preference page. (For details see the log file)
WARN main ServerDBConnectorSettings Please install the KNIME JDBC Driver For Oracle Database plug-in or register your own driver. For more information on how to install the plug-in see KNIME Database Extension Guide.
WARN main Node Please register a compatible driver via the KNIME preference page. (For details s

Hi @chaithuj, is the job running as user “A743863” or a different user?

It si running as A743863

I have reinstalled the drivers, restarted Knime and executed my workflow.

!SESSION 2024-04-30 13:39:23.976 -----------------------------------------------
eclipse.buildId=unknown
java.version=17.0.5
java.vendor=Eclipse Adoptium
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments: -nosave -reset -application org.knime.product.KNIME_BATCH_APPLICATION -workflowDir=C:\Users\A743863\KnimeGIT\PR109271-AP154737-QA-Automation-Test-Scripts\KNIME_project
Command-line arguments: -os win32 -ws win32 -arch x86_64 -nosave -consoleLog -reset -application org.knime.product.KNIME_BATCH_APPLICATION -workflowDir=C:\Users\A743863\KnimeGIT\PR109271-AP154737-QA-Automation-Test-Scripts\KNIME_project

!ENTRY org.eclipse.core.net 1 0 2024-04-30 13:40:19.860
!MESSAGE System property http.proxyHost is not set but should be http.proxy.fmr.com.

!ENTRY org.eclipse.core.net 1 0 2024-04-30 13:40:19.861
!MESSAGE System property http.proxyPort is not set but should be 8000.

!ENTRY org.eclipse.core.net 1 0 2024-04-30 13:40:19.862
!MESSAGE System property https.proxyHost is not set but should be http.proxy.fmr.com.

!ENTRY org.eclipse.core.net 1 0 2024-04-30 13:40:19.863
!MESSAGE System property https.proxyPort is not set but should be 8000.

!ENTRY org.eclipse.core.net 1 0 2024-04-30 13:40:19.865
!MESSAGE System property https.proxyHost is not set but should be http.proxy.fmr.com.

!ENTRY org.eclipse.core.net 1 0 2024-04-30 13:40:19.866
!MESSAGE System property https.proxyPort is not set but should be 8000.
WARN main HadoopInitializer Unable to find ‘msvcr100.dll’ at hadoop home creation.
ERROR main Node Loading model settings failed: Could not find the [ORACLE_WI] database driver.
org.knime.core.node.InvalidSettingsException: Could not find the [ORACLE_WI] database driver.
at org.knime.database.node.connector.DBSessionSettings.validatePrimaryIds(DBSessionSettings.java:106)
at org.knime.database.node.connector.DBSessionSettings.validateSettings(DBSessionSettings.java:254)
at org.knime.database.node.connector.server.UnauthenticatedServerDBConnectorSettings.validateSettings(UnauthenticatedServerDBConnectorSettings.java:260)
at org.knime.database.node.connector.server.ServerDBConnectorSettings.validateSettings(ServerDBConnectorSettings.java:118)
at org.knime.database.node.connector.AbstractDBConnectorNodeModel.validateSettingsInternal(AbstractDBConnectorNodeModel.java:283)
at org.knime.database.node.DBNodeModel.validateSettings(DBNodeModel.java:184)
at org.knime.core.node.Node.validateModelSettings(Node.java:692)
at org.knime.core.node.workflow.FileNativeNodeContainerPersistor.loadNCAndWashModelSettings(FileNativeNodeContainerPersistor.java:211)
at org.knime.core.node.workflow.FileSingleNodeContainerPersistor.loadNodeContainer(FileSingleNodeContainerPersistor.java:267)
at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8698)
at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8600)
at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8714)
at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8600)
at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8464)
at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8385)
at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8358)
at org.knime.core.node.workflow.WorkflowManager.loadProject(WorkflowManager.java:8202)
at org.knime.core.node.workflow.BatchExecutor.loadWorkflow(BatchExecutor.java:750)
at org.knime.core.node.workflow.BatchExecutor.runOne(BatchExecutor.java:917)
at org.knime.core.node.workflow.BatchExecutor.runAll(BatchExecutor.java:899)
at org.knime.core.node.workflow.BatchExecutor.mainRun(BatchExecutor.java:673)
at org.knime.product.headless.KNIMEBatchApplication.runBatchExecutor(KNIMEBatchApplication.java:130)
at org.knime.product.headless.KNIMEBatchApplication.start(KNIMEBatchApplication.java:83)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
WARN main Node Database host is not defined.
WARN main Node Database host is not defined.

Still no luck

Preferences, which includes database driver settings, are stored in the workspace. Please make sure that the batch executor uses the same workspace as your UI session (use the -data command line argument).

1 Like

Is this how we use the data option

-nosave -consoleLog -nosplash -reset -data -application org.knime.product.KNIME_BATCH_APPLICATION -workflowDir=“C:\Users\A743863\KnimeGIT\PR109271-AP154737-QA-Automation-Test-Scripts\Knime_project”

I get the belwo Error:

ERROR main BatchExecutor Unknown option ‘-data’
org.knime.core.node.workflow.BatchExecutor$IllegalOptionException: Unknown option ‘-data’
at org.knime.core.node.workflow.BatchExecutor.handleCommandlineArgument(BatchExecutor.java:597)
at org.knime.core.node.workflow.BatchExecutor.parseConfigFromArguments(BatchExecutor.java:464)
at org.knime.core.node.workflow.BatchExecutor.processArguments(BatchExecutor.java:445)
at org.knime.core.node.workflow.BatchExecutor.(BatchExecutor.java:415)
at org.knime.core.node.workflow.BatchExecutor.mainRun(BatchExecutor.java:672)
at org.knime.product.headless.KNIMEBatchApplication.runBatchExecutor(KNIMEBatchApplication.java:130)
at org.knime.product.headless.KNIMEBatchApplication.start(KNIMEBatchApplication.java:83)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
at org.eclipse.equinox.launcher.Main.run(Main.java:1467)

@chaithuj these things. Maybe you could provide code and logs as preformatted text. That would make the forum much better to read:

Then you could store the preferences including the driver in an .epf file and provide the location with the -preferences setting.

Unfortunately couldn’t share due to the confidential files, but sharing a simple workfow which just tries o connect to the database

KNIME_project.knwf (12.4 KB)

Can anyone help on how this error can be resolved
I was able to execute it successfully few months ago, i had my new laptop recnetky and when this issue started.

Any settings, that i could be missing to resolve this database error

!SESSION 2024-05-01 09:49:44.794 -----------------------------------------------
eclipse.buildId=unknown
java.version=17.0.5
java.vendor=Eclipse Adoptium
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments: -nosave -reset -application org.knime.product.KNIME_BATCH_APPLICATION -workflowDir=C:\Users\A743863\KnimeGIT\PR109271-AP154737-QA-Automation-Test-Scripts\Knime_project
Command-line arguments: -os win32 -ws win32 -arch x86_64 -nosave -consoleLog -reset -application org.knime.product.KNIME_BATCH_APPLICATION -workflowDir=C:\Users\A743863\KnimeGIT\PR109271-AP154737-QA-Automation-Test-Scripts\Knime_project

!ENTRY org.eclipse.core.net 1 0 2024-05-01 09:50:44.584
!MESSAGE System property http.proxyHost is not set but should be http.proxy.fmr.com.

!ENTRY org.eclipse.core.net 1 0 2024-05-01 09:50:44.586
!MESSAGE System property http.proxyPort is not set but should be 8000.

!ENTRY org.eclipse.core.net 1 0 2024-05-01 09:50:44.587
!MESSAGE System property https.proxyHost is not set but should be http.proxy.fmr.com.

!ENTRY org.eclipse.core.net 1 0 2024-05-01 09:50:44.588
!MESSAGE System property https.proxyPort is not set but should be 8000.

!ENTRY org.eclipse.core.net 1 0 2024-05-01 09:50:44.588
!MESSAGE System property https.proxyHost is not set but should be http.proxy.fmr.com.

!ENTRY org.eclipse.core.net 1 0 2024-05-01 09:50:44.588
!MESSAGE System property https.proxyPort is not set but should be 8000.
WARN main HadoopInitializer Unable to find ‘msvcr100.dll’ at hadoop home creation.
ERROR main Node Loading model settings failed: Could not find the [ORACLE_WI] database driver.
org.knime.core.node.InvalidSettingsException: Could not find the [ORACLE_WI] database driver.
at org.knime.database.node.connector.DBSessionSettings.validatePrimaryIds(DBSessionSettings.java:106)
at org.knime.database.node.connector.DBSessionSettings.validateSettings(DBSessionSettings.java:254)
at org.knime.database.node.connector.server.UnauthenticatedServerDBConnectorSettings.validateSettings(UnauthenticatedServerDBConnectorSettings.java:260)
at org.knime.database.node.connector.server.ServerDBConnectorSettings.validateSettings(ServerDBConnectorSettings.java:118)
at org.knime.database.node.connector.AbstractDBConnectorNodeModel.validateSettingsInternal(AbstractDBConnectorNodeModel.java:283)
at org.knime.database.node.DBNodeModel.validateSettings(DBNodeModel.java:184)
at org.knime.core.node.Node.validateModelSettings(Node.java:692)
at org.knime.core.node.workflow.FileNativeNodeContainerPersistor.loadNCAndWashModelSettings(FileNativeNodeContainerPersistor.java:211)
at org.knime.core.node.workflow.FileSingleNodeContainerPersistor.loadNodeContainer(FileSingleNodeContainerPersistor.java:267)
at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8698)
at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8600)
at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8714)
at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8600)
at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8464)
at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8385)
at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8358)
at org.knime.core.node.workflow.WorkflowManager.loadProject(WorkflowManager.java:8202)
at org.knime.core.node.workflow.BatchExecutor.loadWorkflow(BatchExecutor.java:750)
at org.knime.core.node.workflow.BatchExecutor.runOne(BatchExecutor.java:917)
at org.knime.core.node.workflow.BatchExecutor.runAll(BatchExecutor.java:899)
at org.knime.core.node.workflow.BatchExecutor.mainRun(BatchExecutor.java:673)
at org.knime.product.headless.KNIMEBatchApplication.runBatchExecutor(KNIMEBatchApplication.java:130)
at org.knime.product.headless.KNIMEBatchApplication.start(KNIMEBatchApplication.java:83)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
WARN main Node Database host is not defined.
WARN main Node Database host is not defined.

You have to provide the location of the workspace as argument to -data, e.g. -data C:/knime-workspace

1 Like

@thor, i tried as you said with -data option passing the workspace path
as below and tried

-nosave -consoleLog -nosplash -reset -data C:\Users\A743863\KnimeGIT\PR109271-AP154737-QA-Automation-Test-Scripts\Knime_project -application org.knime.product.KNIME_BATCH_APPLICATION -workflowDir=“C:\Users\A743863\KnimeGIT\PR109271-AP154737-QA-Automation-Test-Scripts\Knime_project”

!SESSION 2024-05-06 09:38:13.655 -----------------------------------------------
eclipse.buildId=unknown
java.version=17.0.5
java.vendor=Eclipse Adoptium
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments: -nosave -reset -application org.knime.product.KNIME_BATCH_APPLICATION -workflowDir=C:\Users\A743863\KnimeGIT\PR109271-AP154737-QA-Automation-Test-Scripts\Knime_project
Command-line arguments: -os win32 -ws win32 -arch x86_64 -nosave -consoleLog -reset -data C:\Users\A743863\KnimeGIT\PR109271-AP154737-QA-Automation-Test-Scripts\Knime_project -application org.knime.product.KNIME_BATCH_APPLICATION -workflowDir=C:\Users\A743863\KnimeGIT\PR109271-AP154737-QA-Automation-Test-Scripts\Knime_project

!ENTRY org.eclipse.core.net 1 0 2024-05-06 09:38:18.388
!MESSAGE System property http.proxyHost is not set but should be http.proxy.fmr.com.

!ENTRY org.eclipse.core.net 1 0 2024-05-06 09:38:18.396
!MESSAGE System property http.proxyPort is not set but should be 8000.

!ENTRY org.eclipse.core.net 1 0 2024-05-06 09:38:18.396
!MESSAGE System property https.proxyHost is not set but should be http.proxy.fmr.com.

!ENTRY org.eclipse.core.net 1 0 2024-05-06 09:38:18.404
!MESSAGE System property https.proxyPort is not set but should be 8000.

!ENTRY org.eclipse.core.net 1 0 2024-05-06 09:38:18.404
!MESSAGE System property https.proxyHost is not set but should be http.proxy.fmr.com.

!ENTRY org.eclipse.core.net 1 0 2024-05-06 09:38:18.404
!MESSAGE System property https.proxyPort is not set but should be 8000.
WARN main HadoopInitializer Unable to find ‘msvcr100.dll’ at hadoop home creation.
ERROR main Node Loading model settings failed: Could not find the [ORACLE_WI] database driver.
org.knime.core.node.InvalidSettingsException: Could not find the [ORACLE_WI] database driver.
at org.knime.database.node.connector.DBSessionSettings.validatePrimaryIds(DBSessionSettings.java:106)
at org.knime.database.node.connector.DBSessionSettings.validateSettings(DBSessionSettings.java:254)
at org.knime.database.node.connector.server.UnauthenticatedServerDBConnectorSettings.validateSettings(UnauthenticatedServerDBConnectorSettings.java:260)
at org.knime.database.node.connector.server.ServerDBConnectorSettings.validateSettings(ServerDBConnectorSettings.java:118)
at org.knime.database.node.connector.AbstractDBConnectorNodeModel.validateSettingsInternal(AbstractDBConnectorNodeModel.java:283)
at org.knime.database.node.DBNodeModel.validateSettings(DBNodeModel.java:184)
at org.knime.core.node.Node.validateModelSettings(Node.java:692)
at org.knime.core.node.workflow.FileNativeNodeContainerPersistor.loadNCAndWashModelSettings(FileNativeNodeContainerPersistor.java:211)
at org.knime.core.node.workflow.FileSingleNodeContainerPersistor.loadNodeContainer(FileSingleNodeContainerPersistor.java:267)
at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8698)
at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8600)
at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8714)
at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8600)
at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8464)
at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8385)
at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8358)
at org.knime.core.node.workflow.WorkflowManager.loadProject(WorkflowManager.java:8202)
at org.knime.core.node.workflow.BatchExecutor.loadWorkflow(BatchExecutor.java:750)
at org.knime.core.node.workflow.BatchExecutor.runOne(BatchExecutor.java:917)
at org.knime.core.node.workflow.BatchExecutor.runAll(BatchExecutor.java:899)
at org.knime.core.node.workflow.BatchExecutor.mainRun(BatchExecutor.java:673)
at org.knime.product.headless.KNIMEBatchApplication.runBatchExecutor(KNIMEBatchApplication.java:130)
at org.knime.product.headless.KNIMEBatchApplication.start(KNIMEBatchApplication.java:83)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
WARN main Node Database host is not defined.
WARN main Node Database host is not defined.

You passed the path of the project/workflow as the workspace path to -data. Your workspace might be C:\Users\A743863\KnimeGIT\PR109271-AP154737-QA-Automation-Test-Scripts. Check it in your UI sessions.

2 Likes

Thanks @thor,

It worked. Thank you very much for all your help

Regards
Chaitanya

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.