zzps commented on issue #13518:
URL: https://github.com/apache/dubbo/issues/13518#issuecomment-1863887403

   > ```
   > | ERROR | 2023-12-20 12:05:28 | Log4j2Logger.java | error | 91 |  [DUBBO] 
Exception occurred while executing the 0 filter named RpcExceptionFilter., 
dubbo version: 3.2.10, current host: 192.168.1.4, error code: 2-19. This may be 
caused by the custom filter is abnormal, go to 
https://dubbo.apache.org/faq/2/19 to find instructions.  |
   > | ERROR | 2023-12-20 12:05:28 | Log4j2Logger.java | error | 91 |  [DUBBO] 
Got exception when trying to fetch the underlying result from AsyncRpcResult., 
dubbo version: 3.2.10, current host: 192.168.1.4, error code: 3-5. This may be 
caused by , go to https://dubbo.apache.org/faq/3/5 to find instructions.  |
   > | ERROR | 2023-12-20 12:05:28 | DirectJDKLog.java | log | 175 | 
Servlet.service() for servlet [dispatcherServlet] in context with path [] threw 
exception [Request processing failed: org.apache.dubbo.rpc.RpcException: 
java.util.concurrent.ExecutionException: 
org.apache.dubbo.rpc.StatusRpcException: INTERNAL : Deserialize response 
failed] with root cause |
   > java.lang.IllegalArgumentException: [Serialization Security] Serialized 
class tata.Son is not in allow list. Current mode is `STRICT`, will disallow to 
deserialize it by default. Please add it into security/serialize.allowlist or 
follow FAQ to configure it.
   >    at 
org.apache.dubbo.common.serialize.fastjson2.Fastjson2SecurityManager$Handler.apply(Fastjson2SecurityManager.java:143)
   >    at 
com.alibaba.fastjson2.reader.ObjectReaderBean.checkAutoType0(ObjectReaderBean.java:180)
   >    at 
com.alibaba.fastjson2.reader.ObjectReaderBean.checkAutoType(ObjectReaderBean.java:165)
   >    at com.alibaba.fastjson2.reader.ORG_3_1_Father.readJSONBObject(Unknown 
Source)
   >    at com.alibaba.fastjson2.JSONB.parseObject(JSONB.java:540)
   > ```
   > 
   > 你要多看点日志啊,
   > 
   > 关键的一句`Serialized class tata.Son is not in allow list. Current mode is 
`STRICT`, will disallow to deserialize it by default. Please add it into 
security/serialize.allowlist or follow FAQ to configure it.`
   
   3.2.5版本是另外的错误信息,我升级到3.2.10是这个错误信息,不过这也是dubbo使用的问题吧,就这个业务代码来说,不应该报错啊


-- 
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: notifications-unsubscr...@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org

Reply via email to