Re: Creating cache with CacheLoaderFactory on client node brings exception org.apache.ignite.IgniteCheckedException: Failed to find class with given class loader for unmarshalling (make sure same ver

2016-06-29 Thread Denis Magda
Hi, How do you start a remote node? Do you use ignite.sh or ignite.bat script that is delivered in Apache Ignite release bundle? If so in the release bundle you will see “lib” folder where you can put you jars and ignite.sh/bat will add to to the class path automatically. Alternatively you can

Re: Creating cache with CacheLoaderFactory on client node brings exception org.apache.ignite.IgniteCheckedException: Failed to find class with given class loader for unmarshalling (make sure same ver

2016-06-28 Thread daniel07
Hi Magda, I have a question related to this area. Above I mentioned that when I manually replaced necessary classes on remote node it worked fine. Now I want to replace not the classes but the jar(s)(containing that classes).? In documentation is written the following "To deploy your JAR files

Re: Creating cache with CacheLoaderFactory on client node brings exception org.apache.ignite.IgniteCheckedException: Failed to find class with given class loader for unmarshalling (make sure same ver

2016-06-28 Thread daniel07
Lot of thank you, dear Magda -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Creating-cache-with-CacheLoaderFactory-on-client-node-brings-exception-org-apache-ignite-IgniteCheck-tp5915p5951.html Sent from the Apache Ignite Users mailing list archive at Nabble.com

Re: Creating cache with CacheLoaderFactory on client node brings exception org.apache.ignite.IgniteCheckedException: Failed to find class with given class loader for unmarshalling (make sure same ver

2016-06-28 Thread Denis Magda
Yes, you have to redeploy this class every time it’s changed. Peer-class-loading feature is supported for Ignite Compute engine allowing to deploy/re-deploy compute tasks automatically. https://apacheignite.readme.io/docs/zero-deployment — D

Re: Creating cache with CacheLoaderFactory on client node brings exception org.apache.ignite.IgniteCheckedException: Failed to find class with given class loader for unmarshalling (make sure same ver

2016-06-28 Thread daniel07
Hi dear Magda, As far as I understood ,my loaderFactory(and generally whatever (classes) is used in client node)must be manually set also in the rest nodes? I replaced my classes to remote node,and it started working. Isn't there another solution? At least to be done automatically. Every time a

Re: Creating cache with CacheLoaderFactory on client node brings exception org.apache.ignite.IgniteCheckedException: Failed to find class with given class loader for unmarshalling (make sure same ver

2016-06-27 Thread Denis Magda
Hi, You have to place the class of your loader factory in clients’ nodes classpath as well. The main reason for this is because when a transaction is started from a client node (that is quite a usual case) then the client first commits data to a storage and after that to in-memory. Case with t

Re: Creating cache with CacheLoaderFactory on client node brings exception org.apache.ignite.IgniteCheckedException: Failed to find class with given class loader for unmarshalling (make sure same ver

2016-06-27 Thread daniel07
Hi @bintisepaha, Yes the the JDK versions are same. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Creating-cache-with-CacheLoaderFactory-on-client-node-brings-exception-org-apache-ignite-IgniteCheck-tp5915p5946.html Sent from the Apache Ignite Users mailing lis

Re: Creating cache with CacheLoaderFactory on client node brings exception org.apache.ignite.IgniteCheckedException: Failed to find class with given class loader for unmarshalling (make sure same ver

2016-06-27 Thread bintisepaha
Are our nodes running the same JDK version? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Creating-cache-with-CacheLoaderFactory-on-client-node-brings-exception-org-apache-ignite-IgniteCheck-tp5915p5938.html Sent from the Apache Ignite Users mailing list archiv