I am getting the following error - My configuration is as follows:
Spring Java based Application running on Tomcat Server 9.
ELK stack 6.5.3 (running dockerized)
Running the application from eclipse with the following launch configuration
-Delastic.apm.service_name="solumina" -Delastic.apm.application_packages="com.ibaset" -Delastic.apm.server_urls="http://localhost:8200" -javaagent:"/Users/host/dev/exec-scripts/elastic-apm-agent-1.1.0.jar"
Getting the following warnings and no logs in kibana
2018-12-18 11:14:37.013 [apm-reporter] INFO co.elastic.apm.report.IntakeV2ReportingEventHandler - Backing off for 0 seconds (±10%)
2018-12-18 11:14:37.013 [apm-reporter] WARN co.elastic.apm.report.IntakeV2ReportingEventHandler - Unexpected end of file from server
2018-12-18 11:14:37.013 [apm-reporter] WARN co.elastic.apm.report.IntakeV2ReportingEventHandler - null
Has anyone run into this?