SQL Transactional Support for Commit and rollback operation.

2018-04-11 Thread Priyanka Shinde
Hi Igniters, I am using ignite version 2.3 and using ignite tables to store the data, but for commit and rollback operations on tables, "Transaction not supported" exception is thrown. As per the documentation of ignite the same is going to get released in ignite version 2.5 but according to

Re: Ignite cache get operation not working, client application stucks at the initializaiton

2018-04-11 Thread Priyanka Shinde
Thanks Evgenii for you support. In contactDAO class I was using the logger which was at instance level and not defined at class level and was getting serialized.I modified the same and now using it at class level.It is working.Thanks once again. -- Sent from:

Re: Ignite cache get operation not working, client application stucks at the initializaiton

2018-04-10 Thread Priyanka Shinde
Hi, I have provided the absolute path of the log4j.xml and logs were generated in the application logs itself.Attaching the same. C‪lient_logs.txt -- Sent from:

Re: Ignite cache get operation not working, client application stucks at the initializaiton

2018-04-10 Thread Priyanka Shinde
Hi Evengii, I have provided the Absolute path for log4j.xml and logs are generated.A C‪lient_logs.txt ttaching the same -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Ignite cache get operation not working, client application stucks at the initializaiton

2018-04-09 Thread Priyanka Shinde
Hi, *You need to find field "ht" in your objects* I am not quite sure what is field "ht" exactly means and how to find that in my objects? I directly search for the exact keyword "ht" in my objects but did not find anything. *It's needed to have the same files for both client and server nodes.

Re: Ignite cache get operation not working, client application stucks at the initializaiton

2018-04-01 Thread Priyanka Shinde
Hi Evgenii, Could you please tell me how to check the type of field "ht" of model? I am currently running only one server node so I do not find any problem of version mismatch. Following are the Usecases: 1. Running same application parallely in client mode on same machine : everything works

Re: Ignite cache get operation not working, client application stucks at the initializaiton

2018-03-30 Thread Priyanka Shinde
Hi Evgenii, Please find the logs. ignite-client-thread-dump.txt ignite-server-log.txt -- Sent from:

Re: Ignite cache get operation not working, client application stucks at the initializaiton

2018-03-30 Thread Priyanka Shinde
Thank You for the reply Evgenii. I have shared server logs and client thread dump in my earlier message. I have tried to reproduce the similar use case in the sample project but not able to reproduce the exact scenario. I did not get any exception while running the sample project. But while

Re: Ignite cache get operation not working, client application stucks at the initializaiton

2018-03-30 Thread Priyanka Shinde
Hi, Following is one of my cache configurations (we have same configuration for all 3 caches) CacheConfiguration queueGrpcfg= new CacheConfiguration<>("queueGrpCache"); queueGrpcfg.setCacheMode(CacheMode.REPLICATED);

Ignite cache get operation not working, client application stucks at the initializaiton

2018-03-26 Thread Priyanka Shinde
Hi Igniters, We have 1 server node and my application starts in client mode. We have created 3 caches in client application namely Queuecache, Queuegroupcache and agentcache. During Initialization we put all the values in cache by cache.put operation and referred the values from the cache using