HelloToGithub opened a new issue, #11703:
URL: https://github.com/apache/dubbo/issues/11703

   <!-- If you need to report a security issue please visit 
https://github.com/apache/dubbo/security/policy -->
   
   - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) 
of this repository and believe that this is not a duplicate.
   
   ## Ask your question here
   Dubbo:3.1.7
   fastjson2:2.0.23
   
   dubbo serialization 配置为 fastjson2
   调用Dubbo服务 内部自定义错误 throw new的时候 报错
   
![image](https://user-images.githubusercontent.com/15622677/222335389-ce87be86-757a-47c9-9acd-c1341ea3862c.png)
   
![image](https://user-images.githubusercontent.com/15622677/222335414-17afd3b0-827f-4488-ba00-0f3219b2d781.png)
   
   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)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to