Giter VIP home page Giter VIP logo

Comments (7)

salehsed avatar salehsed commented on June 28, 2024

Does it have any relation with getting objects out of cache ?

"play.api.cache.Cache.getAsUser"

warn] application - could not deserialize key ex:java.lang.ClassNotFoundException: models.User
java.lang.ClassNotFoundException: models.User

from play-plugins.

aellerton avatar aellerton commented on June 28, 2024

My version of play (2.1.3) doesn't have a getAsUser method. It has getAs[T] which is quite a lot more useful, I think.

In any case, the error you list is completely unrelated to the issue I've logged. Your issue is related to there being no models.User class found at runtime in your app.

The issue I've logged here is that serialization /does/ work with String (and objects), but with String it should write it directly as a string, not encode with an ObjectOutputStream.

from play-plugins.

salehsed avatar salehsed commented on June 28, 2024

Thanks for the comment , Raised an issue for getAs
#89

from play-plugins.

jroper avatar jroper commented on June 28, 2024

A pull request that fixes this will most certainly be accepted.

from play-plugins.

aellerton avatar aellerton commented on June 28, 2024

No worries, I'll submit one to you soon. ..

from play-plugins.

peter-fu avatar peter-fu commented on June 28, 2024

The solution is to put the Serializable test at the end, after String, Int, Long, Boolean.

Agree.

Also, a data migration guide should be provided after this is fixed, because some Cache data are external and might be stored in redis via play-redis plugin.

from play-plugins.

sunnykaka avatar sunnykaka commented on June 28, 2024

This is still going on in 2.3.1, any solutions?

from play-plugins.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.