6-9 - 序列号ID存在重复
可能的原因
- 返回了一个空对象。
- 自定义序列号类,
org.apache.dubbo.common.serialize.Serialization#getContentTypeId
与系统内置存在重复, 此时在加载时,以首个加载到的SPI 实例为准。其他项将跳过。
排查和解决步骤
- 检查返回结果。
- 内置值可参考类
org.apache.dubbo.common.serialize.Constants
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
最后修改 December 5, 2022: Add error code 6-1 ~ 6-16 (#1625) (41dd53ac3)