-
Notifications
You must be signed in to change notification settings - Fork 496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fieldName not support input type TYPED_ANY -110, offset 51 #1175
Comments
能帮忙提供更多信息么?比如报错的异常类?输入的byte[]是什么?我的微信号是 wenshaojin ,加微信单发我也可以 |
@HelloToGithub 我计划在下个周末发布2.0.25版本,如果在此之前没有重现并修复,就要到下个月的2.0.26版本了 |
您好 目前Dubbo社区正在跟进此问题 后续有相关需要您这边协助看的再跟您反馈。 |
报错时 JSONB.toJSONString(bytes) 信息 |
另外发现另外一个问题 详细查看 apache/dubbo#11775 |
https://oss.sonatype.org/content/repositories/snapshots/com/alibaba/fastjson2/fastjson2/2.0.26-SNAPSHOT/ |
请描述您的问题
询问有关本项目的使用和其他方面的相关问题。
Dubbo:3.1.7
fastjson2:2.0.23
dubbo serialization 配置为 fastjson2
调用Dubbo服务 内部异常之后 如空指针等 会报以下错误
com.alibaba.fastjson2.JSONException: fieldName not support input type TYPED_ANY -110, offset 51
at com.alibaba.fastjson2.JSONReaderJSONB.readFieldNameHashCode(JSONReaderJSONB.java:1302)
at com.alibaba.fastjson2.reader.ObjectReaderException.readObject(ObjectReaderException.java:143)
at com.alibaba.fastjson2.reader.ObjectReaderException.readJSONBObject(ObjectReaderException.java:360)
at com.alibaba.fastjson2.JSONReaderJSONB.read(JSONReaderJSONB.java:217)
at com.alibaba.fastjson2.reader.ObjectReaderException.readObject(ObjectReaderException.java:172)
at com.alibaba.fastjson2.reader.ObjectReaderException.readJSONBObject(ObjectReaderException.java:360)
at com.alibaba.fastjson2.JSONB.parseObject(JSONB.java:518)
at org.apache.dubbo.common.serialize.fastjson2.FastJson2ObjectInput.readObject(FastJson2ObjectInput.java:116)
at org.apache.dubbo.common.serialize.fastjson2.FastJson2ObjectInput.readObject(FastJson2ObjectInput.java:102)
The text was updated successfully, but these errors were encountered: