Anyway I think this was happening to me once because I was modifying classes that were registered on kryo.
For example I have a class A which is registered on the client and server obviously, then I start the server and leave it running. After this I added a field in the class A (an integer or whatever) and I tried to connect the client to server, that's when I got the error because the client and the server have different versions of A.




