Re: NullPointerException at unwrapBinariesIfNeeded(GridCacheContext.java:1719)

2017-08-31 Thread zbyszek
Thank you Andrey, I will upgrade asap. regards, zbyszek -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: NullPointerException at unwrapBinariesIfNeeded(GridCacheContext.java:1719)

2017-08-29 Thread Andrey Mashenkov
Hi, Looks like there was a race. Try to upgrade to ignite-2.1 as its includes a few object serialization fixes. On Mon, Aug 28, 2017 at 8:40 PM, zbyszek wrote: > Dear All, > > I was wondering if this is a know issue (I am using 2.0) and if I could > prevent it somehow. > I has happened only twi

NullPointerException at unwrapBinariesIfNeeded(GridCacheContext.java:1719)

2017-08-28 Thread zbyszek
Dear All, I was wondering if this is a know issue (I am using 2.0) and if I could prevent it somehow. I has happened only twice and is not reproducible and was generated when iterating query cursor: try (QueryCursor> cursor = cache.query(sqlQuery)) { for (List row : cursor) {