请复制并粘贴任何相关的日志输出。
org.apache.dubbo.rpc.RpcException: Failed to invoke remote method: getMetadataInfo, provider: dubbo://172.25.171.133:8001/org.apache.dubbo.metadata.MetadataService?connections=1&corethreads=2&dubbo=2.0.2&group=dubbo-provider&port=8001&prefer.serialization=fastjson2,hessian2&protocol=dubbo&release=3.2.0&retries=0&side=provider&threadpool=cached&threads=100&timeout=5000&version=1.0.0, cause: org.apache.dubbo.remoting.RemotingException: com.alibaba.fastjson2.JSONException: autoType not support input javax.validation.NoProviderFoundException
com.alibaba.fastjson2.JSONException: autoType not support input javax.validation.NoProviderFoundException
at com.alibaba.fastjson2.JSONReaderJSONB.checkAutoType(JSONReaderJSONB.java:1200)
at com.alibaba.fastjson2.JSONB.parseObject(JSONB.java:527)
at org.apache.dubbo.common.serialize.fastjson2.FastJson2ObjectInput.readObject(FastJson2ObjectInput.java:118)
at org.apache.dubbo.common.serialize.fastjson2.FastJson2ObjectInput.readObject(FastJson2ObjectInput.java:103)
at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:74)
问题描述
简要描述您碰到的问题。
一个参数和返回值都为String的dubbo接口,确序列化出错了 autoType not support input javax.validation.NoProviderFoundException
环境信息
请填写以下信息:
重现步骤
如何操作可以重现该问题: dubbo调用 必现
xxx.xxx
方法...
数据...
错误期待的正确结果
对您期望发生的结果进行清晰简洁的描述。
相关日志输出
请复制并粘贴任何相关的日志输出。 org.apache.dubbo.rpc.RpcException: Failed to invoke remote method: getMetadataInfo, provider: dubbo://172.25.171.133:8001/org.apache.dubbo.metadata.MetadataService?connections=1&corethreads=2&dubbo=2.0.2&group=dubbo-provider&port=8001&prefer.serialization=fastjson2,hessian2&protocol=dubbo&release=3.2.0&retries=0&side=provider&threadpool=cached&threads=100&timeout=5000&version=1.0.0, cause: org.apache.dubbo.remoting.RemotingException: com.alibaba.fastjson2.JSONException: autoType not support input javax.validation.NoProviderFoundException com.alibaba.fastjson2.JSONException: autoType not support input javax.validation.NoProviderFoundException at com.alibaba.fastjson2.JSONReaderJSONB.checkAutoType(JSONReaderJSONB.java:1200) at com.alibaba.fastjson2.JSONB.parseObject(JSONB.java:527) at org.apache.dubbo.common.serialize.fastjson2.FastJson2ObjectInput.readObject(FastJson2ObjectInput.java:118) at org.apache.dubbo.common.serialize.fastjson2.FastJson2ObjectInput.readObject(FastJson2ObjectInput.java:103) at org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:74)
附加信息
如果你还有其他需要提供的信息,可以在这里填写(可以提供截图、视频等)。