0

I am facing below issue while fetching data from Xero.

javax.ws.rs.ProcessingException:java.net.SocketTimeoutException: SocketTimeoutException invoking

https://api.xero.com/api.xro/2.0/Payments?page=1: connect timed out

I have below configuration for timeout parameters,

xeroConnectionTimeout = 60 sec

xeroReceiveTimeout = 300 sec
4
  • anyone to help here Commented Dec 18, 2023 at 12:18
  • Xero seems to have a strangely silent dev community... is your app returning this error when connected just to the demo company? Commented Dec 19, 2023 at 1:29
  • yes, but not a demo company. App is able to fetch data iteratively based on page but after some iterations it starts failing. Commented Dec 19, 2023 at 8:38
  • Interesting twist. Just thinking out loud ... Can you rule out API limit issues and non-existent page by altering timing and starting page... Commented Dec 19, 2023 at 12:06

0

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.