You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by vkulichenko <va...@gmail.com> on 2015/11/17 03:37:59 UTC

Re: problem run jar file.

Hi,

Can you please subscribe to the mailing list so that community will receive
email notifications? Follow the instructions here:
http://apache-ignite-users.70518.x6.nabble.com/mailing_list/MailingListOptions.jtp?forum=1


OhTaeHyeon wrote*
> How do I fix this?
> 
> Caused by: java.lang.ClassNotFoundException:
> org.apache.ignite.examples.datagrid.query.CacheQueryExample$Organization
*
Did you start a server node using ignite.sh script? For this example you
need to make sure that you have model classes (Person and Organization) on
all nodes in topology. To do this you should put your JAR file into
IGNITE_HOME/libs folder prior to starting the nodes.

Another option is to run everything directly from IDE. In this case you can
use ExampleNodeStartup class to start server nodes.

-Val



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/problem-run-jar-file-tp1973p1974.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.