zzyugl / xmemcached

Automatically exported from code.google.com/p/xmemcached
Apache License 2.0
0 stars 0 forks source link

java.io.InvalidClassException #271

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
java.io.InvalidClassException: 
org.springframework.util.LinkedCaseInsensitiveMap; local class incompatible: 
stream classdesc serialVersionUID = 2898642732111884884, local class 
serialVersionUID = 7594539778135072330
1.java project and java web project will be trig this exception, my advice
 is use The third party serialization tool to solve this problem
EMAIL:hanlin2531@163.com

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by hanlin2...@gmail.com on 18 Nov 2013 at 5:11

GoogleCodeExporter commented 9 years ago
The serialVersionUID is different for the same class in cluster.Please check 
your code.

Original comment by killme2...@gmail.com on 28 Apr 2014 at 8:13