Problems adding extensions in linux

Hello to all

I am trying to install the vernalis nodes by command line as it appears in the server administration guide.

but at the time of installing I get an error SWT libraries attached image, I would like to know if you have happened or an easier way to do this installation.

knime server 4.16.4
knime executor version 4.7.4
So ubuntu aws

Hello @lizardovanegas ,

The installation command contains the community (trusted) extensions twice, but not the core update site. It could cause problems if Vernalis depends on core extensions that I cannot check right now.
Could you please try this command (containing the core update site as well)?

./knime -application org.eclipse.equinox.p2.director -nosplash -consolelog
-r https://update.knime.com/community-contributions/trusted/4.7,https://update.knime.com/community-contributions/4.7,https://update.knime.org/analytics-platform/4.7
-i com.vernalis.knime.feature.feature.group
-d /opt/knime/knime_server/knime_executor

If this does not help, you may need to install the missing SWT library (mentioned in the error message) on your system.

Best!

try again with the above command and I get the same error

I will check the libraries that I am missing to see if I can do it.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.