Snippets

LudoDev MeRgXK: Untitled snippet

Created by LudoDev
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
15:47:33.916 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:47:33.916 WARN  FndCluster-akka.remote.default-remote-dispatcher-31 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:47:33.916 INFO  FndCluster-akka.actor.default-dispatcher-2 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [144] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:47:33.916 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:47:33.917 WARN  FndCluster-akka.remote.default-remote-dispatcher-31 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:47:33.917 INFO  FndCluster-akka.actor.default-dispatcher-19 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [145] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:47:38.929 WARN  FndCluster-cluster-dispatcher-16 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [72] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:47:38.933 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:47:38.934 WARN  FndCluster-akka.remote.default-remote-dispatcher-31 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:47:38.934 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:47:38.953 INFO  FndCluster-akka.actor.default-dispatcher-2 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [146] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:47:38.953 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:47:38.953 INFO  FndCluster-akka.actor.default-dispatcher-2 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [147] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:47:43.949 WARN  FndCluster-cluster-dispatcher-17 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [73] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:47:43.954 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:47:43.955 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:47:43.956 WARN  FndCluster-akka.remote.default-remote-dispatcher-31 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:47:43.956 WARN  FndCluster-akka.remote.default-remote-dispatcher-31 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:47:43.956 INFO  FndCluster-akka.actor.default-dispatcher-19 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [148] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:47:43.957 INFO  FndCluster-akka.actor.default-dispatcher-19 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [149] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:47:48.970 WARN  FndCluster-cluster-dispatcher-15 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [74] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:47:48.975 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:47:48.976 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:47:48.976 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:47:48.976 INFO  FndCluster-akka.actor.default-dispatcher-21 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [150] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:47:48.977 WARN  FndCluster-akka.remote.default-remote-dispatcher-31 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:47:48.977 INFO  FndCluster-akka.actor.default-dispatcher-21 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [151] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:47:53.990 WARN  FndCluster-cluster-dispatcher-14 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [75] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:47:53.996 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:47:53.996 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:47:53.996 INFO  FndCluster-akka.actor.default-dispatcher-4 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [152] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:47:54.003 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:47:54.003 WARN  FndCluster-akka.remote.default-remote-dispatcher-31 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:47:54.003 INFO  FndCluster-akka.actor.default-dispatcher-19 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [153] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:47:59.011 WARN  FndCluster-cluster-dispatcher-17 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [76] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:47:59.017 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:47:59.018 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:47:59.018 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:47:59.018 INFO  FndCluster-akka.actor.default-dispatcher-19 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [154] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:47:59.018 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:47:59.019 INFO  FndCluster-akka.actor.default-dispatcher-4 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [155] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:48:04.029 WARN  FndCluster-cluster-dispatcher-17 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [77] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:48:04.035 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:48:04.035 WARN  FndCluster-akka.remote.default-remote-dispatcher-31 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:48:04.035 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:48:04.053 INFO  FndCluster-akka.actor.default-dispatcher-21 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [156] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:48:04.053 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:48:04.053 INFO  FndCluster-akka.actor.default-dispatcher-21 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [157] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:48:09.049 WARN  FndCluster-cluster-dispatcher-16 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [78] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:48:09.055 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:48:09.055 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:48:09.056 WARN  FndCluster-akka.remote.default-remote-dispatcher-31 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:48:09.056 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:48:09.056 INFO  FndCluster-akka.actor.default-dispatcher-22 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [158] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:48:09.056 INFO  FndCluster-akka.actor.default-dispatcher-22 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [159] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:48:14.069 WARN  FndCluster-cluster-dispatcher-15 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [79] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:48:14.074 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:48:14.074 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:48:14.075 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:48:14.075 INFO  FndCluster-akka.actor.default-dispatcher-20 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [160] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:48:14.075 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:48:14.075 INFO  FndCluster-akka.actor.default-dispatcher-22 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [161] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:48:19.090 WARN  FndCluster-cluster-dispatcher-15 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [80] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:48:19.095 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:48:19.096 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:48:19.096 WARN  FndCluster-akka.remote.default-remote-dispatcher-31 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:48:19.102 INFO  FndCluster-akka.actor.default-dispatcher-21 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [162] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:48:19.103 WARN  FndCluster-akka.remote.default-remote-dispatcher-31 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:48:19.103 INFO  FndCluster-akka.actor.default-dispatcher-21 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [163] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:48:24.108 WARN  FndCluster-cluster-dispatcher-16 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [81] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:48:24.114 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:48:24.114 WARN  FndCluster-akka.remote.default-remote-dispatcher-31 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:48:24.114 INFO  FndCluster-akka.actor.default-dispatcher-4 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [164] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:48:24.115 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:48:24.115 WARN  FndCluster-akka.remote.default-remote-dispatcher-31 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:48:24.115 INFO  FndCluster-akka.actor.default-dispatcher-20 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [165] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:48:29.130 WARN  FndCluster-cluster-dispatcher-14 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [82] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:48:29.135 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:48:29.136 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:48:29.136 WARN  FndCluster-akka.remote.default-remote-dispatcher-31 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:48:29.152 INFO  FndCluster-akka.actor.default-dispatcher-22 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [166] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:48:29.153 WARN  FndCluster-akka.remote.default-remote-dispatcher-31 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:48:29.153 INFO  FndCluster-akka.actor.default-dispatcher-22 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [167] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:48:34.151 WARN  FndCluster-cluster-dispatcher-14 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [83] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:48:34.156 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:48:34.157 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:48:34.157 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:48:34.158 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:48:34.158 INFO  FndCluster-akka.actor.default-dispatcher-22 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [168] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:48:34.158 INFO  FndCluster-akka.actor.default-dispatcher-21 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [169] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:48:39.171 WARN  FndCluster-cluster-dispatcher-15 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [84] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:48:39.176 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:48:39.177 WARN  FndCluster-akka.remote.default-remote-dispatcher-31 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:48:39.177 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:48:39.177 INFO  FndCluster-akka.actor.default-dispatcher-4 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [170] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:48:39.202 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:48:39.203 INFO  FndCluster-akka.actor.default-dispatcher-4 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [171] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:48:44.188 WARN  FndCluster-cluster-dispatcher-16 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [85] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:48:44.194 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:48:44.195 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:48:44.195 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:48:44.203 INFO  FndCluster-akka.actor.default-dispatcher-4 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [172] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:48:44.203 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:48:44.203 INFO  FndCluster-akka.actor.default-dispatcher-4 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [173] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:48:49.211 WARN  FndCluster-cluster-dispatcher-16 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [86] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:48:49.216 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:48:49.217 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:48:49.217 WARN  FndCluster-akka.remote.default-remote-dispatcher-31 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:48:49.217 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:48:49.217 INFO  FndCluster-akka.actor.default-dispatcher-21 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [174] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:48:49.218 INFO  FndCluster-akka.actor.default-dispatcher-21 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [175] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:48:54.230 WARN  FndCluster-cluster-dispatcher-16 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [87] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:48:54.235 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:48:54.236 WARN  FndCluster-akka.remote.default-remote-dispatcher-31 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:48:54.236 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:48:54.253 INFO  FndCluster-akka.actor.default-dispatcher-4 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [176] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:48:54.253 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:48:54.253 INFO  FndCluster-akka.actor.default-dispatcher-4 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [177] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:48:59.250 WARN  FndCluster-cluster-dispatcher-17 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [88] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:48:59.256 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:48:59.256 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:48:59.256 INFO  FndCluster-akka.actor.default-dispatcher-20 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [178] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:48:59.257 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:48:59.257 WARN  FndCluster-akka.remote.default-remote-dispatcher-31 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:48:59.257 INFO  FndCluster-akka.actor.default-dispatcher-3 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [179] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:49:04.270 WARN  FndCluster-cluster-dispatcher-14 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [89] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:49:04.276 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:49:04.277 WARN  FndCluster-akka.remote.default-remote-dispatcher-31 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:49:04.277 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:49:04.277 INFO  FndCluster-akka.actor.default-dispatcher-19 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [180] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:49:04.277 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:49:04.277 INFO  FndCluster-akka.actor.default-dispatcher-4 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [181] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:49:09.289 WARN  FndCluster-cluster-dispatcher-15 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [90] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:49:09.293 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:49:09.294 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:49:09.295 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:49:09.302 INFO  FndCluster-akka.actor.default-dispatcher-20 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [182] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:49:09.302 WARN  FndCluster-akka.remote.default-remote-dispatcher-31 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:49:09.303 INFO  FndCluster-akka.actor.default-dispatcher-19 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [183] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:49:14.311 WARN  FndCluster-cluster-dispatcher-17 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [91] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:49:14.317 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:49:14.317 WARN  FndCluster-akka.remote.default-remote-dispatcher-31 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:49:14.318 INFO  FndCluster-akka.actor.default-dispatcher-3 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [184] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:49:14.318 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:49:14.318 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:49:14.318 INFO  FndCluster-akka.actor.default-dispatcher-4 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [185] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:49:19.328 WARN  FndCluster-cluster-dispatcher-17 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [92] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:49:19.332 INFO  FndCluster-akka.actor.default-dispatcher-4 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [186] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:49:19.334 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:49:19.352 WARN  FndCluster-akka.remote.default-remote-dispatcher-31 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:49:19.353 INFO  FndCluster-akka.actor.default-dispatcher-4 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [187] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:49:24.349 WARN  FndCluster-cluster-dispatcher-16 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [93] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:49:24.354 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:49:24.355 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:49:24.355 WARN  FndCluster-akka.remote.default-remote-dispatcher-31 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:49:24.355 INFO  FndCluster-akka.actor.default-dispatcher-4 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [188] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:49:24.355 WARN  FndCluster-akka.remote.default-remote-dispatcher-31 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:49:24.355 INFO  FndCluster-akka.actor.default-dispatcher-21 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [189] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:49:29.371 WARN  FndCluster-cluster-dispatcher-16 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [94] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:49:29.376 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:49:29.377 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:49:29.377 WARN  FndCluster-akka.remote.default-remote-dispatcher-31 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:49:29.377 INFO  FndCluster-akka.actor.default-dispatcher-21 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [190] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:49:29.402 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:49:29.403 INFO  FndCluster-akka.actor.default-dispatcher-4 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [191] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
Installing in AuthInfo(platform=DESKTOP, deviceId=dc0d9dee-bac9-4058-8631-a4a1560cff64, firmware=linux0.4.6, appVersion=1.0.0, loginId=null, loginMethod=null, password=null, accessToken=null, handle=null, country=null, gcmToken=null)
15:49:34.388 WARN  FndCluster-cluster-dispatcher-15 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [95] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:49:34.395 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:49:34.395 WARN  FndCluster-akka.remote.default-remote-dispatcher-31 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:49:34.395 INFO  FndCluster-akka.actor.default-dispatcher-20 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [192] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:49:34.402 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:49:34.402 WARN  FndCluster-akka.remote.default-remote-dispatcher-31 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:49:34.404 INFO  FndCluster-akka.actor.default-dispatcher-20 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [193] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:49:39.410 WARN  FndCluster-cluster-dispatcher-17 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [96] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:49:39.415 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:49:39.416 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:49:39.416 WARN  FndCluster-akka.remote.default-remote-dispatcher-31 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:49:39.416 INFO  FndCluster-akka.actor.default-dispatcher-20 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [194] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:49:39.416 WARN  FndCluster-akka.remote.default-remote-dispatcher-31 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:49:39.417 INFO  FndCluster-akka.actor.default-dispatcher-4 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [195] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:49:44.430 WARN  FndCluster-cluster-dispatcher-15 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [97] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:49:44.436 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:49:44.436 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:49:44.436 WARN  FndCluster-akka.remote.default-remote-dispatcher-31 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:49:44.452 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:49:44.452 INFO  FndCluster-akka.actor.default-dispatcher-22 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [196] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:49:44.452 INFO  FndCluster-akka.actor.default-dispatcher-22 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [197] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
Local login with AuthInfo(platform=DESKTOP, deviceId=dc0d9dee-bac9-4058-8631-a4a1560cff64, firmware=linux0.4.6, appVersion=1.0.2, loginId=dc0d9dee-bac9-4058-8631-a4a1560cff64, loginMethod=LOCAL, password=null, accessToken=null, handle=null, country=null, gcmToken=null)
localLogin Key ===> :d_~_dc0d9dee-bac9-4058-8631-a4a1560cff64
DeviceLogin found for key ===> :DeviceLogin(loginId=d_~_dc0d9dee-bac9-4058-8631-a4a1560cff64, playerId=3018, createdAt=1535192374660, updatedAt=1535192374660, version=1)
Updating player====
15:49:49.448 WARN  FndCluster-cluster-dispatcher-15 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [98] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:49:49.453 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:49:49.454 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:49:49.454 INFO  FndCluster-akka.actor.default-dispatcher-19 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [198] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:49:49.454 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:49:49.454 WARN  FndCluster-akka.remote.default-remote-dispatcher-31 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:49:49.455 INFO  FndCluster-akka.actor.default-dispatcher-20 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [199] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:49:54.470 WARN  FndCluster-cluster-dispatcher-17 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [99] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:49:54.476 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:49:54.476 WARN  FndCluster-akka.remote.default-remote-dispatcher-31 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:49:54.476 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:49:54.477 INFO  FndCluster-akka.actor.default-dispatcher-20 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [200] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:49:54.477 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:49:54.477 INFO  FndCluster-akka.actor.default-dispatcher-19 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [201] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:49:59.488 WARN  FndCluster-cluster-dispatcher-14 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [100] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:49:59.494 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:49:59.494 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:49:59.494 INFO  FndCluster-akka.actor.default-dispatcher-22 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [202] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:49:59.502 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:49:59.502 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:49:59.502 INFO  FndCluster-akka.actor.default-dispatcher-22 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [203] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:50:04.509 WARN  FndCluster-cluster-dispatcher-15 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [101] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:50:04.514 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:50:04.515 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:50:04.515 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:50:04.515 INFO  FndCluster-akka.actor.default-dispatcher-19 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [204] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:50:04.515 WARN  FndCluster-akka.remote.default-remote-dispatcher-31 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:50:04.516 INFO  FndCluster-akka.actor.default-dispatcher-19 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [205] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:50:09.529 WARN  FndCluster-cluster-dispatcher-14 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [102] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:50:09.534 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:50:09.535 WARN  FndCluster-akka.remote.default-remote-dispatcher-31 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:50:09.535 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:50:09.552 INFO  FndCluster-akka.actor.default-dispatcher-20 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [206] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:50:09.552 WARN  FndCluster-akka.remote.default-remote-dispatcher-31 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:50:09.552 INFO  FndCluster-akka.actor.default-dispatcher-4 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [207] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:50:14.550 WARN  FndCluster-cluster-dispatcher-17 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [103] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:50:14.555 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:50:14.556 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:50:14.556 WARN  FndCluster-akka.remote.default-remote-dispatcher-34 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:50:14.556 INFO  FndCluster-akka.actor.default-dispatcher-19 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [208] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:50:14.557 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:50:14.557 INFO  FndCluster-akka.actor.default-dispatcher-22 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [209] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
/play current sessionStr=>{"uid":3018,"loginId":"d_~_dc0d9dee-bac9-4058-8631-a4a1560cff64","loginMethod":"LOCAL","roles":[],"issuedAt":1535192387845,"version":"1.0.2","firmware":"linux0.4.6","deviceId":"dc0d9dee-bac9-4058-8631-a4a1560cff64","platform":"DESKTOP","sid":"00037e1d-29ae-4f17-9a41-1549deddf0e5"} info=>GamePlayInfo [betSize=500, roomType=2, playerSize=2]
15:50:19.569 WARN  FndCluster-cluster-dispatcher-16 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [104] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:50:19.575 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:50:19.576 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:50:19.576 WARN  FndCluster-akka.remote.default-remote-dispatcher-34 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:50:19.576 INFO  FndCluster-akka.actor.default-dispatcher-4 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [210] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:50:19.576 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:50:19.576 INFO  FndCluster-akka.actor.default-dispatcher-21 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [211] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:50:24.591 WARN  FndCluster-cluster-dispatcher-17 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [105] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:50:24.596 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:50:24.597 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:50:24.597 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:50:24.602 INFO  FndCluster-akka.actor.default-dispatcher-21 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [212] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:50:24.602 WARN  FndCluster-akka.remote.default-remote-dispatcher-35 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:50:24.602 INFO  FndCluster-akka.actor.default-dispatcher-21 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [213] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:50:29.608 WARN  FndCluster-cluster-dispatcher-17 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [106] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:50:29.614 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:50:29.614 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:50:29.615 INFO  FndCluster-akka.actor.default-dispatcher-19 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [214] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:50:29.615 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:50:29.615 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:50:29.616 INFO  FndCluster-akka.actor.default-dispatcher-19 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [215] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:50:34.628 WARN  FndCluster-cluster-dispatcher-16 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [107] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:50:34.633 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:50:34.634 WARN  FndCluster-akka.remote.default-remote-dispatcher-35 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:50:34.634 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:50:34.652 INFO  FndCluster-akka.actor.default-dispatcher-20 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [216] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:50:34.652 WARN  FndCluster-akka.remote.default-remote-dispatcher-35 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:50:34.652 INFO  FndCluster-akka.actor.default-dispatcher-20 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [217] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:50:39.649 WARN  FndCluster-cluster-dispatcher-14 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [108] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:50:39.654 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:50:39.655 WARN  FndCluster-akka.remote.default-remote-dispatcher-35 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:50:39.655 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:50:39.655 INFO  FndCluster-akka.actor.default-dispatcher-19 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [218] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:50:39.656 WARN  FndCluster-akka.remote.default-remote-dispatcher-35 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:50:39.656 INFO  FndCluster-akka.actor.default-dispatcher-19 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [219] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:50:41.910 ERROR FndCluster-akka.actor.default-dispatcher-20 akka.actor.ActorSystemImpl(FndCluster) - Error during processing of request: 'akka.pattern.AskTimeoutException: Ask timed out on [Actor[akka://FndCluster/user/gamePlaySingletonProxy#1734660578]] after [3000 ms]. Sender[null] sent message of type "com.unfold.core.db.game.GamePlayManagerActor$MatchRequest".'. Completing with 500 Internal Server Error response. To change default exception handling behavior, provide a custom ExceptionHandler.
java.util.concurrent.CompletionException: akka.pattern.AskTimeoutException: Ask timed out on [Actor[akka://FndCluster/user/gamePlaySingletonProxy#1734660578]] after [3000 ms]. Sender[null] sent message of type "com.unfold.core.db.game.GamePlayManagerActor$MatchRequest".
	at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:292)
	at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:308)
	at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:593)
	at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:577)
	at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474)
	at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1977)
	at scala.concurrent.java8.FuturesConvertersImpl$CF.apply(FutureConvertersImpl.scala:21)
	at scala.concurrent.java8.FuturesConvertersImpl$CF.apply(FutureConvertersImpl.scala:18)
	at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:60)
	at scala.concurrent.BatchingExecutor$Batch.processBatch$1(BatchingExecutor.scala:63)
	at scala.concurrent.BatchingExecutor$Batch.$anonfun$run$1(BatchingExecutor.scala:78)
	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:12)
	at scala.concurrent.BlockContext$.withBlockContext(BlockContext.scala:81)
	at scala.concurrent.BatchingExecutor$Batch.run(BatchingExecutor.scala:55)
	at scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:870)
	at scala.concurrent.BatchingExecutor.execute(BatchingExecutor.scala:106)
	at scala.concurrent.BatchingExecutor.execute$(BatchingExecutor.scala:103)
	at scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:868)
	at scala.concurrent.impl.CallbackRunnable.executeWithValue(Promise.scala:68)
	at scala.concurrent.impl.Promise$DefaultPromise.$anonfun$tryComplete$1(Promise.scala:284)
	at scala.concurrent.impl.Promise$DefaultPromise.$anonfun$tryComplete$1$adapted(Promise.scala:284)
	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:284)
	at akka.pattern.PromiseActorRef$.$anonfun$apply$1(AskSupport.scala:606)
	at akka.actor.Scheduler$$anon$4.run(Scheduler.scala:205)
	at scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:870)
	at scala.concurrent.BatchingExecutor.execute(BatchingExecutor.scala:109)
	at scala.concurrent.BatchingExecutor.execute$(BatchingExecutor.scala:103)
	at scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:868)
	at akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:328)
	at akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:279)
	at akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:283)
	at akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:235)
	at java.lang.Thread.run(Thread.java:748)
