com.alibaba.dubbo.remoting.TimeoutException: Waiting server-side response timeout by scan timer. start time: 2019-06-17 09:34:56.147, end time: 2019-06-17 09:34:57.148, client elapsed: 0 ms, server elapsed: 1001 ms, timeout: 1000 ms, request: Request [id=2, version=2.0.0, twoway=true, event=false, broken=false, data=RpcInvocation [methodName=insertUser, parameterTypes=[class com.bjsxt.pojo.Users], arguments=[com.bjsxt.pojo.Users@3061d847], attachments={path=com.bjsxt.dubbo.service.AddUsersService, interface=com.bjsxt.dubbo.service.AddUsersService, version=0.0.0}]], channel: /192.168.139.1:52322 -> /192.168.139.1:20880
老师,为什么会报越时异常?仔细检查过:端口号,jar包依赖。都没问题。在dubbo服务器中也有我对应的服务,错误出现在调用服务时找不到,就是我的consumer中调用时报越时。尝试过给对应服务添加timeout=15000也不行。