Hi everyone, We have an application which uses LDAP users. I have a question regarding to the message in log: Failed to de-serialize java object of class ch.ivyteam.ivy.security.internal.jndi.JndiUser. Object will be null. What does it mean and how can we prevent this issue? Thanks Matej asked 08.09.2015 at 10:09 matej_smetana |
It occurs because when a DataClass holds a reference to a non serializable class. In your case one of your data classes will have an attribute of type The serialization problem arises as soon as the process is resumed from a persistent state. Basically when you resume a Task with data, that was not fully serializable. You can work around the error by setting the data class attribute which references the non-serizalizable value as not persistent. answered 08.09.2015 at 11:32 Reguel Werme... ♦♦ Thank You for your answer Reguel. It helped me a lot.
(08.09.2015 at 12:49)
matej_smetana
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 08.09.2015 at 10:09
Seen: 2,504 times
Last updated: 08.09.2015 at 12:49