Re: Re: What does javax.cache.CacheException: Failed to execute map query on remote node mean?

2022-08-02 Thread don . tequila
I‘m only speculating but this looks very similar to the issue I had last week and reported to the group here.Caused by: org.h2.message.DbException: Hexadecimal string with odd number of characters: "5" [90003-197]Why does H2 think it’s hex String format? For me it turned

Re: What does javax.cache.CacheException: Failed to execute map query on remote node mean?

2022-08-02 Thread John Smith
Here it is... [20:58:03,050][SEVERE][query-#395344%xx%][GridMapQueryExecutor] Failed to execute local query. class org.apache.ignite.internal.processors.query.IgniteSQLException: General error: "class org.apache.ignite.IgniteCheckedException: Runtime failure on lookup row: IndexSearchRowImpl [

Re: What does javax.cache.CacheException: Failed to execute map query on remote node mean?

2022-08-02 Thread Николай Ижиков
Hello, John. Provided stack trace not enough to answer your question. Can you, please, provide log from the remote node? > 2 авг. 2022 г., в 17:14, John Smith написал(а): > > Anyone? > > On Fri, Jul 29, 2022 at 8:44 AM John Smith > wrote: > Any thoughts on this?

Re: What does javax.cache.CacheException: Failed to execute map query on remote node mean?

2022-08-02 Thread John Smith
Anyone? On Fri, Jul 29, 2022 at 8:44 AM John Smith wrote: > Any thoughts on this? > > On Mon., Jul. 25, 2022, 11:29 a.m. John Smith, > wrote: > >> Hi I have the following code and I get the below exception. The cache >> runs on 3 remote nodes and it is accessed by thick client (client = true) >