Caused by: java.lang.ArrayIndexOutOfBoundsException: Index -65306 out of bounds for length 66192
vi log4j2.xml.template
2. Locate the below line in log4j2.xml.template
<AsyncLogger name="com.carbonblack.cbfs.model.solrfields" level="warn" />3. Add the line given below next to com.carbonblack.cbfs.model.solrfields logger
<AsyncLogger name="com.carbonblack.cbfs.solr.CbProcessUpdateRequestProcessorBase" level="off" /> <AsyncLogger name="com.carbonblack.cbfs.solr" level="off" />4. Save the file and exit