Hi Siva, It look like you are trying to deserialize org.codehaus.groovy.grails.web.util.StreamCharBuffer object using Externalizable interface. Possibly, you save to session non-static nested object or anonymous class object that has implicit link to its parent.
According javadoc to StreamCharBuffer - Grails GSP rendering uses this class as a buffer that is optimized for performance. Is it possible you save some object that class declared in GSP file? Also I'm confused, that optimized marshaller is used, If there is a chance that there is some old data in cache, that was created by optimized marshaller? On Mon, Jan 30, 2017 at 3:54 PM, Siva Annapareddy < [email protected]> wrote: > ignite-config.xml > <http://apache-ignite-users.70518.x6.nabble.com/file/ > n10309/ignite-config.xml> > > TTEWebLogWithIgnite.txt > <http://apache-ignite-users.70518.x6.nabble.com/file/ > n10309/TTEWebLogWithIgnite.txt> > > > Uploaded config file and logs from my Groovy Web Application > Config file is same on Apache Ingnite 2-node cluster except for the line: > <property name="clientMode" value="true"/> > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Apache-Ignite-1-7-0-Session-caching- > issue-with-update-session-attributes-tp10220p10309.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- С уважением, Машенков Андрей Владимирович Тел. +7-921-932-61-82 Best regards, Andrey V. Mashenkov Cerr: +7-921-932-61-82
