Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我收到很多关于“读取超时”的错误。
Caused by: org.apache.cxf.binding.soap.SoapFault: Read timed out
这个错误是在 yodlee 的服务器端吗?如何解决这个问题?
这是因为 API 需要更多时间。您可以通过将 Java System 参数设置为“-Dcom.yodlee.soap.client.read.timeout="time out in milli sec"不带引号来覆盖。请将其配置为60 秒,看看是否可以解决。
“-Dcom.yodlee.soap.client.read.timeout="time out in milli sec"
如果您使用的是 CXF,您可以通过修改客户端 http-conduit 文件的配置来控制客户端超时。