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)