-
1.go-client can not parse POJO in right way when java-server provide "Byte" as return
`panic: Failed to invoke the method getTuple in the service com.*******.TupleProvider. Tried 3 times of the provi…
-
我当前系统全部用的是dubbox-2.8.4,部分工程升级到dubbo-2.7之后,新版本客户端调用旧版服务端可以正常调用,旧版客户端调用新版服务报错,报错内容:
`Caused by: com.alibaba.dubbo.remoting.RemotingException: java.io.IOException: Unknown result flag, expect '0' '1' '2…
-
我记得以前会提示(网上找的):
```text
cause: java.lang.RuntimeException: Serialized class xxx must implement java.io.Serializable
```
现在没有了,v2.6.3~。
-
### Your question
出现这样的错误,对状态机有影响吗?需要做什么什么调整吗?
2019-11-12 18:19:02.372 ERROR leader [JRaft-NodeImpl-Disruptor-0]-c.a.s.jraft.util.LogExceptionHandler.handleEventException - Handle NodeImpl disrupt…
-
通过官方文档得知,dubbo协议的默认序列化方式为hessian2,或者说是hessian lite,它本身的序列化是不需要类去实现java.io.Serializable的,那么在dubbo开发中返回值或参数(自定义的引用类型),还需要实现java.io.Serializable吗,记得最初使用dubbo 2.5.10时,是会报错的,那么当前版本还需要吗?
-
如果定义的struct的属性不是以大写的英文开头,比如:
```go
type TestObjectStruct struct {
_value int
}
func (*TestObjectStruct) JavaClassName() string {
return "com.caucho.hessian.test.TestObject"
}
```
那么在反…
-
服务提供方和调用方都用的dubbo2.6.3进行rpc调用,服务提供方返回结果为 BizResult,调用方无法反序列化请求结果。调用方的fastjson版本为1.2.39,服务提供方的fastjson版本为1.2.39
(服务提供方的fastjson版本改为1.2.7以后调用方可以正常反序列化,换1.2.58版本也是同样的报错)Caused by: java.lang.ClassCastExc…
-
使用consul注册中心,能够注册:
![image](https://user-images.githubusercontent.com/3069043/63664596-cf499180-c7f9-11e9-8df3-78cc00757c14.png)
但是调用的时候抛出异常:
![image](https://user-images.githubusercontent.com/30…
-
- [ ] I have searched the [issues](https://github.com/apache/incubator-dubbo/issues) of this repository and believe that this is not a duplicate.
- [ ] I have checked the [FAQ](https://github.com/apa…
-
### Your question
```java
com.alipay.sofa.rpc.core.exception.SofaRpcException: com.alipay.remoting.exception.SerializationException: Serializer Not Found :"1"!
at com.alipay.sofa.rpc.transport.b…
uugit updated
5 years ago