You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by narges saleh <sn...@gmail.com> on 2020/04/09 11:45:02 UTC

GridServiceMethodNotFoundException

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.

Re: GridServiceMethodNotFoundException

Posted by Evgenii Zhuravlev <e....@gmail.com>.
Hi,

Please share the service itself, the code where you deploy it and the code
where you invoke this method.

Evgenii

чт, 9 апр. 2020 г. в 04:45, narges saleh <sn...@gmail.com>:

> 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.
>