knime-mpicbg / knime-scripting

knime-scripting includes scripting extensions for KNIME to integrate R, Matlab, Python and Groovy scripts. These extensions include a collection of nodes to develop and deploy templates in the respective languages.
https://github.com/knime-mpicbg/knime-scripting/wiki
Other
43 stars 25 forks source link

Registered deprecated RPortObject type in KNIME's port type registry #117

Closed bernd-wiswedel closed 3 months ago

bernd-wiswedel commented 3 months ago

Despite this type being deprecated it still needs/should be properly registered. This is a hot fix to work around bad error handling in KNIME core, which in KNIME Analytics Platform version 5.2.2 (released yesterday) caused startup errors.

This change here should be done anyway but it's also an urgent fix to circumvent issues reported by users, e.g. in KNIME Forum: https://forum.knime.com/t/knime-modern-ui-not-working-error-during-launching/77880/2

niederle commented 3 months ago

@bernd-wiswedel Thanks a lot for taking care of that issue!