Hey Denis, I think that we are making progress...
I am now connecting to the database successfully, but when I submit a query, I get the following error: <http://apache-ignite-users.70518.x6.nabble.com/file/t1652/Screenshot_20180228_190729.png> My config contains the following: /... <bean class="org.apache.ignite.configuration.IgniteConfiguration"> <property name="clientMode" value="true"/> <property name="discoverySpi"> <bean class="org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi"> <property name="ipFinder"> <bean class="org.apache.ignite.spi.discovery.tcp.ipfinder.vm.TcpDiscoveryVmIpFinder"> <property name="addresses"> <list> <value>192.168.1.220:47500..47600</value> <value>192.168.1.230:47500..47600</value> <value>192.168.1.221:47500..47600</value> <value>192.168.1.231:47500..47600</value> </list> </property> </bean> </property> </bean> </property> </bean> ... / What am I doing wrong...? Jose -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
