Error Retrieving data from IgniteCache

2017-01-25 Thread hemanta
We are using Ignite version 1.6 and everything is looking good except one new machine which has all same configurations. However we are seeing below error in log file. INFO | jvm 1 | 2017/01/25 11:09:04 | at java.lang.Thread.run(Thread.java:745) INFO | jvm 1 | 2017/01/25 11:09:04 | Caused by: cla

Re: Error Retrieving data from IgniteCache

2017-01-26 Thread hemanta
Thank you for your email.I am seeing this error in the error log below. This seems to generated by java using reflection. java.lang.ClassNotFoundException: sun.reflect.GeneratedMethodAccessor127 > INFO | jvm 1 | 2017/01/25 11:09:04 | at > org.apache.ignite.internal.processors.cache.GridCacheAdapter

Ignite Shutdown Hook

2016-12-20 Thread hemanta
Hi, I am starting Ignite as standalone program embedded in my java application via Spring configuration. It works great however my application stucks and never finishes. I have added some shutdown hooks but they are never called. I think this is because Ignite is running in main thread and stoppin

Re: Ignite Shutdown Hook

2016-12-21 Thread hemanta
Thank you for your reply. It is stuck at Ignite. If in last line of public static void main() I add code to stop Ignite then everything works fine. But I have so many stand alone classes (public static void main) that run as a part of upgrade that I can not add Ignition.stop() in all of them. So,