You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Valentin Kulichenko (JIRA)" <ji...@apache.org> on 2016/05/25 11:45:12 UTC

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

Valentin Kulichenko created IGNITE-3194:
-------------------------------------------

             Summary: 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.7


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)