Title:
Call Workflow Service fails in batch: “Cannot determine ID of local mountpoint” (KNIME 5.9)
Body:
Hi,
I need help fixing a persistent issue with Call Workflow Service when running my workflow in batch mode on KNIME Analytics Platform 5.9 (Windows 11).
My setup
-
KNIME 5.9 on Windows 11
-
1 Master Workflow
-
1 Child Workflow (Table Creator → Excel Writer)
-
The Master workflow uses Call Workflow Service
-
In KNIME UI both workflows run without any error
-
In batch mode, the Call Workflow Service always fails
The exact batch error:
Execute failed: Cannot determine ID of local mountpoint
Caused by: java.lang.IllegalStateException
LocalRelativeToMountpointFSConnection...
What I already tried (based on forum suggestions)
-
Removed all Mountpoint Connectors
-
Set Excel Writer in child to “Local File System”
-
Used a String Configuration node with variable
CALLEE_PATH -
In Call Workflow Service → Flow Variables → set
calleeWorkflow/path = CALLEE_PATH -
Passed the same variable in batch using:
-workflow.variable=CALLEE_PATH,"C:/Users/.../ChildWorkflow",String -
Ensured workflows are closed before batch
-
Added CEF skip flag to avoid chromium crash
-
Verified batch syntax with carets (^)
-
Verified no knime://LOCAL URIs exist
-
Tried absolute paths only
-
Tried with and without Mountpoint Connector
-
Tried both “Local File System” and “Mountpoint” file systems
Batch command
%KNIME_EXE% ^
-nosplash -noexit ^
-application org.knime.product.KNIME_BATCH_APPLICATION ^
-consoleLog ^
-reset -nosave ^
-data C:\Users\...\knime-workspace ^
-workflowDir=C:\Users\...\KNIME_Workflow_A_Master ^
--launcher.suppressErrors ^
-workflow.variable=CALLEE_PATH,"C:/Users/.../KNIME_Workflow_Sub1",String ^
-vmargs ^
-Dknime.workspace=C:\Users\...\knime-workspace ^
-Dorg.knime.js.cef.skip_windowless_chromium_initialization=true
Problem
Even though the Call Workflow Service works in KNIME UI, in batch mode it still tries to resolve a “RelativeToMountpoint” path internally and fails with:
Cannot determine ID of local mountpoint
What I need help with
-
How to correctly configure Call Workflow Service in KNIME 5.9 for batch
-
Whether Call Workflow Service still expects a File System Connection in headless mode
-
Whether absolute Windows paths via flow variables are supported
-
The correct approach to avoid mountpoint resolution entirely in batch
Thanks in advance — any precise steps or examples would be appreciated!




