Hello All I am using Apache ignite 2.3
I have a cache called ACCOUNT, when I try to execute the rest api with the bellow URL it does not seems to be working. <http://10.144.114.113:8080/ignite?cmd=get&key=A000000001&cacheName=Account> http://10.144.114.113:8080/ignite?cmd=get&key=A000000001&cacheName=Account this is the error I keep getting {"successStatus":1,"sessionToken":null,"error":"Failed to handle request: [req=CACHE_GET, err=com.ril.edif.Account]","response":null} However, when I execute size command on the same cache, it works fine, here is the command <http://10.144.114.113:8080/ignite?cmd=size&cacheName=Account> http://10.144.114.113:8080/ignite?cmd=size&cacheName=Account response is {"successStatus":0,"affinityNodeId":null,"sessionToken":null,"error":null,"r esponse":9999} When I query Account cache on sqlline, i could see the data select * from "Account".Account where Account_id='A000000001'; I could get the response for the above statement What could be the reason, why this is not working when I execute the rest api for the same data. Is it a known bug or I am doing something wrong. WOuld be great if you can help me out with this issue Regards, Naveen 91-9561721495
