after upgrading our small KNIME Server from 4.10 → 4.12 I cannot manage to start the Executor.
I get the
Executor> ERROR main RabbitMQHandler Could not acquire enough core tokens from server, quitting
Not quite sure why RabiitMQHandler is startet - as we do not want to setup distributed KNIME Executors
I set the knime-server.config parameter: om.knime.enterprise.executor.embedded-broker= to true
As well as using: -Dorg.knime.core.maxThreads=4
in the Executor .ini
Server Config in:
/workflow_repository/config/knime-server.config is:
com.knime.enterprise.executor.embedded-broker=true <–also tested with false
com.knime.server.authentication.preferredType=Credentials
com.knime.server.authentication.types=Credentials
com.knime.server.canonical-address=http://serverIP:8080/
com.knime.server.executor.knime_exe=path_to_executor/knime
com.knime.server.config.watch=true
com.knime.server.default_mount_id=knime-server
com.knime.server.server_admin_groups=admin
com.knime.server.server_admin_users=knimeadmin
com.knime.server.webportal.disable_warning_messages=true
when removing all entries of:
com.knime.enterprise.executor.msgq=amqp://knime:20knime16@localhost:5672/
there is no error anymore and the executor runs…but also there is no connection between server and executor