Hello. @Alexander
Thank you for answer.
I created a workflow for the knime-server prototype test in webportal. The test is to load data from the KNIME Server repository. You can apply knime: // LOCAL by connecting String Input node in front of Quickform node.
After the application, the following error message is displayed.
================================================
There are messages for workflow “KNIME_project6 2020-01-09 08.46.04”
File Reader 2: 410: 0: 3-WARNING: Can’t access ‘knime: //LOCAL/data/adult.csv’. (File not found: /home/knime/knime_server/workflow_repository/runtime/runtime_knime-rmi-50100/data/adult.csv.)
=================================================
knime: // LOCAL is assumed to be assigned to the path generated when the workflow is run from the KNIME web portal.
Hello. @Alexander
Thank you for answer.
I created a workflow for the knime-server prototype test in webportal. The test is to load data from the KNIME Server repository. You can apply knime: // LOCAL by connecting String Input node in front of Quickform node.
After the application, the following error message is displayed.
================================================
There are messages for workflow “KNIME_project6 2020-01-09 08.46.04”
File Reader 2: 410: 0: 3-WARNING: Can’t access ‘knime: //LOCAL/data/adult.csv’. (File not found: /home/knime/knime_server/workflow_repository/runtime/runtime_knime-rmi-50100/data/adult.csv.)
=================================================
knime: // LOCAL is assumed to be assigned to the path generated when the workflow is run from the KNIME web portal.
The issue has been resolved as follows.
This was solved by assigning the KNIME Web portal access path to the com.knime.server.canonical-address = entry in the knime-server.config file.
com.knime.server.default_mount_id = knime-server was set before the issue was registered.
==== knime-server.config =============================
com.knime.server.canonical-address = [KNIME Web portal URL]
com.knime.server.default_mount_id = knime-server
=================================================
Thanks for the feedback.