lichangan18356288293 commented on issue #12853:
URL: https://github.com/apache/dubbo/issues/12853#issuecomment-2753078003

   Caused by: com.alibaba.fastjson2.JSONException: auoType not support : 
com.jabqus.oas.project.project.exception.U9ProjectInvokeException, offset 173
        at 
com.alibaba.fastjson2.reader.ObjectReaderException.readJSONBObject(ObjectReaderException.java:368)
        at com.alibaba.fastjson2.JSONReaderJSONB.read(JSONReaderJSONB.java:266)
        at 
com.alibaba.fastjson2.reader.ObjectReaderException.readObject(ObjectReaderException.java:180)
        at 
com.alibaba.fastjson2.reader.ObjectReaderException.readJSONBObject(ObjectReaderException.java:375)
        at 
com.alibaba.fastjson2.reader.ObjectReaderException.readJSONBObject(ObjectReaderException.java:371)
        at com.alibaba.fastjson2.JSONReaderJSONB.read(JSONReaderJSONB.java:266)
        at 
com.alibaba.fastjson2.reader.ObjectReaderException.readObject(ObjectReaderException.java:180)
        at 
com.alibaba.fastjson2.reader.ObjectReaderException.readJSONBObject(ObjectReaderException.java:375)
        at 
com.alibaba.fastjson2.JSONReaderJSONB.readAnyObject(JSONReaderJSONB.java:1243)
        at com.alibaba.fastjson2.JSONB.parseObject(JSONB.java:536)
        at 
org.apache.dubbo.common.serialize.fastjson2.FastJson2ObjectInput.readObject(FastJson2ObjectInput.java:125)
        at 
org.apache.dubbo.common.serialize.fastjson2.FastJson2ObjectInput.readObject(FastJson2ObjectInput.java:103)
        at 
org.apache.dubbo.common.serialize.ObjectInput.readThrowable(ObjectInput.java:74)
        at 
org.apache.dubbo.common.serialize.DefaultSerializationExceptionWrapper$ProxyObjectInput.readThrowable(DefaultSerializationExceptionWrapper.java:184)
        ... 10 more
   
        at 
org.apache.dubbo.remoting.exchange.support.DefaultFuture.doReceived(DefaultFuture.java:249)
        at 
org.apache.dubbo.remoting.exchange.support.DefaultFuture.received(DefaultFuture.java:200)
        at 
org.apache.dubbo.remoting.exchange.support.DefaultFuture.received(DefaultFuture.java:188)
        at 
org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeHandler.handleResponse(HeaderExchangeHandler.java:65)
        at 
org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeHandler.received(HeaderExchangeHandler.java:206)
        at 
org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:53)
        at 
org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:62)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
        at 
org.apache.dubbo.common.threadlocal.InternalRunnable.run(InternalRunnable.java:41)
        ... 1 common frames omitted
   
   同样的报错dubbo异常设置只是警告还是报错
   # dubbo 配置
   dubbo:
     application:
       # 关闭qos端口避免单机多生产者端口冲突 如需使用自行开启
       qos-enable: false
       # 取消序列化检查
       serialize-check-status: WARN
   
   但是这个我抛这个异常的父类(也是自定义的异常)就不会触发这个反序列化异常


-- 
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