dubbox icon indicating copy to clipboard operation
dubbox copied to clipboard

dubbo测试callback报错

Open jinkelazzz opened this issue 5 years ago • 0 comments

按照callback例子写的,消费端调用时报Exception in thread "main" com.alibaba.dubbo.rpc.RpcException Caused by: com.alibaba.dubbo.remoting.RemotingException: Fail to decode request due to: RpcInvocation [methodName=addListener, parameterTypes=[class java.lang.String, interface api.callback.CallbackListener], arguments=null, attachments={path=com.csc.microServe.api.callback.CallbackService, input=763, name=org.jeecg.Test, dubbo=2.8.4, version=0.0.0}] c.alibaba.com.caucho.hessian.io.SerializerFactory:528 - Hessian/Burlap: 'org.jeecg.modules.order.service.impl.CallbackListenerImpl' is an unknown class in sun.misc.Launcher$AppClassLoader@18b4aac2: 服务端报这个错。可是CallbackListenerImpl就是dubbo CallbackListener的接口实现

jinkelazzz avatar Feb 03 '21 03:02 jinkelazzz