knime / knimepy

Other
44 stars 15 forks source link

Can't execute workflow on Ubuntu 18.04 #16

Closed gokhangerdan closed 4 years ago

gokhangerdan commented 4 years ago

I tried to execute knime workflow with and without input/output container but I received this:

WARNING:root:Return code from KNIME execution was non-zero WARNING:root:captured stdout: b'' WARNING:root:captured stderr: b'/bin/sh: 1: /home/ggerdan/knime_4.0.0.linux.gtk.x86_64/knime_4.0.0: Permission denied\n'

applio commented 4 years ago

Is the name of the executable "knime_4.0.0" or might it be "knime_4.0.0/knime"?

gokhangerdan commented 4 years ago

Of course not :sweat_smile: I gave the path that contains the executable… I changed it to “/home/ggerdan/knime_4.0.0.linux.gtk.x86_64/knime_4.0.0/knime” And now it runs without any error. Thanks for your time and attention.