-1

I am getting this exception: COULD NOT ACCESS HTTP INVOKER REMOTE SERVICE AT [service URL]; nested exception is Java.net.SocketTimeOutException: Read Time out.

I need a solution for this. I went into the XML file to increase the readTimeout while that service URL is called but it says no such property

I am new to spring boot. Can someone please let me know the fix for it

3
  • stackoverflow.com/questions/17079273/… Might help Commented Oct 26, 2021 at 4:29
  • @karthikeyan thank you I will refer it Commented Oct 26, 2021 at 5:00
  • @karthikeyan Vaithimgam tried what said on other blog. It is not working . Plz could u help Commented Oct 26, 2021 at 14:47

1 Answer 1

0
  1. Change the read TIMEOUT allowed, typical TIMEOUT length is between 3000 - 7000 milliseconds (3 - 7 seconds)
    • time limit is not more than 5 minutes (no longer than 300000)
  2. You may also want to troubleshoot connection issues on your network, to ensure speed is optimized
Sign up to request clarification or add additional context in comments.

1 Comment

can you please tell me where to add the timeout?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.