Re: BinaryInvalidTypeException: Unknown pair [platformId=.., typeId=...] when using CacheJdbcPojoStoreFactory and read/write-through

2017-06-06 Thread Vladimir
Thanks. A simple BinaryConfiguration has helped in the case of one isolated node or more nodes with the same configuration. The problem is that the storable cache is configured with the node filter. So, only several nodes share the cache. Another nodes aren't supposed to know anything about these

Re: BinaryInvalidTypeException: Unknown pair [platformId=.., typeId=...] when using CacheJdbcPojoStoreFactory and read/write-through

2017-06-06 Thread Andrey Mashenkov
See documentation [1]. [1] https://apacheignite.readme.io/docs/binary-marshaller#configuring-binary-objects On Tue, Jun 6, 2017 at 12:28 PM, Vladimir wrote: > >>> Try to add key\value classes in BinaryConfiguration. > > Btw any example? > > > > -- > View this message in

Re: BinaryInvalidTypeException: Unknown pair [platformId=.., typeId=...] when using CacheJdbcPojoStoreFactory and read/write-through

2017-06-06 Thread Vladimir
>>> Try to add key\value classes in BinaryConfiguration. Btw any example? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/BinaryInvalidTypeException-Unknown-pair-platformId-typeId-when-using-CacheJdbcPojoStoreFactory-and-rh-tp13384p13402.html Sent from the

Re: BinaryInvalidTypeException: Unknown pair [platformId=.., typeId=...] when using CacheJdbcPojoStoreFactory and read/write-through

2017-06-05 Thread Vladimir
Thanks. Looks like so. There is no class data in the file store. A workaround might putting a value to the cache. That makes it working. But I don't want to put any junk to my DB :) -- View this message in context:

Re: BinaryInvalidTypeException: Unknown pair [platformId=.., typeId=...] when using CacheJdbcPojoStoreFactory and read/write-through

2017-06-05 Thread Andrey Mashenkov
Here is a ticket for it [1]. [1] https://issues.apache.org/jira/browse/IGNITE-5411 On Mon, Jun 5, 2017 at 9:39 PM, Andrey Mashenkov wrote: > HI, > > Seems, Ignite does not save binary metadata to store. So, you can't load > data from store as metadata information

Re: BinaryInvalidTypeException: Unknown pair [platformId=.., typeId=...] when using CacheJdbcPojoStoreFactory and read/write-through

2017-06-05 Thread Andrey Mashenkov
HI, Seems, Ignite does not save binary metadata to store. So, you can't load data from store as metadata information is missed. Try to add key\value classes in BinaryConfiguration. On Mon, Jun 5, 2017 at 9:04 PM, Vladimir wrote: > Greetings! > > Can anyone please help me

BinaryInvalidTypeException: Unknown pair [platformId=.., typeId=...] when using CacheJdbcPojoStoreFactory and read/write-through

2017-06-05 Thread Vladimir
Greetings! Can anyone please help me with cache store feature? Once I add to my cache config CacheJdbcPojoStoreFactory and enable read/write-through I can't get any value from the cache because of the deserialization exception: org.apache.ignite.binary.BinaryInvalidTypeException: Unknown pair