Closed ahmadswaid closed 1 year ago
@ahmadswaid Ok, good news, the file parameter values are now visible on local execution. On server execution, the model executes and also takes new files via "add file" upload. What is still an issue is the UI: On server execution, the button "add file" is still overlapping the file names and on clicking the details of a parameter, the information are pushed down, overlapping with the other parameters.
@ahmadswaid found 2 other issues:
ERROR FSK Simulation Configurator JS 3:5 Unable to clone input data at port 1 (FSK object): (was java.lang.NullPointerException) (through reference chain: de.bund.bfr.knime.fsklab.nodes.environment.ExistingEnvironmentManager["entries"])
@ahmadswaid: Tested the changes and most issues are fixed. Two issues remain:
if there are more then one FILE parameters, adding only one leaves the others empty:
the portObject still doesn't load when opening an exported workflow on another computer.
@schuelet issue No. 1 was solved work is still in progress on issue No. 2
@ahmadswaid The portObject Issue seems to be fixed. Unfortunately something broke with the upload, added (uploaded) files no longer appear in the workspace of the model. I checked the previous commit 42a1c05 and there the upload still worked.
Thanks @schuelet for help in preferences tutorial:
preferences: can be exported when starting KNIME as admin (sudo) copy preference.epf to /opt/knime/knime_server/workflow_repository/config/client-profiles/executor replace with executor.epf add lines to knime.ini (/opt/knime/knime_server/knime_executor/knime.ini): -profileLocation http://127.0.0.1:8080/knime/rest/v4/profiles/contents -profileList executor
Anyway, branch tested on my server, @schuelet could you please review this PR!