Hi, Can you please properly subscribe to the mailing list so that the community receives email notifications? Here is the instruction: http://apache-ignite-users.70518.x6.nabble.com/mailing_list/MailingListOptions.jtp?forum=1
anyway wrote > Caused by: java.lang.ClassNotFoundException: org.h2.server.Service > at java.net.URLClassLoader.findClass(Unknown Source) > at java.lang.ClassLoader.loadClass(Unknown Source) > at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) > at java.lang.ClassLoader.loadClass(Unknown Source) > ... 15 more Looks like you have a dependency on ignite-indexing.jar (one of Ignite modules), but do not have JARs it depends on (h2 database and others). Can you double check your classpath? Are you using Maven? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/I-wasn-t-use-the-H2-database-but-it-s-always-have-a-error-as-follows-tp3501p3504.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
