ximingren opened a new issue #8507:
URL: https://github.com/apache/dubbo/issues/8507


   - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) 
of this repository and believe that this is not a duplicate.
   - [ ] I have checked the 
[FAQ](https://github.com/apache/dubbo/blob/master/FAQ.md) of this repository 
and believe that this is not a duplicate.
   
   ### Environment
   
   * Dubbo version: 2.6.10
   * Operating System version: windows 10
   * Java version: 1.6
   * kryo-shaded version:4.0.0
   * kryo-serializers version:0.45
   
   ### Steps to reproduce this issue
   
   1. 
provider端使用kryo序列化,provider端返回Exception对象,且该对象调用了getStackTrace方法,使得Exception的stackTrace变量值不为空
   2. consumer消费,在进行序列化Exception对象时报错,报错信息:java.io.IOException: 
com.esotericsoftware.kryo.KryoException: Class cannot be created missing no-arg 
constructor): java.lang.StackTraceElement  Serialization trace:stackTrace 
   
   
   Pls. provide [GitHub address] to reproduce this issue.
   
   ### Expected Result
   
   What do you expected from the above steps?
   consumer能正常接收到返回结果
   ### Actual Result
   
   What actually happens?
   在consumer端发生序列化报错
   If there is an exception, please attach the exception trace:
   java.io.IOException: com.esotericsoftware.kryo.KryoException: Class cannot 
be created missing no-arg constructor): java.lang.StackTraceElement  
Serialization trace:stackTrace 
   ```
   Just put your stack trace here!
   ```
   


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