Hi , I am getting request time out error while calling cis payment service ,
Request flow is like :
hybris server >>> cis payment service >>> 3rd party call (Braspag payment service)
I have checked cis payment tomcat log, request call is successful, I can see response printed on tomcat log and it is taking time of 35 secs for respond.
I tried my code by changing configuration cispayment.subscriptionAuthorization.threadTimeout=220000
still it is giving below error :
enter code hereINFO | jvm 1 | main | 2015/03/13 16:13:45.788 | DEBUG [hybrisHTTP35] [RequestLoggerFilter] sP [/checkout/multi/summary/placeOrder] [] 5.529 s
INFO | jvm 1 | main | 2015/03/13 16:14:00.548 | ERROR [hystrix-SubscriptionAuthorizationGroupKey-3] [HystrixCommand] Error executing HystrixCommand [TimedOut]
INFO | jvm 1 | main | 2015/03/13 16:14:00.548 | com.sun.jersey.api.client.ClientHandlerException: java.net.SocketTimeoutException: Read timed out
INFO | jvm 1 | main | 2015/03/13 16:14:00.548 | at com.sun.jersey.client.apache.DefaultApacheHttpMethodExecutor.executeMethod(DefaultApacheHttpMethodExecutor.java:213)
Please suggest me any solution for this.
Thanks in advance,
-