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

   ### Pre-check
   
   - [X] I am sure that all the content I provide is in English.
   
   
   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Apache Dubbo Component
   
   Java SDK (apache/dubbo)
   
   ### Dubbo Version
   
   Dubbo Java 3.2.14
   
   ### Steps to reproduce this issue
   
   2024-08-02 15:24:22.853  WARN 27660 --- [erverWorker-3-7] 
o.a.d.r.p.dubbo.DecodeableRpcInvocation  :  [DUBBO] Decode rpc invocation 
failed: org.apache.dubbo.common.serialize.SerializationException: 
com.alibaba.fastjson2.JSONException: create instance error class 
java.util.RandomAccessSubList, offset 33, dubbo version: 3.2.14, current host: 
10.40.2.10, error code: 4-20. This may be caused by , go to 
https://dubbo.apache.org/faq/4/20 to find instructions. 
   
   java.io.IOException: 
org.apache.dubbo.common.serialize.SerializationException: 
com.alibaba.fastjson2.JSONException: create instance error class 
java.util.RandomAccessSubList, offset 33
        at 
org.apache.dubbo.common.serialize.DefaultSerializationExceptionWrapper.handleToIOException(DefaultSerializationExceptionWrapper.java:353)
 ~[dubbo-3.2.14.jar:3.2.14]
        at 
org.apache.dubbo.common.serialize.DefaultSerializationExceptionWrapper.access$000(DefaultSerializationExceptionWrapper.java:27)
 ~[dubbo-3.2.14.jar:3.2.14]
        at 
org.apache.dubbo.common.serialize.DefaultSerializationExceptionWrapper$ProxyObjectInput.readObject(DefaultSerializationExceptionWrapper.java:163)
 ~[dubbo-3.2.14.jar:3.2.14]
        at 
org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcInvocation.drawArgs(DecodeableRpcInvocation.java:272)
 ~[dubbo-3.2.14.jar:3.2.14]
        at 
org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcInvocation.decode(DecodeableRpcInvocation.java:173)
 ~[dubbo-3.2.14.jar:3.2.14]
        at 
org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcInvocation.decode(DecodeableRpcInvocation.java:105)
 ~[dubbo-3.2.14.jar:3.2.14]
        at 
org.apache.dubbo.rpc.protocol.dubbo.DubboCodec.decodeBody(DubboCodec.java:199) 
[dubbo-3.2.14.jar:3.2.14]
        at 
org.apache.dubbo.remoting.exchange.codec.ExchangeCodec.decode(ExchangeCodec.java:137)
 [dubbo-3.2.14.jar:3.2.14]
        at 
org.apache.dubbo.remoting.exchange.codec.ExchangeCodec.decode(ExchangeCodec.java:92)
 [dubbo-3.2.14.jar:3.2.14]
        at 
org.apache.dubbo.rpc.protocol.dubbo.DubboCountCodec.decode(DubboCountCodec.java:59)
 [dubbo-3.2.14.jar:3.2.14]
        at 
org.apache.dubbo.remoting.transport.netty4.NettyCodecAdapter$InternalDecoder.decode(NettyCodecAdapter.java:103)
 [dubbo-3.2.14.jar:3.2.14]
        at 
io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:501)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:440)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:276)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.handler.codec.ByteToMessageDecoder.handlerRemoved(ByteToMessageDecoder.java:253)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:508)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:440)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:276)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:714) 
[netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:650)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:576) 
[netty-all-4.1.52.Final.jar:4.1.52.Final]
        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493) 
[netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) 
[netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at java.lang.Thread.run(Thread.java:748) [na:1.8.0_161]
   Caused by: org.apache.dubbo.common.serialize.SerializationException: 
com.alibaba.fastjson2.JSONException: create instance error class 
java.util.RandomAccessSubList, offset 33
        ... 37 common frames omitted
   Caused by: com.alibaba.fastjson2.JSONException: create instance error class 
java.util.RandomAccessSubList, offset 33
        at 
com.alibaba.fastjson2.reader.ObjectReaderImplList.readJSONBObject(ObjectReaderImplList.java:532)
 ~[fastjson2-2.0.51.jar:na]
        at com.alibaba.fastjson2.JSONB.parseObject(JSONB.java:591) 
~[fastjson2-2.0.51.jar:na]
        at 
org.apache.dubbo.common.serialize.fastjson2.FastJson2ObjectInput.readObject(FastJson2ObjectInput.java:132)
 ~[dubbo-3.2.14.jar:3.2.14]
        at 
org.apache.dubbo.common.serialize.DefaultSerializationExceptionWrapper$ProxyObjectInput.readObject(DefaultSerializationExceptionWrapper.java:161)
 ~[dubbo-3.2.14.jar:3.2.14]
        ... 34 common frames omitted
   Caused by: java.lang.InstantiationException: java.util.RandomAccessSubList
        at java.lang.Class.newInstance(Class.java:427) ~[na:1.8.0_161]
        at 
com.alibaba.fastjson2.reader.ObjectReaderImplList.readJSONBObject(ObjectReaderImplList.java:530)
 ~[fastjson2-2.0.51.jar:na]
        ... 37 common frames omitted
   Caused by: java.lang.NoSuchMethodException: 
java.util.RandomAccessSubList.<init>()
        at java.lang.Class.getConstructor0(Class.java:3082) ~[na:1.8.0_161]
        at java.lang.Class.newInstance(Class.java:412) ~[na:1.8.0_161]
        ... 38 common frames omitted
   
   2024-08-02 15:24:22.856  WARN 27660 --- [erverWorker-3-7] 
o.a.d.r.p.dubbo.DecodeableRpcInvocation  :  [DUBBO] Decode rpc invocation 
failed: org.apache.dubbo.common.serialize.SerializationException: 
com.alibaba.fastjson2.JSONException: create instance error class 
java.util.RandomAccessSubList, offset 33, dubbo version: 3.2.14, current host: 
10.40.2.10, error code: 4-20. This may be caused by , go to 
https://dubbo.apache.org/faq/4/20 to find instructions. 
   
   java.io.IOException: 
org.apache.dubbo.common.serialize.SerializationException: 
com.alibaba.fastjson2.JSONException: create instance error class 
java.util.RandomAccessSubList, offset 33
        at 
org.apache.dubbo.common.serialize.DefaultSerializationExceptionWrapper.handleToIOException(DefaultSerializationExceptionWrapper.java:353)
 ~[dubbo-3.2.14.jar:3.2.14]
        at 
org.apache.dubbo.common.serialize.DefaultSerializationExceptionWrapper.access$000(DefaultSerializationExceptionWrapper.java:27)
 ~[dubbo-3.2.14.jar:3.2.14]
        at 
org.apache.dubbo.common.serialize.DefaultSerializationExceptionWrapper$ProxyObjectInput.readObject(DefaultSerializationExceptionWrapper.java:163)
 ~[dubbo-3.2.14.jar:3.2.14]
        at 
org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcInvocation.drawArgs(DecodeableRpcInvocation.java:272)
 ~[dubbo-3.2.14.jar:3.2.14]
        at 
org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcInvocation.decode(DecodeableRpcInvocation.java:173)
 ~[dubbo-3.2.14.jar:3.2.14]
        at 
org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcInvocation.decode(DecodeableRpcInvocation.java:105)
 ~[dubbo-3.2.14.jar:3.2.14]
        at 
org.apache.dubbo.rpc.protocol.dubbo.DubboCodec.decodeBody(DubboCodec.java:199) 
[dubbo-3.2.14.jar:3.2.14]
        at 
org.apache.dubbo.remoting.exchange.codec.ExchangeCodec.decode(ExchangeCodec.java:137)
 [dubbo-3.2.14.jar:3.2.14]
        at 
org.apache.dubbo.remoting.exchange.codec.ExchangeCodec.decode(ExchangeCodec.java:92)
 [dubbo-3.2.14.jar:3.2.14]
        at 
org.apache.dubbo.rpc.protocol.dubbo.DubboCountCodec.decode(DubboCountCodec.java:59)
 [dubbo-3.2.14.jar:3.2.14]
        at 
org.apache.dubbo.remoting.transport.netty4.NettyCodecAdapter$InternalDecoder.decode(NettyCodecAdapter.java:103)
 [dubbo-3.2.14.jar:3.2.14]
        at 
io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:501)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:440)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:276)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:714) 
[netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:650)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:576) 
[netty-all-4.1.52.Final.jar:4.1.52.Final]
        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493) 
[netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) 
[netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at java.lang.Thread.run(Thread.java:748) [na:1.8.0_161]
   Caused by: org.apache.dubbo.common.serialize.SerializationException: 
com.alibaba.fastjson2.JSONException: create instance error class 
java.util.RandomAccessSubList, offset 33
        ... 30 common frames omitted
   Caused by: com.alibaba.fastjson2.JSONException: create instance error class 
java.util.RandomAccessSubList, offset 33
        at 
com.alibaba.fastjson2.reader.ObjectReaderImplList.readJSONBObject(ObjectReaderImplList.java:532)
 ~[fastjson2-2.0.51.jar:na]
        at com.alibaba.fastjson2.JSONB.parseObject(JSONB.java:591) 
~[fastjson2-2.0.51.jar:na]
        at 
org.apache.dubbo.common.serialize.fastjson2.FastJson2ObjectInput.readObject(FastJson2ObjectInput.java:132)
 ~[dubbo-3.2.14.jar:3.2.14]
        at 
org.apache.dubbo.common.serialize.DefaultSerializationExceptionWrapper$ProxyObjectInput.readObject(DefaultSerializationExceptionWrapper.java:161)
 ~[dubbo-3.2.14.jar:3.2.14]
        ... 27 common frames omitted
   Caused by: java.lang.InstantiationException: java.util.RandomAccessSubList
        at java.lang.Class.newInstance(Class.java:427) ~[na:1.8.0_161]
        at 
com.alibaba.fastjson2.reader.ObjectReaderImplList.readJSONBObject(ObjectReaderImplList.java:530)
 ~[fastjson2-2.0.51.jar:na]
        ... 30 common frames omitted
   Caused by: java.lang.NoSuchMethodException: 
java.util.RandomAccessSubList.<init>()
        at java.lang.Class.getConstructor0(Class.java:3082) ~[na:1.8.0_161]
        at java.lang.Class.newInstance(Class.java:412) ~[na:1.8.0_161]
        ... 31 common frames omitted
   
   2024-08-02 15:24:22.860  WARN 27660 --- [erverWorker-3-7] 
o.a.d.r.p.dubbo.DecodeableRpcInvocation  :  [DUBBO] Decode rpc invocation 
failed: org.apache.dubbo.common.serialize.SerializationException: 
com.alibaba.fastjson2.JSONException: create instance error class 
java.util.RandomAccessSubList, offset 33, dubbo version: 3.2.14, current host: 
10.40.2.10, error code: 4-20. This may be caused by , go to 
https://dubbo.apache.org/faq/4/20 to find instructions. 
   
   java.io.IOException: 
org.apache.dubbo.common.serialize.SerializationException: 
com.alibaba.fastjson2.JSONException: create instance error class 
java.util.RandomAccessSubList, offset 33
        at 
org.apache.dubbo.common.serialize.DefaultSerializationExceptionWrapper.handleToIOException(DefaultSerializationExceptionWrapper.java:353)
 ~[dubbo-3.2.14.jar:3.2.14]
        at 
org.apache.dubbo.common.serialize.DefaultSerializationExceptionWrapper.access$000(DefaultSerializationExceptionWrapper.java:27)
 ~[dubbo-3.2.14.jar:3.2.14]
        at 
org.apache.dubbo.common.serialize.DefaultSerializationExceptionWrapper$ProxyObjectInput.readObject(DefaultSerializationExceptionWrapper.java:163)
 ~[dubbo-3.2.14.jar:3.2.14]
        at 
org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcInvocation.drawArgs(DecodeableRpcInvocation.java:272)
 ~[dubbo-3.2.14.jar:3.2.14]
        at 
org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcInvocation.decode(DecodeableRpcInvocation.java:173)
 ~[dubbo-3.2.14.jar:3.2.14]
        at 
org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcInvocation.decode(DecodeableRpcInvocation.java:105)
 ~[dubbo-3.2.14.jar:3.2.14]
        at 
org.apache.dubbo.rpc.protocol.dubbo.DubboCodec.decodeBody(DubboCodec.java:199) 
[dubbo-3.2.14.jar:3.2.14]
        at 
org.apache.dubbo.remoting.exchange.codec.ExchangeCodec.decode(ExchangeCodec.java:137)
 [dubbo-3.2.14.jar:3.2.14]
        at 
org.apache.dubbo.remoting.exchange.codec.ExchangeCodec.decode(ExchangeCodec.java:92)
 [dubbo-3.2.14.jar:3.2.14]
        at 
org.apache.dubbo.rpc.protocol.dubbo.DubboCountCodec.decode(DubboCountCodec.java:59)
 [dubbo-3.2.14.jar:3.2.14]
        at 
org.apache.dubbo.remoting.transport.netty4.NettyCodecAdapter$InternalDecoder.decode(NettyCodecAdapter.java:103)
 [dubbo-3.2.14.jar:3.2.14]
        at 
io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:501)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:440)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:276)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:714) 
[netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:650)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:576) 
[netty-all-4.1.52.Final.jar:4.1.52.Final]
        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493) 
[netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) 
[netty-all-4.1.52.Final.jar:4.1.52.Final]
        at 
io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
 [netty-all-4.1.52.Final.jar:4.1.52.Final]
        at java.lang.Thread.run(Thread.java:748) [na:1.8.0_161]
   Caused by: org.apache.dubbo.common.serialize.SerializationException: 
com.alibaba.fastjson2.JSONException: create instance error class 
java.util.RandomAccessSubList, offset 33
        ... 30 common frames omitted
   Caused by: com.alibaba.fastjson2.JSONException: create instance error class 
java.util.RandomAccessSubList, offset 33
        at 
com.alibaba.fastjson2.reader.ObjectReaderImplList.readJSONBObject(ObjectReaderImplList.java:532)
 ~[fastjson2-2.0.51.jar:na]
        at com.alibaba.fastjson2.JSONB.parseObject(JSONB.java:591) 
~[fastjson2-2.0.51.jar:na]
        at 
org.apache.dubbo.common.serialize.fastjson2.FastJson2ObjectInput.readObject(FastJson2ObjectInput.java:132)
 ~[dubbo-3.2.14.jar:3.2.14]
        at 
org.apache.dubbo.common.serialize.DefaultSerializationExceptionWrapper$ProxyObjectInput.readObject(DefaultSerializationExceptionWrapper.java:161)
 ~[dubbo-3.2.14.jar:3.2.14]
        ... 27 common frames omitted
   Caused by: java.lang.InstantiationException: java.util.RandomAccessSubList
        at java.lang.Class.newInstance(Class.java:427) ~[na:1.8.0_161]
        at 
com.alibaba.fastjson2.reader.ObjectReaderImplList.readJSONBObject(ObjectReaderImplList.java:530)
 ~[fastjson2-2.0.51.jar:na]
        ... 30 common frames omitted
   Caused by: java.lang.NoSuchMethodException: 
java.util.RandomAccessSubList.<init>()
        at java.lang.Class.getConstructor0(Class.java:3082) ~[na:1.8.0_161]
        at java.lang.Class.newInstance(Class.java:412) ~[na:1.8.0_161]
        ... 31 common frames omitted
   
   
   
   ### What you expected to happen
   
   No abnormality
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request to fix on your own?
   
   - [ ] Yes I am willing to submit a pull request on my own!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


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