Hi,

Some one please help me.
It takes my time to figured this out. 

I got this error.
It is happen when insert/update/delete operation. 

ignite-4c6985f2.log
<http://apache-ignite-users.70518.x6.nabble.com/file/t1530/ignite-4c6985f2.log> 
 

Here is my cluster configuration:
IgniteConfiguration cfg = new IgniteConfiguration();

                cfg.setIgniteInstanceName("BrandCluster");
                cfg.setClientMode(false);
                
                TcpDiscoveryVmIpFinder ipFinder = new TcpDiscoveryVmIpFinder();
                ipFinder.setAddresses(Arrays.asList("127.0.0.1:47500..47509")); 
                
                TcpDiscoverySpi discovery = new TcpDiscoverySpi();
                discovery.setLocalAddress("127.0.0.1");
                discovery.setLocalPort(47500);
                discovery.setIpFinder(ipFinder);
                cfg.setDiscoverySpi(discovery);

And here is my server configuration:
ServerConfigurationFactory.java
<http://apache-ignite-users.70518.x6.nabble.com/file/t1530/ServerConfigurationFactory.java>
  





--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to