Hello!

> Caused by: java.lang.ClassNotFoundException: com.domain.ignite.NodeFilter

What's up with this class? Is it available on service node? On other nodes?
Is version the same?

Regards,

-- 
Ilya Kasnacheev


чт, 30 авг. 2018 г. в 21:18, James Dodson <[email protected]>:

> If it helps, here are parts of the stacktrace sequence we get when trying
> to start a service node:
>
> Caused by: org.apache.ignite.IgniteCheckedException: Failed to deploy
> provided services.
> Caused by: org.apache.ignite.services.ServiceDeploymentException: Failed
> to deploy provided services.
> Caused by: org.apache.ignite.IgniteCheckedException: Failed to unmarshal
> object with optimized marshaller
> Caused by: org.apache.ignite.binary.BinaryObjectException: Failed to
> unmarshal object with optimized marshaller
> Caused by: org.apache.ignite.IgniteCheckedException: Failed to find class
> with given class loader for unmarshalling (make sure same versions of all
> classes are available on all nodes or enable peer-class-loading)
> [clsLdr=org.apache.ignite.internal.processors.cache.GridCacheDeploymentManager$CacheClassLoader@6af93213,
> cls=com.domain.ignite.NodeFilter]
> Caused by: java.lang.ClassNotFoundException: com.domain.ignite.NodeFilter
>
>
> On Thu, Aug 30, 2018 at 9:24 AM James Dodson <[email protected]> wrote:
>
>> We haven't even gotten a service node started properly. It is unclear if
>> we can do what we want with just 1 service node, or what a correct
>> architecture looks like.
>> Do we even need a service node at all? Can one of the client nodes
>> support running these services? If we need a service node, can it work if
>> the rest of our nodes use peer class loading?
>>
>> Sorry - lots of questions about how to even begin
>>
>> On Thu, Aug 30, 2018 at 8:48 AM luqmanahmad <[email protected]>
>> wrote:
>>
>>> James, can you show us how you are trying to invoke the services from
>>> continuous queries and spring boot as well?
>>>
>>>
>>>
>>> --
>>> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>>>
>>

Reply via email to