Re: [ignite 2.9.0] thin clients cannot access the Ignite Service deployed through UriDeploymentSpi( java.lang.ClassNotFoundException)

2020-11-05 Thread Alex Plehanov
Hello,

Thanks for the report, I will try to fix it shortly.

ср, 4 нояб. 2020 г. в 12:35, 18624049226 <18624049...@163.com>:

> Hi community,
>
> The operation steps are as follows:
>
> 1.use ignite.sh  example-deploy.xml start a server node
>
> 2.Put the service jar package in the /home/test/deploy directory
>
> 3.Deploy services using DeployClient
>
> 4.If you use ThickClientTest and ThinClientTest to access the service
> respectively, you will find that the ThickClientTest access is
> successful, but the ThinClientTest access is abnormal. The error is
> java.lang.ClassNotFoundException.
>
> See ticket below for details:
>
> https://issues.apache.org/jira/browse/IGNITE-13633
>
>
>


[ignite 2.9.0] thin clients cannot access the Ignite Service deployed through UriDeploymentSpi( java.lang.ClassNotFoundException)

2020-11-04 Thread 18624049226

Hi community,

The operation steps are as follows:

1.use ignite.sh  example-deploy.xml start a server node

2.Put the service jar package in the /home/test/deploy directory

3.Deploy services using DeployClient

4.If you use ThickClientTest and ThinClientTest to access the service 
respectively, you will find that the ThickClientTest access is 
successful, but the ThinClientTest access is abnormal. The error is 
java.lang.ClassNotFoundException.


See ticket below for details:

https://issues.apache.org/jira/browse/IGNITE-13633


<>