You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "yangchangqu (via GitHub)" <gi...@apache.org> on 2023/04/21 08:30:35 UTC

[GitHub] [dubbo] yangchangqu opened a new issue, #12160: Serialize response failed

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

   在压力测试下会出现这个序列化错误,这个属于dubbo内部错误,不知道怎么解决,难道其他人没有这个问题吗?
   
   org.apache.dubbo.rpc.StatusRpcException: INTERNAL : Serialize response failed
   java.lang.RuntimeException: Serialized class org.apache.dubbo.rpc.TriRpcStatus must implement java.io.Serializable
    Java field: private final org.apache.dubbo.rpc.TriRpcStatus org.apache.dubbo.rpc.StatusRpcException.status
   	at com.alibaba.com.caucho.hessian.io.JavaSerializer$FieldSerializer.serialize(JavaSerializer.java:304)
   	at com.alibaba.com.caucho.hessian.io.JavaSerializer.writeInstance(JavaSerializer.java:284)
   	at com.alibaba.com.caucho.hessian.io.JavaSerializer.writeObject(JavaSerializer.java:251)
   	at com.alibaba.com.caucho.hessian.io.ThrowableSerializer.writeObject(ThrowableSerializer.java:68)
   
   	at org.apache.dubbo.rpc.TriRpcStatus.asException(TriRpcStatus.java:214) ~[dubbo-3.2.0-beta.3.jar:3.2.0-beta.3]
   	at org.apache.dubbo.rpc.protocol.tri.call.UnaryClientCallListener.onClose(UnaryClientCallListener.java:51) ~[dubbo-3.2.0-beta.3.jar:3.2.0-beta.3]
   	at org.apache.dubbo.rpc.protocol.tri.call.TripleClientCall.onComplete(TripleClientCall.java:127) ~[dubbo-3.2.0-beta.3.jar:3.2.0-beta.3]
   	at org.apache.dubbo.rpc.protocol.tri.stream.TripleClientStream$ClientTransportListener.finishProcess(TripleClientStream.java:241) ~[dubbo-3.2.0-beta.3.jar:3.2.0-beta.3]
   	at org.apache.dubbo.rpc.protocol.tri.stream.TripleClientStream$ClientTransportListener$1.close(TripleClientStream.java:323) ~[dubbo-3.2.0-beta.3.jar:3.2.0-beta.3]
   	at org.apache.dubbo.rpc.protocol.tri.frame.TriDecoder.deliver(TriDecoder.java:102) ~[dubbo-3.2.0-beta.3.jar:3.2.0-beta.3]
   	at org.apache.dubbo.rpc.protocol.tri.frame.TriDecoder.close(TriDecoder.java:68) ~[dubbo-3.2.0-beta.3.jar:3.2.0-beta.3]
   	at org.apache.dubbo.rpc.protocol.tri.stream.TripleClientStream$ClientTransportListener.onTrailersReceived(TripleClientStream.java:343) ~[dubbo-3.2.0-beta.3.jar:3.2.0-beta.3]
   	at org.apache.dubbo.rpc.protocol.tri.stream.TripleClientStream$ClientTransportListener.lambda$onHeader$1(TripleClientStream.java:388) ~[dubbo-3.2.0-beta.3.jar:3.2.0-beta.3]
   	at org.apache.dubbo.common.threadpool.serial.SerializingExecutor.run(SerializingExecutor.java:102) ~[dubbo-3.2.0-beta.3.jar:3.2.0-beta.3]
   	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_201]
   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_201]
   	at org.apache.dubbo.common.threadlocal.InternalRunnable.run(InternalRunnable.java:41) ~[dubbo-3.2.0-beta.3.jar:3.2.0-beta.3]
   	at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_201]


-- 
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-unsubscribe@dubbo.apache.org.apache.org

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


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


[GitHub] [dubbo] EarthChen commented on issue #12160: Serialize response failed

Posted by "EarthChen (via GitHub)" <gi...@apache.org>.
EarthChen commented on issue #12160:
URL: https://github.com/apache/dubbo/issues/12160#issuecomment-1517479205

   升级3.2.0 正式版试试


-- 
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-unsubscribe@dubbo.apache.org

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


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