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/08 11:07:42 UTC

ClassNotFoundException

Hi All,
I am deploying the jar that includes my services to ignite's libs
directory  on all the nodes but when I try to deploy the service, I still
get ClassNotFoundException. Am I supposed to do something additional?

thanks.

Re: ClassNotFoundException

Posted by narges saleh <sn...@gmail.com>.
Hello Denis,
 I don't know if this was the root cause, but after I adjusted the
namespace for the class that starts the compute node, and redeployed the
jar, things fell into place and started working again.

On Wed, Apr 8, 2020 at 10:39 PM Denis Magda <dm...@apache.org> wrote:

> Hi,
>
> Do you use ignite.sh/bat script to start the cluster nodes that will be
> hosting the services? Only that script adds jars from the root of
> "ignite/lib" directory to the classpath.
>
> -
> Denis
>
>
> On Wed, Apr 8, 2020 at 4:08 AM narges saleh <sn...@gmail.com> wrote:
>
>> Hi All,
>> I am deploying the jar that includes my services to ignite's libs
>> directory  on all the nodes but when I try to deploy the service, I still
>> get ClassNotFoundException. Am I supposed to do something additional?
>>
>> thanks.
>>
>

Re: ClassNotFoundException

Posted by Denis Magda <dm...@apache.org>.
Hi,

Do you use ignite.sh/bat script to start the cluster nodes that will be
hosting the services? Only that script adds jars from the root of
"ignite/lib" directory to the classpath.

-
Denis


On Wed, Apr 8, 2020 at 4:08 AM narges saleh <sn...@gmail.com> wrote:

> Hi All,
> I am deploying the jar that includes my services to ignite's libs
> directory  on all the nodes but when I try to deploy the service, I still
> get ClassNotFoundException. Am I supposed to do something additional?
>
> thanks.
>