坑之:Waiting server-side response timeout

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

使用dubbo调用thrift的时候出现如下异常:


这里写图片描述

消费端和服务端都没有更具体的报错

原来怀疑是配置问题,因为在同样的工程中用dubbo协议调用服务就是正常的,而用thrift协议调用就会报错

调用配置如下


<dubbo:protocol name="dubbo" />
<dubbo:reference id="userQueryService" interface="service.UserQueryService" />

<dubbo:protocol name="thrift" />
<dubbo:reference id="thriftUserQueryService" interface="service.thrift.UserQueryService$Iface" />
但反复检查还是没发现问题。最后拿出dubbo自己的thrift例子重新建工程测试结果还是一样的报错,但是在dubbo工程中直接运行他的例子是可以调用通的。

初步怀疑是缺少依赖包导致。把怀疑的包一个一个的加上试验,最终发现加了slf4j的包后就正常了:
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-log4j12</artifactId>
            <version>1.5.8</version>
        </dependency>

####但报错却是:” Caused by: com.alibaba.dubbo.remoting.TimeoutException: Waiting server-side response timeout.”这太坑了~~~

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
评论 5
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值