I am trying to run schema import example and it throws me this exception on remote nodes. peerClassLoadingEnabled is set to True though it doesn't work anyway. Nodes work on the same PC. Two of them is started from command line, third is started from eclipse. They can see each other.
The exception is: class 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@764c12b6 Caused by: java.lang.ClassNotFoundException: org.apache.ignite.schema.H2DataSourceFactory How do you enable Classloading properly? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/schema-import-example-ClassNotFoundException-org-apache-ignite-schema-H2DataSourceFactory-tp5629.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
