Hey everyone,
I’m using the KNIME Server Medium and so far we’re using it for production and everythings going great with one caveat. About a month into prod, the web server would stop responding. We’d get timeouts and workflows would stop processing. To counter this, I set up a cronjob to reset the server. every night at midnight.
sh /opt/knime_server/apache-tomee-plus-7.0.5/bin/shutdown.sh
sleep 10
sh /opt/knime_server/apache-tomee-plus-7.0.5/bin/startup.sh
This worked for about two months and now the server is hanging up mid day on occasion. Is there a configuration file that I should look at or some setting I should enable to alleviate these issues?