You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2016/08/09 12:32:28 UTC

[jira] [Updated] (IGNITE-3194) BinaryObjectException when web session attribute schema is changed

     [ https://issues.apache.org/jira/browse/IGNITE-3194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Tupitsyn updated IGNITE-3194:
-----------------------------------
    Fix Version/s:     (was: 1.7)
                   1.8

> BinaryObjectException when web session attribute schema is changed
> ------------------------------------------------------------------
>
>                 Key: IGNITE-3194
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3194
>             Project: Ignite
>          Issue Type: Bug
>          Components: websession
>    Affects Versions: 1.6
>            Reporter: Valentin Kulichenko
>             Fix For: 1.8
>
>
> The issue is described here: http://stackoverflow.com/questions/37410879/binaryobjectexception-cannot-find-schema-for-object-with-compact-footer
> Need to try reproducing it fix if needed.
> {noformat}
> class org.apache.ignite.binary.BinaryObjectException: Cannot find schema for object with compact footer [typeId=-2056860774, schemaId=1954049593]
>         at org.apache.ignite.internal.binary.BinaryReaderExImpl.getOrCreateSchema(BinaryReaderExImpl.java:1721)
>         at org.apache.ignite.internal.binary.BinaryReaderExImpl.<init>(BinaryReaderExImpl.java:278)
>         at org.apache.ignite.internal.binary.BinaryReaderExImpl.<init>(BinaryReaderExImpl.java:177)
>         at org.apache.ignite.internal.binary.BinaryReaderExImpl.<init>(BinaryReaderExImpl.java:156)
>         at org.apache.ignite.internal.binary.GridBinaryMarshaller.deserialize(GridBinaryMarshaller.java:298)
>         at org.apache.ignite.internal.binary.BinaryMarshaller.unmarshal(BinaryMarshaller.java:109)
>         at org.apache.ignite.cache.websession.WebSessionV2.unmarshal(WebSessionV2.java:336)
>         at org.apache.ignite.cache.websession.WebSessionV2.getAttribute(WebSessionV2.java:200)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)