Backing off for 0 seconds

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?

Hi and thanks for evaluating Elastic APM!

A few questions:

Do you see this error repeatedly (backoff increases 0s, 1s, 4s, 9s, ...) or only once in a while?

Could you have a look in the APM Server logs to see what is going on at that time?

Cheers,
Felix

Repeatedly as you mentioned. I think its something with eclipse. I ran it on a standalone tomcat and it works. So I am going to close it for now.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.