I/O error on POST request for "https://<JARVISSERVER:8443/ingestion" in EventForwarder.log
Release : 14.0
Component : CA ControlMinder
The jarvis certificate is not available.
Either the keystore does not have it, in which case it needs to be imported to the keystore, or EventForwarder is using the wrong install of java.
On linux, you can edit <pathto>/AccessControlServer/Services/EventForwarder/bin/EventForwarder.sh and add JAVA_HOME and PATH before the java command. For example:
export JAVA_HOME=/usr/java/jdk1.8.0_101
export PATH=
/usr/java/jdk1.8.0_101/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/CA/SharedComponents/bin:/opt/CA/SharedComponents/ccs/cam/bin
java -cp ../../lib/*:../lib/EventForwarder-0.1-SNAPSHOT.jar com.ca.ppm.eventForwarder.core.EventForwarder > /dev/null 2>&1