cancel
Showing results for 
Search instead for 
Did you mean: 

SAP CPI HTTP Post java.util.concurrent.TimeoutException: Request timeout - Integration Suite

ChadiMohamed
Explorer
2,168

I am facing a strange issue when I am trying to use HTTP receiver to POST to Rest API, when I am using a timer with constant body in content modifier it is working fine but when I changed the time to HTTPS sender and used Postman to send the body I am receiving TimeoutException although everything is the same for HTTP Adapter.

Error
"com.sap.it.rt.adapter.http.api.exception.HttpResponseException: An internal server error occured: Request timeout to url/url:port after 60000 ms. The MPL ID for the failed message is : xxxxxx For more details please check tail log."

Error Iflow

working Iflow

View Entire Topic
PriyankaChak
Active Contributor
0 Kudos

Hi,

Please increase the timeout value in receiver adapter and check if it works.

Regards,

Priyanka

ChadiMohamed
Explorer
0 Kudos

Hi Priyanka,
Thanks for the reply but in the working scenario is completed within 600 millisecond while in the failed scenario the timeout was already increased to 12000 millisecond and it fails again with same error.