Caused by: akka.pattern.AskTimeoutException: Ask timed out on [Actor[akka://FndCluster/user/gamePlaySingletonProxy#1734660578]] after [3000 ms]. Sender[null] sent message of type "com.unfold.core.db.game.GamePlayManagerActor$MatchRequest".
	at akka.pattern.PromiseActorRef$.$anonfun$defaultOnTimeout$1(AskSupport.scala:596)
	... 11 common frames omitted
15:50:44.670 WARN  FndCluster-cluster-dispatcher-14 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [109] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:50:44.675 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:50:44.676 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:50:44.676 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:50:44.676 INFO  FndCluster-akka.actor.default-dispatcher-4 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [220] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:50:44.677 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:50:44.677 INFO  FndCluster-akka.actor.default-dispatcher-4 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [221] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:50:49.690 WARN  FndCluster-cluster-dispatcher-15 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [110] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:50:49.696 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:50:49.696 WARN  FndCluster-akka.remote.default-remote-dispatcher-35 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:50:49.696 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:50:49.696 INFO  FndCluster-akka.actor.default-dispatcher-21 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [222] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:50:49.697 WARN  FndCluster-akka.remote.default-remote-dispatcher-35 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:50:49.697 INFO  FndCluster-akka.actor.default-dispatcher-22 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [223] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:50:54.710 WARN  FndCluster-cluster-dispatcher-17 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [111] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:50:54.714 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:50:54.715 WARN  FndCluster-akka.remote.default-remote-dispatcher-35 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:50:54.716 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:50:54.716 INFO  FndCluster-akka.actor.default-dispatcher-20 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [224] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:50:54.716 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:50:54.716 INFO  FndCluster-akka.actor.default-dispatcher-21 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [225] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:50:59.729 WARN  FndCluster-cluster-dispatcher-15 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [112] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:50:59.735 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:50:59.735 WARN  FndCluster-akka.remote.default-remote-dispatcher-35 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:50:59.736 INFO  FndCluster-akka.actor.default-dispatcher-21 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [226] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:50:59.736 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:50:59.736 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:50:59.736 INFO  FndCluster-akka.actor.default-dispatcher-20 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [227] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:51:04.750 WARN  FndCluster-cluster-dispatcher-17 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [113] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:51:04.755 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:51:04.756 WARN  FndCluster-akka.remote.default-remote-dispatcher-35 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:51:04.756 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:51:04.756 INFO  FndCluster-akka.actor.default-dispatcher-4 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [228] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:51:04.757 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:51:04.757 INFO  FndCluster-akka.actor.default-dispatcher-19 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [229] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:51:09.769 WARN  FndCluster-cluster-dispatcher-15 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [114] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:51:09.775 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:51:09.775 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:51:09.775 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:51:09.776 INFO  FndCluster-akka.actor.default-dispatcher-4 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [230] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:51:09.776 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:51:09.776 INFO  FndCluster-akka.actor.default-dispatcher-4 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [231] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:51:14.789 WARN  FndCluster-cluster-dispatcher-16 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [115] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:51:14.794 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:51:14.795 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:51:14.795 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:51:14.795 INFO  FndCluster-akka.actor.default-dispatcher-19 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [232] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:51:14.795 WARN  FndCluster-akka.remote.default-remote-dispatcher-35 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:51:14.796 INFO  FndCluster-akka.actor.default-dispatcher-21 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [233] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:51:19.810 WARN  FndCluster-cluster-dispatcher-15 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [116] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:51:19.814 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:51:19.815 WARN  FndCluster-akka.remote.default-remote-dispatcher-35 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:51:19.815 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:51:19.815 INFO  FndCluster-akka.actor.default-dispatcher-22 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [234] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:51:19.815 WARN  FndCluster-akka.remote.default-remote-dispatcher-35 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:51:19.815 INFO  FndCluster-akka.actor.default-dispatcher-22 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [235] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:51:24.830 WARN  FndCluster-cluster-dispatcher-15 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [117] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:51:24.835 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:51:24.835 WARN  FndCluster-akka.remote.default-remote-dispatcher-35 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:51:24.836 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:51:24.836 INFO  FndCluster-akka.actor.default-dispatcher-4 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [236] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:51:24.836 WARN  FndCluster-akka.remote.default-remote-dispatcher-35 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:51:24.836 INFO  FndCluster-akka.actor.default-dispatcher-21 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [237] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:51:29.850 WARN  FndCluster-cluster-dispatcher-17 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [118] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:51:29.855 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:51:29.856 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:51:29.856 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:51:29.856 INFO  FndCluster-akka.actor.default-dispatcher-21 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [238] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:51:29.857 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:51:29.857 INFO  FndCluster-akka.actor.default-dispatcher-21 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [239] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:51:34.869 WARN  FndCluster-cluster-dispatcher-16 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [119] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:51:34.874 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:51:34.875 WARN  FndCluster-akka.remote.default-remote-dispatcher-35 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:51:34.875 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:51:34.875 INFO  FndCluster-akka.actor.default-dispatcher-22 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [240] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:51:34.875 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:51:34.875 INFO  FndCluster-akka.actor.default-dispatcher-21 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [241] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:51:39.889 WARN  FndCluster-cluster-dispatcher-16 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [120] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:51:39.894 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:51:39.895 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:51:39.895 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:51:39.895 WARN  FndCluster-akka.remote.default-remote-dispatcher-35 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:51:39.896 INFO  FndCluster-akka.actor.default-dispatcher-2 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [242] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:51:39.896 INFO  FndCluster-akka.actor.default-dispatcher-2 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [243] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:51:44.909 WARN  FndCluster-cluster-dispatcher-15 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [121] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:51:44.914 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:51:44.915 WARN  FndCluster-akka.remote.default-remote-dispatcher-35 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:51:44.915 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:51:44.915 WARN  FndCluster-akka.remote.default-remote-dispatcher-33 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:51:44.915 INFO  FndCluster-akka.actor.default-dispatcher-20 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [244] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:51:44.915 INFO  FndCluster-akka.actor.default-dispatcher-21 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [245] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:51:49.931 WARN  FndCluster-cluster-dispatcher-14 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [122] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:51:49.937 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:51:49.938 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:51:49.938 WARN  FndCluster-akka.remote.default-remote-dispatcher-35 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:51:49.938 INFO  FndCluster-akka.actor.default-dispatcher-20 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [246] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:51:49.938 WARN  FndCluster-akka.remote.default-remote-dispatcher-35 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:51:49.938 INFO  FndCluster-akka.actor.default-dispatcher-4 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [247] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:51:54.948 WARN  FndCluster-cluster-dispatcher-16 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [123] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:51:54.952 INFO  FndCluster-akka.actor.default-dispatcher-20 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [248] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:51:54.953 INFO  FndCluster-akka.actor.default-dispatcher-21 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [249] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:51:58.772 ERROR FndCluster-akka.actor.default-dispatcher-2 akka.actor.ActorSystemImpl(FndCluster) - Error during processing of request: 'akka.pattern.AskTimeoutException: Ask timed out on [Actor[akka://FndCluster/user/gamePlaySingletonProxy#1734660578]] after [3000 ms]. Sender[null] sent message of type "com.unfold.core.db.game.GamePlayManagerActor$MatchRequest".'. Completing with 500 Internal Server Error response. To change default exception handling behavior, provide a custom ExceptionHandler.
java.util.concurrent.CompletionException: akka.pattern.AskTimeoutException: Ask timed out on [Actor[akka://FndCluster/user/gamePlaySingletonProxy#1734660578]] after [3000 ms]. Sender[null] sent message of type "com.unfold.core.db.game.GamePlayManagerActor$MatchRequest".
	at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:292)
	at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:308)
	at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:593)
	at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:577)
	at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474)
	at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1977)
	at scala.concurrent.java8.FuturesConvertersImpl$CF.apply(FutureConvertersImpl.scala:21)
	at scala.concurrent.java8.FuturesConvertersImpl$CF.apply(FutureConvertersImpl.scala:18)
	at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:60)
	at scala.concurrent.BatchingExecutor$Batch.processBatch$1(BatchingExecutor.scala:63)
	at scala.concurrent.BatchingExecutor$Batch.$anonfun$run$1(BatchingExecutor.scala:78)
	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:12)
	at scala.concurrent.BlockContext$.withBlockContext(BlockContext.scala:81)
	at scala.concurrent.BatchingExecutor$Batch.run(BatchingExecutor.scala:55)
	at scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:870)
	at scala.concurrent.BatchingExecutor.execute(BatchingExecutor.scala:106)
	at scala.concurrent.BatchingExecutor.execute$(BatchingExecutor.scala:103)
	at scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:868)
	at scala.concurrent.impl.CallbackRunnable.executeWithValue(Promise.scala:68)
	at scala.concurrent.impl.Promise$DefaultPromise.$anonfun$tryComplete$1(Promise.scala:284)
	at scala.concurrent.impl.Promise$DefaultPromise.$anonfun$tryComplete$1$adapted(Promise.scala:284)
	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:284)
	at akka.pattern.PromiseActorRef$.$anonfun$apply$1(AskSupport.scala:606)
	at akka.actor.Scheduler$$anon$4.run(Scheduler.scala:205)
	at scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:870)
	at scala.concurrent.BatchingExecutor.execute(BatchingExecutor.scala:109)
	at scala.concurrent.BatchingExecutor.execute$(BatchingExecutor.scala:103)
	at scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:868)
	at akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:328)
	at akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:279)
	at akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:283)
	at akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:235)
	at java.lang.Thread.run(Thread.java:748)
