Hi,
On my Knime server installed on an Azure VM, although the Apache service is set to auto-install, I can see it crash once in about a week. Looking at the catalina log file, I do not see any error message,just 3 warning messages:
22-May-2019 12:27:13.447 WARNING [https-jsse-nio2-8443-exec-12] org.apache.cxf.jaxrs.model.OperationResourceInfoComparator.compare Both com.knime.enterprise.server.rest.impl.v4.jobs.JobImpl#executeJob and com.knime.enterprise.server.rest.impl.v4.jobs.JobImpl#executeJob are equal candidates for handling the current request which can lead to unpredictable results
22-May-2019 12:32:55.967 WARNING [https-jsse-nio2-8443-exec-3] org.apache.cxf.jaxrs.model.OperationResourceInfoComparator.compare Both com.knime.enterprise.server.rest.impl.v4.jobs.JobImpl#executeJob and com.knime.enterprise.server.rest.impl.v4.jobs.JobImpl#executeJob are equal candidates for handling the current request which can lead to unpredictable results
22-May-2019 12:40:46.969 WARNING [https-jsse-nio2-8443-exec-8] org.apache.cxf.jaxrs.model.OperationResourceInfoComparator.compare Both com.knime.enterprise.server.rest.impl.v4.jobs.JobImpl#executeJob and com.knime.enterprise.server.rest.impl.v4.jobs.JobImpl#executeJob are equal candidates for handling the current request which can lead to unpredictable results
It will be helpful if somebidy could help me point out what might be causing this issue.
Thanks.