cancel
Showing results for 
Search instead for 
Did you mean: 

Cis payment hystrix-SubscriptionAuthorizationGroupKey-3 [HystrixCommand] Error executing HystrixCommand [TimedOut] com.sun.jersey.api.client.ClientHandlerException: java.net.SocketTimeoutException: Read timed out

Former Member
0 Kudos

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,

-

Former Member
0 Kudos

can anybody help me on this ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

well I got the fix for this.. just wanted to share with you all.... I just added hybris.rest.client.httpclient.readTimeout=80000 and its working fine for me :)

Answers (2)

Answers (2)

Former Member
0 Kudos

Can you please help me the steps to generate war file or Any documentation ?

Former Member
0 Kudos

HI ,

Can you please help me the path where can I download CIS Payment server war file from wiki?

Cheers - Subbu

Former Member
0 Kudos

You have to create it by your own using maven and generated war file will be deployed in separate tomcat (not the hybris tomacat) running on ur system