NoHttpResponseException when calling Rest API

0
Hi there, I'm sporadically getting the following error when calling REST APIs. Has anyone come across this ? Any help would be highly appreciated.   com.mendix.systemwideinterfaces.MendixRuntimeException: java.security.PrivilegedActionException: org.apache.http.NoHttpResponseException: apigw.elevateiq.com:443 failed to respond 2018-12-20T15:47:36.15+0000 [APP/PROC/WEB/0]        at com.mendix.integration.util.PrivilegedUtil$.withPrivileged(PrivilegedUtil.scala:15) 2018-12-20T15:47:36.15+0000 [APP/PROC/WEB/0]    Caused by: java.security.PrivilegedActionException: null 2018-12-20T15:47:36.15+0000 [APP/PROC/WEB/0]        at java.security.AccessController.doPrivileged(Native Method) 2018-12-20T15:47:36.15+0000 [APP/PROC/WEB/0]        at com.mendix.integration.util.PrivilegedUtil$.withPrivileged(PrivilegedUtil.scala:11) 2018-12-20T15:47:36.15+0000 [APP/PROC/WEB/0]        at com.mendix.http.LoggableHttpClient.execute(LoggableHttpClient.scala:18) 2018-12-20T15:47:36.15+0000 [APP/PROC/WEB/0]        at com.mendix.integration.actions.microflow.RestCallAction.$anonfun$executeRequest$2(RestCallAction.scala:61)
asked
1 answers
0

Hi,

I think this has something to do with the target service that is not responding or taking to long to respond on your api call.

According to https://hc.apache.org/httpcomponents-core-ga/httpcore/apidocs/org/apache/http/NoHttpResponseException.html it means: "Signals that the target server failed to respond with a valid HTTP response."

Perhaps you can contact the target side to figure out what happens on their end. 

Good luck.

Cheers,

Jeffrey

answered