play-plugins icon indicating copy to clipboard operation
play-plugins copied to clipboard

Redis Plugin <JAVA>: could not deserialize Object Serializable (model) - java.lang.ClassNotFoundException

Open algarves opened this issue 6 years ago • 0 comments

Can anyone help me with this problem by deserializing my value contained in redis based on the key (being an object)?

Stacktrace:

[warn] application - could not deserialize key:<myKey> ex:java.lang.ClassNotFoundException: models.<MyClass> java.lang.ClassNotFoundException: models.<MyClass>

I'm using play 2.0.8

Thank you

algarves avatar May 23 '18 15:05 algarves