Caused by: akka.pattern.AskTimeoutException: Ask timed out on [Actor[akka://FndCluster/user/gamePlaySingletonProxy#1734660578]] after [3000 ms]. Sender[null] sent message of type "com.unfold.core.db.game.GamePlayManagerActor$MatchRequest".
	at akka.pattern.PromiseActorRef$.$anonfun$defaultOnTimeout$1(AskSupport.scala:596)
	... 11 common frames omitted
15:51:59.969 WARN  FndCluster-cluster-dispatcher-15 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [124] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:51:59.978 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:51:59.979 WARN  FndCluster-akka.remote.default-remote-dispatcher-36 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:51:59.979 INFO  FndCluster-akka.actor.default-dispatcher-22 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [250] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:51:59.980 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:51:59.981 WARN  FndCluster-akka.remote.default-remote-dispatcher-36 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:51:59.981 INFO  FndCluster-akka.actor.default-dispatcher-22 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [251] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:52:04.990 WARN  FndCluster-cluster-dispatcher-17 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [125] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:52:04.993 INFO  FndCluster-akka.actor.default-dispatcher-21 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [252] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:52:04.995 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:52:04.995 WARN  FndCluster-akka.remote.default-remote-dispatcher-36 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:52:04.995 INFO  FndCluster-akka.actor.default-dispatcher-21 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [253] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:52:10.010 WARN  FndCluster-cluster-dispatcher-16 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [126] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:52:10.015 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:52:10.016 WARN  FndCluster-akka.remote.default-remote-dispatcher-35 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:52:10.016 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:52:10.016 INFO  FndCluster-akka.actor.default-dispatcher-24 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [254] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:52:10.017 WARN  FndCluster-akka.remote.default-remote-dispatcher-35 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:52:10.017 INFO  FndCluster-akka.actor.default-dispatcher-21 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [255] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:52:15.032 WARN  FndCluster-cluster-dispatcher-15 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [127] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:52:15.038 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:52:15.038 WARN  FndCluster-akka.remote.default-remote-dispatcher-36 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:52:15.039 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:52:15.039 INFO  FndCluster-akka.actor.default-dispatcher-2 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [256] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:52:15.039 WARN  FndCluster-akka.remote.default-remote-dispatcher-36 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:52:15.039 INFO  FndCluster-akka.actor.default-dispatcher-24 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [257] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:52:20.052 WARN  FndCluster-cluster-dispatcher-15 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [128] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:52:20.058 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:52:20.059 WARN  FndCluster-akka.remote.default-remote-dispatcher-35 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:52:20.059 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:52:20.059 INFO  FndCluster-akka.actor.default-dispatcher-24 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [258] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:52:20.059 WARN  FndCluster-akka.remote.default-remote-dispatcher-36 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:52:20.059 INFO  FndCluster-akka.actor.default-dispatcher-24 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [259] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:52:25.071 WARN  FndCluster-cluster-dispatcher-17 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [129] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:52:25.076 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:52:25.077 WARN  FndCluster-akka.remote.default-remote-dispatcher-35 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:52:25.077 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:52:25.077 INFO  FndCluster-akka.actor.default-dispatcher-24 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [260] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:52:25.077 WARN  FndCluster-akka.remote.default-remote-dispatcher-36 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:52:25.078 INFO  FndCluster-akka.actor.default-dispatcher-19 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [261] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:52:30.091 WARN  FndCluster-cluster-dispatcher-17 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [130] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:52:30.097 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:52:30.098 WARN  FndCluster-akka.remote.default-remote-dispatcher-35 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:52:30.098 INFO  FndCluster-akka.actor.default-dispatcher-21 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [262] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:52:30.098 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:52:30.098 WARN  FndCluster-akka.remote.default-remote-dispatcher-36 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:52:30.098 INFO  FndCluster-akka.actor.default-dispatcher-21 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [263] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:52:35.112 WARN  FndCluster-cluster-dispatcher-17 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [131] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:52:35.117 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:52:35.118 WARN  FndCluster-akka.remote.default-remote-dispatcher-36 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:52:35.118 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:52:35.118 INFO  FndCluster-akka.actor.default-dispatcher-24 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [264] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:52:35.118 WARN  FndCluster-akka.remote.default-remote-dispatcher-35 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:52:35.119 INFO  FndCluster-akka.actor.default-dispatcher-21 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [265] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:52:40.132 WARN  FndCluster-cluster-dispatcher-17 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [132] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:52:40.138 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:52:40.138 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:52:40.138 WARN  FndCluster-akka.remote.default-remote-dispatcher-36 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:52:40.138 INFO  FndCluster-akka.actor.default-dispatcher-19 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [266] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:52:40.139 WARN  FndCluster-akka.remote.default-remote-dispatcher-35 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:52:40.139 INFO  FndCluster-akka.actor.default-dispatcher-24 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [267] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:52:45.152 WARN  FndCluster-cluster-dispatcher-16 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [133] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:52:45.160 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:52:45.162 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:52:45.163 WARN  FndCluster-akka.remote.default-remote-dispatcher-36 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:52:45.163 WARN  FndCluster-akka.remote.default-remote-dispatcher-36 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:52:45.163 INFO  FndCluster-akka.actor.default-dispatcher-2 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [268] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:52:45.163 INFO  FndCluster-akka.actor.default-dispatcher-2 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [269] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:52:50.171 WARN  FndCluster-cluster-dispatcher-14 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [134] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:52:50.175 INFO  FndCluster-akka.actor.default-dispatcher-21 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [270] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:52:50.175 INFO  FndCluster-akka.actor.default-dispatcher-21 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [271] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:52:55.192 WARN  FndCluster-cluster-dispatcher-16 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [135] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:52:55.198 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:52:55.198 WARN  FndCluster-akka.remote.default-remote-dispatcher-36 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:52:55.199 INFO  FndCluster-akka.actor.default-dispatcher-2 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [272] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:52:55.199 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:52:55.199 WARN  FndCluster-akka.remote.default-remote-dispatcher-35 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:52:55.199 INFO  FndCluster-akka.actor.default-dispatcher-2 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [273] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:53:00.214 WARN  FndCluster-cluster-dispatcher-14 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [136] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:53:00.219 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:53:00.220 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:53:00.220 WARN  FndCluster-akka.remote.default-remote-dispatcher-36 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:53:00.221 INFO  FndCluster-akka.actor.default-dispatcher-19 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [274] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:53:00.221 WARN  FndCluster-akka.remote.default-remote-dispatcher-35 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:53:00.221 INFO  FndCluster-akka.actor.default-dispatcher-19 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [275] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:53:05.233 WARN  FndCluster-cluster-dispatcher-15 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [137] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:53:05.238 INFO  FndCluster-akka.actor.default-dispatcher-24 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [276] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:53:05.239 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:53:05.240 WARN  FndCluster-akka.remote.default-remote-dispatcher-36 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:53:05.240 INFO  FndCluster-akka.actor.default-dispatcher-24 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [277] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:53:10.253 WARN  FndCluster-cluster-dispatcher-15 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [138] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:53:10.259 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:53:10.260 WARN  FndCluster-akka.remote.default-remote-dispatcher-36 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:53:10.260 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:53:10.261 INFO  FndCluster-akka.actor.default-dispatcher-24 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [278] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:53:10.261 WARN  FndCluster-akka.remote.default-remote-dispatcher-35 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:53:10.261 INFO  FndCluster-akka.actor.default-dispatcher-24 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [279] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:53:15.272 WARN  FndCluster-cluster-dispatcher-15 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [139] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:53:15.278 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:53:15.278 WARN  FndCluster-akka.remote.default-remote-dispatcher-35 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:53:15.279 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:53:15.279 INFO  FndCluster-akka.actor.default-dispatcher-24 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [280] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:53:15.279 WARN  FndCluster-akka.remote.default-remote-dispatcher-36 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:53:15.279 INFO  FndCluster-akka.actor.default-dispatcher-24 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [281] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:53:20.294 WARN  FndCluster-cluster-dispatcher-14 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [140] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:53:20.301 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2551
15:53:20.301 WARN  FndCluster-akka.remote.default-remote-dispatcher-35 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2551-0 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2551] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2551]] Caused by: [Connection refused: /127.0.0.1:2551]
15:53:20.301 WARN  New I/O boss #3 NettyTransport(akka://FndCluster) - Remote connection to [null] failed with java.net.ConnectException: Connection refused: /127.0.0.1:2552
15:53:20.301 INFO  FndCluster-akka.actor.default-dispatcher-24 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [282] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:53:20.302 WARN  FndCluster-akka.remote.default-remote-dispatcher-36 akka.tcp://FndCluster@10.0.0.6:2551/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FFndCluster%40127.0.0.1%3A2552-1 - Association with remote system [akka.tcp://FndCluster@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://FndCluster@127.0.0.1:2552]] Caused by: [Connection refused: /127.0.0.1:2552]
15:53:20.302 INFO  FndCluster-akka.actor.default-dispatcher-24 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [283] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:53:25.313 WARN  FndCluster-cluster-dispatcher-16 akka.tcp://FndCluster@10.0.0.6:2551/system/cluster/core/daemon/joinSeedNodeProcess-1 - Couldn't join seed nodes after [141] attempts, will try again. seed-nodes=[akka.tcp://FndCluster@127.0.0.1:2551, akka.tcp://FndCluster@127.0.0.1:2552]
15:53:25.317 INFO  FndCluster-akka.actor.default-dispatcher-22 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [284] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
15:53:25.317 INFO  FndCluster-akka.actor.default-dispatcher-22 akka://FndCluster/deadLetters - Message [akka.cluster.InternalClusterAction$InitJoin] from Actor[akka://FndCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1147984515] to Actor[akka://FndCluster/deadLetters] was not delivered. [285] dead letters encountered. If this is not an expected behavior, then [Actor[akka://FndCluster/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.