com.alibaba.dubbo.remoting.TimeoutException: Waiting server-side response timeout by scan timer.

com.alibaba.dubbo.remoting.TimeoutException: Waiting server-side response timeout by scan timer.

超时异常:等待服务响应超时。

出现这个问题的分析:

1,jar包依赖问题,没有成功引入依赖。

2,服务提供方打了断点,导致代码执行堵塞,响应超时。

3,服务端后台代码报错导致服务没有被成功调用(未得到服务响应结果),调用远程的方法失败(这个错误信息会报出来)。

4,服务提供端的端口号或id、name等字段与消费端的端口号冲突或其他异常,如:id、name不一致,未拿到服务的情况下考虑这个。

5,网络传输问题,网络 解析、响应时间过长,试着调整服务提供端与消费端的超时设置。timeout=12000;

本人问题解决:

1,服务提供端打了断点测试,导致服务提供端代码执行过程中阻塞,消费端等待响应超时。

2,jar包依赖问题,由于修改其他模块的代码后没有及时install,导致相关模块依赖出现问题。

 

 

Failed to invoke the method sendMessage in the service com.itbz.shopping_common.service.MessageService. Tried 3 times of the providers [192.168.66.10:20880] (1/1) from the registry 192.168.66.159:2181 on the consumer 192.168.119.1 using the dubbo version 2.7.8. Last error is: Invoke remote method timeout. method: sendMessage, provider: dubbo://192.168.66.10:20880/com.itbz.shopping_common.service.MessageService?anyhost=true&application=shopping_user_customer_api&check=false&deprecated=false&dubbo=2.0.2&dynamic=true&generic=false&init=false&interface=com.itbz.shopping_common.service.MessageService&metadata-type=remote&methods=sendMessage&pid=2912&qos.enable=false&register.ip=192.168.119.1&release=2.7.8&remote.application=shopping_message_service&side=consumer&sticky=false&timestamp=1689070199503, cause: org.apache.dubbo.remoting.TimeoutException: Waiting server-side response timeout by scan timer. start time: 2023-07-11 18:12:40.651, end time: 2023-07-11 18:12:41.662, client elapsed: 1 ms, server elapsed: 1010 ms, timeout: 1000 ms, request: Request [id=2, version=2.0.2, twoway=true, event=false, broken=false, data=RpcInvocation [methodName=sendMessage, parameterTypes=[class java.lang.String, class java.lang.String], arguments=[185909224615, 9527], attachments={path=com.itbz.shopping_common.service.MessageService, remote.application=shopping_user_customer_api, interface=com.itbz.shopping_common.service.MessageService, version=0.0.0}]], channel: /192.168.66.10:63073 -> /192.168.66.10:20880
07-12
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值