Guest User

Untitled

a guest
Apr 26th, 2018
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. Config config = new Config();
  2. NetworkConfig network = config.getNetworkConfig();
  3. network.setPort(5701);
  4. JoinConfig join = network.getJoin();
  5. join.getMulticastConfig().setEnabled(false);
  6. join.getTcpIpConfig().setEnabled(true);
  7. join.getTcpIpConfig().addMember("127.0.0.1");
  8.  
  9. INFO: [127.0.0.1]:5701 [dev] [3.6.3] Creating TcpIpJoiner
  10.  
  11. Jun 22, 2016 11:58:41 AM com.hazelcast.core.LifecycleService
  12. INFO: [127.0.0.1]:5701 [dev] [3.6.3] Address[127.0.0.1]:5701 is STARTING
  13.  
  14. Jun 22, 2016 11:58:41 AM com.hazelcast.nio.tcp.nonblocking.NonBlockingIOThreadingModel
  15. INFO: [127.0.0.1]:5701 [dev] [3.6.3] TcpIpConnectionManager configured with Non Blocking IO-threading model: 3 input threads and 3 output threads
  16.  
  17. Jun 22, 2016 11:58:41 AM com.hazelcast.nio.tcp.InitConnectionTask
  18. INFO: [127.0.0.1]:5701 [dev] [3.6.3] Connecting to /127.0.0.1:5702, timeout: 0, bind-any: true
  19.  
  20. Jun 22, 2016 11:58:41 AM com.hazelcast.nio.tcp.InitConnectionTask
  21. INFO: [127.0.0.1]:5701 [dev] [3.6.3] Connecting to /127.0.0.1:5703, timeout: 0, bind-any: true
  22.  
  23. Jun 22, 2016 11:58:41 AM com.hazelcast.nio.tcp.InitConnectionTask
  24. INFO: [127.0.0.1]:5701 [dev] [3.6.3] Could not connect to: /127.0.0.1:5702. Reason: SocketException[Connection refused to address /127.0.0.1:5702]
  25.  
  26. Jun 22, 2016 11:58:41 AM com.hazelcast.nio.tcp.InitConnectionTask
  27. INFO: [127.0.0.1]:5701 [dev] [3.6.3] Could not connect to: /127.0.0.1:5703. Reason: SocketException[Connection refused to address /127.0.0.1:5703]
  28.  
  29. Jun 22, 2016 11:58:41 AM com.hazelcast.cluster.impl.TcpIpJoiner
  30. INFO: [127.0.0.1]:5701 [dev] [3.6.3] Address[127.0.0.1]:5702 is added to the blacklist.
  31.  
  32. Jun 22, 2016 11:58:41 AM com.hazelcast.cluster.impl.TcpIpJoiner
  33. INFO: [127.0.0.1]:5701 [dev] [3.6.3] Address[127.0.0.1]:5703 is added to the blacklist.
  34.  
  35. Jun 22, 2016 11:58:42 AM com.hazelcast.cluster.impl.TcpIpJoiner
  36. INFO: [127.0.0.1]:5701 [dev] [3.6.3]
Add Comment
Please, Sign In to add comment