Replies: 1 comment
-
This is the issue of kryo |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-check
Apache Dubbo Component
Java SDK (apache/dubbo)
Details
dubbo3.2.17 use kyro Serialization , in the dto ,defined a HashMap attribute
provider的 prefer-serialization: kryo,hessian2
maven import
org.apache.dubbo.extensions
dubbo-serialization-kryo
3.2.0
com.esotericsoftware
kryo
5.6.2
de.javakaffee
kryo-serializers
0.45
error is:
java.io.IOException: com.esotericsoftware.kryo.KryoException: Class cannot be created (non-static member class): java.util.HashMap$KeySet
Serialization trace:
paramMap (com.proper.base.bpm.api.workflow.dto.BpmProcessStartDTO)
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions