Troubleshooting with Apache Ignite

If you encounter an error while working with Apache Ignite, you might resolve some of the common issues by completing the troubleshooting procedures.

Issue Solution
Multi-node cache cluster does not connect.
  • Ensure that you have correct configuration for discovery for discoverySpi. That means, ensure that correct and all required IP addresses and port are defined.
  • Default configuration has restricted node discovery to loop-back address. To enable the discovery of remote nodes, remove the property <property name="localHost" value="127.0.0.1"/> from the IgniteMember.xml file.
Command line interface does not connect or does not show all nodes in topology. Supply the configuration file while running CLI tool. Ensure to use the same IgniteMember.xml configuration file, which is used to start TIBCO MDM.