Netty ObjectDecoder throws java.io.StreamCorruptedException: Unexpected end of block data - Revisited

I raised this issue in January (thread Netty ObjectDecoder throws java.io.StreamCorruptedException: unexpected end of block data ) but got lateral tracking and recently returned to the problem.

Either the ObjectDecoder breaks, or I have an object that causes the ObjectDecoder to break when running under Oracles Java 1.7.0_03. Throwing back to run on JVM 1.6.0_31 and everything works fine. I can see this behavior starts Netty-3.2.7-Final, which I used, and under Netty-3.3.1-Final.

Can anyone please let me know what and where I need to submit so this can be investigated.

Hello

EDIT:

Sorry, I missed important information.

ObjectDecoder aborts when object is encoded under 1.6 JVM and decoded into 1.7 JVM. 1.7 to 1.7 works as expected 1.7 to 1.6

+3


source to share





All Articles