Re: Could not create an instance of org.apache.geode.distributed.internal.locks.DLockRecoverGrantorProcessor$DLockRecoverGrantorReplyMessage .

2017-02-16 Thread Anilkumar Gingade
There seems to be problem with reading member inet address. Caused by: java.io.IOException: While reading an InetAddress Caused by: java.net.UnknownHostException: addr is of illegal length I will let others to comment on this...Meanwhile do you see this problem on any other m/c. -Anil On

Re: Could not create an instance of org.apache.geode.distributed.internal.locks.DLockRecoverGrantorProcessor$DLockRecoverGrantorReplyMessage .

2017-02-16 Thread Avinash Dongre
Please ignore. This was my merge issue. Thanks Avinash On Thu, Feb 16, 2017 at 7:38 PM, Avinash Dongre wrote: > Hi All, > > I am getting following exception in my test. > My Test has 3 VMs + locator and I am doing some puts/gets and restarting. > I see following exception

Could not create an instance of org.apache.geode.distributed.internal.locks.DLockRecoverGrantorProcessor$DLockRecoverGrantorReplyMessage .

2017-02-16 Thread Avinash Dongre
Hi All, I am getting following exception in my test. My Test has 3 VMs + locator and I am doing some puts/gets and restarting. I see following exception when 1 node is shutdown and other node receive this message and then node which receive this message never shutdown. Any clue why this is