spring-cloud-netflix: ResourceAccessException: I/O error on POST request for : com.netflix.client.ClientException; IOException

Intermittent in production. What would cause this? How best to troubleshoot this? GIVEN versions: com.netflix.ribbon\ribbon-core\2.2.0 - ribbon-core-2.2.0.jar spring-web\4.3.4.RELEASE spring-web-4.3.4.RELEASE.jar There were no errors on the target server related to this time?

org.springframework.web.client.ResourceAccessException: I/O error on POST request for \"": com.netflix.client.ClientException; nested exception is java.io.IOException: com.netflix.client.ClientException
org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:633)\n\tat 
org.springframework.web.client.RestTemplate.execute(RestTemplate.java:595)\n\tat
 org.springframework.web.client.RestTemplate.postForEntity(RestTemplate.java:423)\n\tat
...

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 17 (6 by maintainers)

Most upvoted comments

That looks right. Can we close this?

Could you provide more of the stack trace?