I am seeing this error (failed to apply settings: java.lang.NoSuchMethodError: ‘void org.knime.ext.poi3.node.io.filehandling.excel.reader.ExcelMultiTableReadConfig.setCheckSavedTableSpec(boolean)’) when I try to browse for a file in the excel reader node - NOT when executing. It does not even allow me to attempt to execute because it will not allow me to specify which file to read.
Coworkers are not having this issue - they are on the same knime version and OS.
that sounds like a dependency version unfortunately wasn’t configured correctly in the last update you installed. You’ll need to update the feature “KNIME File Handling Core” to version 5.2.1.v202403051007, which contains the missing method ExcelMultiTableReadConfig.setCheckSavedTableSpec(boolean).
Go to “Menu” → “Install extensions”
Uncheck the box “Group items by category”
Find the feature “KNIME File Handling Core” (there’s a search bar above the list)
Make sure that the version is (at least) 5.2.1.v202403051007 and install the feature
I hope this works for both of you, and sorry on behalf of the Dev team for the inconvenience!
Edit: You can even uninstall the “KNIME File Handling Core” feature again right afterwards to avoid warnings in future updates, the underlying code will stay updated. Features are only groupings of plugins, which contain the implementing code.