[ 
https://issues.apache.org/jira/browse/IGNITE-2767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15181576#comment-15181576
 ] 

Denis Magda commented on IGNITE-2767:
-------------------------------------

Val,

Thanks for pointing out to this. Correct, according to the sources the join 
process won't be terminated. However, right, we have to improve the usability 
here writing at least more specific messages.

> Cont. query remote filter requires to be in client nodes class path
> -------------------------------------------------------------------
>
>                 Key: IGNITE-2767
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2767
>             Project: Ignite
>          Issue Type: Bug
>          Components: community, important
>    Affects Versions: 1.5.0.final
>            Reporter: Denis Magda
>             Fix For: 1.6
>
>
> Cont. query remote filter has to be placed to class path of all client nodes 
> otherwise the following exception happens
> {noformat}
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas [ ] [1] 
> [tcp-disco-msg-worker-#2%cas-grid%] : Failed to unmarshal discovery data for 
> component: 0 [TcpDiscoverySpi] 
> 2016-03-04T15:08:24.259Z ERR cas 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): 
> sun.misc.Launcher$AppClassLoader@18b4aac2
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> org.apache.ignite.marshaller.jdk.JdkMarshaller.unmarshal(JdkMarshaller.java:108)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> org.apache.ignite.marshaller.AbstractMarshaller.unmarshal(AbstractMarshaller.java:78)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.onExchange(TcpDiscoverySpi.java:1717)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> org.apache.ignite.spi.discovery.tcp.ServerImpl$RingMessageWorker.processNodeAddedMessage(ServerImpl.java:3685)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> org.apache.ignite.spi.discovery.tcp.ServerImpl$RingMessageWorker.processMessage(ServerImpl.java:2252)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> org.apache.ignite.spi.discovery.tcp.ServerImpl$MessageWorkerAdapter.body(ServerImpl.java:5789)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> org.apache.ignite.spi.discovery.tcp.ServerImpl$RingMessageWorker.body(ServerImpl.java:2161)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> org.apache.ignite.spi.IgniteSpiThread.run(IgniteSpiThread.java:62)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas Caused by: 
> java.lang.ClassNotFoundException: 
> com.ringcentral.tap_api.ha.RemoteFilterWrapper
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> java.net.URLClassLoader.findClass(URLClassLoader.java:381)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> java.lang.ClassLoader.loadClass(ClassLoader.java:424)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> java.lang.ClassLoader.loadClass(ClassLoader.java:357)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> java.lang.Class.forName0(Native Method)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> java.lang.Class.forName(Class.java:348)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> org.apache.ignite.internal.util.IgniteUtils.forName(IgniteUtils.java:8195)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> org.apache.ignite.marshaller.jdk.JdkMarshallerObjectInputStream.resolveClass(JdkMarshallerObjectInputStream.java:54)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1613)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1518)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1774)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1351)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> java.io.ObjectInputStream.readObject(ObjectInputStream.java:371)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryHandler.readExternal(CacheContinuousQueryHandler.java:1077)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> java.io.ObjectInputStream.readExternalData(ObjectInputStream.java:1840)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1799)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1351)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> java.io.ObjectInputStream.readObject(ObjectInputStream.java:371)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> org.apache.ignite.internal.processors.continuous.GridContinuousProcessor$DiscoveryDataItem.readExternal(GridContinuousProcessor.java:1623)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> java.io.ObjectInputStream.readExternalData(ObjectInputStream.java:1840)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1799)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1351)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> java.io.ObjectInputStream.readObject(ObjectInputStream.java:371)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> org.apache.ignite.internal.util.IgniteUtils.readList(IgniteUtils.java:5158)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> org.apache.ignite.internal.util.IgniteUtils.readCollection(IgniteUtils.java:1619)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> org.apache.ignite.internal.processors.continuous.GridContinuousProcessor$DiscoveryData.readExternal(GridContinuousProcessor.java:1538)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> java.io.ObjectInputStream.readExternalData(ObjectInputStream.java:1840)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1799)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1351)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> java.io.ObjectInputStream.readObject(ObjectInputStream.java:371)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> org.apache.ignite.marshaller.jdk.JdkMarshaller.unmarshal(JdkMarshaller.java:102)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> org.apache.ignite.marshaller.AbstractMarshaller.unmarshal(AbstractMarshaller.java:78)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.onExchange(TcpDiscoverySpi.java:1717)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> org.apache.ignite.spi.discovery.tcp.ServerImpl$RingMessageWorker.processNodeAddedMessage(ServerImpl.java:3685)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> org.apache.ignite.spi.discovery.tcp.ServerImpl$RingMessageWorker.processMessage(ServerImpl.java:2252)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> org.apache.ignite.spi.discovery.tcp.ServerImpl$MessageWorkerAdapter.body(ServerImpl.java:5789)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> org.apache.ignite.spi.discovery.tcp.ServerImpl$RingMessageWorker.body(ServerImpl.java:2161)
> 2016-03-04T15:08:24.259Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> org.apache.ignite.spi.IgniteSpiThread.run(IgniteSpiThread.java:62)
> 2016-03-04T15:08:24.297Z rms01-t01-rcs01.lab.nordigy.ru ERR cas [ ] [2] 
> [tcp-disco-msg-worker-#2%cas-grid%] : Failed to unmarshal discovery data for 
> component: 1 [TcpDiscoverySpi] 
> 2016-03-04T15:08:24.297Z rms01-t01-rcs01.lab.nordigy.ru ERR cas 
> 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): 
> sun.misc.Launcher$AppClassLoader@18b4aac2
> 2016-03-04T15:08:24.297Z rms01-t01-rcs01.lab.nordigy.ru ERR cas at 
> org.apache.ignite.marshaller.jdk.JdkMarshaller.unmarshal(JdkMarshaller.java:108)
> {noformat}
> We have to ignore this on client nodes.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to