spring dubbo 报错

本文探讨了在使用Dubbo框架时遇到的RPC异常问题,详细分析了错误信息,指出对象ProductSaveDTO未实现Serializable接口导致的问题,并提出了在Controller和服务层中添加序列化实现的解决方案。

org.apache.dubbo.rpc.RpcException: Failed to invoke the method saveOne
in the service fun.chanvo.service.ITbProductService. Tried 3 times of
the providers [192.168.0.209:20880] (1/1) from the registry
on the consumer 192.168.0.209 using the dubbo version 2.7.3. Last error is: Failed to invoke remote method: saveOne,
provider:
dubbo://192.168.0.209:20880/fun.chanvo.service.ITbProductService?anyhost=true&application=manager-web&bean.name=ServiceBean:fun.chanvo.service.ITbProductService:1.0&check=false&deprecated=false&dubbo=2.0.2&dynamic=true&generic=false&interface=fun.chanvo.service.ITbProductService&lazy=false&methods=removeById,lambdaQuery,save,removeByMap,saveOne,update,getObj,saveOrUpdateBatch,remove,queryList,listByIds,getBaseMapper,removeByIds,lambdaUpdate,updateBatchById,saveOrUpdate,listMaps,saveBatch,query,count,listObjs,list,getMap,updateById,pageMaps,listByMap,getById,getOne,page&pid=820&qos.enable=false&register=true&register.ip=192.168.0.209&release=2.7.3&remote.application=manager-service&revision=1.0&side=consumer&sticky=false&timeout=3000&timestamp=1574042541981&version=1.0,
cause: org.apache.dubbo.remoting.RemotingException:
io.netty.handler.codec.EncoderException:
java.lang.IllegalStateException: Serialized class
fun.chanvo.domain.dto.product.ProductSaveDTO must implement
java.io.Serializable io.netty.handler.codec.EncoderException:
java.lang.IllegalStateException: Serialized class
fun.chanvo.domain.dto.product.ProductSaveDTO must implement
java.io.Serializable

如异常所说 给controller及service中传递的对象加上 implements Serializable
在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值