HTTPBuilder Gateway Time-Out error

sahere December 21, 2019

Hi all,

I have a groovy scriptrunner script which uses httpbuilder to send SMS. I used this script many times and worked correctly. but, today, running the script leads to following error.

Could you please advise me about this? any help will be so appreciated

 

2019-12-21 14:31:22,636 ERROR [workflow.ScriptWorkflowFunction]: *************************************************************************************
2019-12-21 14:31:22,639 ERROR [workflow.ScriptWorkflowFunction]: Script function failed on issue: Test-248, actionId: 1, file: <inline script>
groovyx.net.http.HttpResponseException: Gateway Time-out
	at groovyx.net.http.HTTPBuilder.defaultFailureHandler(HTTPBuilder.java:651)
	at groovyx.net.http.HTTPBuilder$1.handleResponse(HTTPBuilder.java:503)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:223)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:165)
	at groovyx.net.http.HTTPBuilder.doRequest(HTTPBuilder.java:515)
	at groovyx.net.http.HTTPBuilder.doRequest(HTTPBuilder.java:434)
	at groovyx.net.http.HTTPBuilder.request(HTTPBuilder.java:366)
	at groovyx.net.http.HTTPBuilder$request.call(Unknown Source)
	at Script7126.run(Script7126.groovy:114).  

 

1 answer

1 accepted

0 votes
Answer accepted
Andrew
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 21, 2019

Hi @sahere ,

Maybe it is time-out from SMS service? Could You check SMS service by send request by hand?

B.R.

sahere December 24, 2019

hi, many thanks for your reply. it seems that SMS service faced problem at that time. many thanks

Suggest an answer

Log in or Sign up to answer