APM Java agent exception at startup

Thanks for the feedback @felixbarny. Does that then mean it is not a problem? and the deployment should work successfully

I have exactly the same issue in my deployment. APM agent is able to successfully run healthchecks against the APM Server, but never posts events successfully to the apm server. when it attempts to post a /intake/v2/events call, it always fails with

java.io.IOException: Error writing request body to serve

If you check the communication between the agent and the server with a tcpdump, you would notice the agent never sent anthing over the wire to the apm server. What do you think? i have actually logged the issue here