Hi All, I am getting this exception in case of some of my services. According to javadoc, this exception is thrown when the service is not found.
According to the ignite compute node log, the service is deployed (I have only one node) Executing distributed service: myService But when I try to access a method on the service, I get the following exception Caused by: class org.apache.ignite.internal.processors.service.GridServiceMethodNotFoundException: Service method node found on deployed service [svcName=myService, mtdName=execMyService, argTypes=null] I do not get IgniteException failed to find deployed service, which I'd get if the service was not deployed. What could be the problem? Does this mean the method not found? The service does have the method with the same signature. thanks.
