最近在用CXF框架 服务端和客户端都是本机部署,最近经常出现问题,页面跳不了几次就会抛出异常:
org.apache.cxf.interceptor.Fault: Could not send Message.
Caused by: java.net.SocketTimeoutException: Read timed out
这两个异常,求大神指导一下,大概会因为什么问题抛出这个异常
read time out 读取超时,,
不是写了time out了吗
Caused by: java.net.SocketTimeoutException: Read timed out