Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I can't format text in comments, so I'll put another answer.</p> <p>So the problem you are suffering from is why your members don't form a cluster.</p> <p>You should see logging like:</p> <pre><code>Members [2] { Member [192.168.1.104]:5701 this Member [192.168.1.104]:5702 } </code></pre> <p>That is why I need more logging that just your stacktrace, but that currently doesn't provide any more value. I need to see what Hazelcast says about joining other clusters. </p> <p>I need to see something like this:</p> <pre><code>Dec 17, 2013 7:24:13 PM com.hazelcast.config.XmlConfigBuilder INFO: Looking for hazelcast.xml config file in classpath. Dec 17, 2013 7:24:13 PM com.hazelcast.config.XmlConfigBuilder WARNING: Could not find hazelcast.xml in classpath. Hazelcast will use hazelcast-default.xml config file in jar. Dec 17, 2013 7:24:13 PM com.hazelcast.config.XmlConfigBuilder INFO: Using configuration file /java/projects/Hazelcast/hazelcast/hazelcast/target/classes/hazelcast-default.xml in the classpath. Dec 17, 2013 7:24:13 PM com.hazelcast.instance.DefaultAddressPicker INFO: Prefer IPv4 stack is true. Dec 17, 2013 7:24:13 PM com.hazelcast.instance.DefaultAddressPicker INFO: Picked Address[192.168.1.102]:5701, using socket ServerSocket[addr=/0:0:0:0:0:0:0:0,localport=5701], bind any local is true Dec 17, 2013 7:24:13 PM com.hazelcast.system INFO: [192.168.1.102]:5701 [dev] [3.2-SNAPSHOT] Hazelcast Community Edition 3.2-SNAPSHOT (20131217) starting at Address[192.168.1.102]:5701 Dec 17, 2013 7:24:13 PM com.hazelcast.system INFO: [192.168.1.102]:5701 [dev] [3.2-SNAPSHOT] Copyright (C) 2008-2013 Hazelcast.com Dec 17, 2013 7:24:13 PM com.hazelcast.instance.Node INFO: [192.168.1.102]:5701 [dev] [3.2-SNAPSHOT] Creating MulticastJoiner Dec 17, 2013 7:24:13 PM com.hazelcast.core.LifecycleService INFO: [192.168.1.102]:5701 [dev] [3.2-SNAPSHOT] Address[192.168.1.102]:5701 is STARTING Dec 17, 2013 7:24:15 PM com.hazelcast.cluster.MulticastJoiner INFO: [192.168.1.102]:5701 [dev] [3.2-SNAPSHOT] Members [1] { Member [192.168.1.102]:5701 this } Dec 17, 2013 7:24:16 PM com.hazelcast.core.LifecycleService INFO: [192.168.1.102]:5701 [dev] [3.2-SNAPSHOT] Address[192.168.1.102]:5701 is STARTED Dec 17, 2013 7:24:16 PM com.hazelcast.partition.PartitionService INFO: [192.168.1.102]:5701 [dev] [3.2-SNAPSHOT] Initializing cluster partition table first arrangement... </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload