2024-11-17 18:18:25:478 +0000 [main] DEBUG AbstractJsonRPCComponent - [test][NOTIFICATION] map lookup => null 2024-11-17 18:18:25:479 +0000 [main] DEBUG AbstractJsonRPCComponent - [test][NOTIFICATION] governance lookup => ws://localhost:51961 2024-11-17 18:18:25:479 +0000 [main] DEBUG JsonRPCNotificationService - Notification 'notification2' mapped to ws://localhost:51961 2024-11-17 18:18:25:480 +0000 [main] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:51961 2024-11-17 18:18:25:480 +0000 [main] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@2473014 2024-11-17 18:18:25:480 +0000 [main] DEBUG AbstractJsonRPCComponent - [test][NOTIFICATION] map lookup => null 2024-11-17 18:18:25:480 +0000 [main] DEBUG AbstractJsonRPCComponent - [test][NOTIFICATION] governance lookup => ws://localhost:51961 2024-11-17 18:18:25:481 +0000 [main] DEBUG JsonRPCNotificationService - Notification 'notification1' mapped to ws://localhost:51961 2024-11-17 18:18:25:481 +0000 [main] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:51961 2024-11-17 18:18:25:481 +0000 [main] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@1710341932 2024-11-17 18:18:25:481 +0000 [nioEventLoopGroup-2-6] WARN AbstractReconnectingClient - Connection attempt to 'localhost/127.0.0.1:51961' failed io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: localhost/127.0.0.1:51961 Caused by: java.net.ConnectException: Connection refused at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:973) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:336) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:339) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) 2024-11-17 18:18:25:482 +0000 [nioEventLoopGroup-2-6] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to INITIAL [N/A]@2473014 2024-11-17 18:18:25:482 +0000 [nioEventLoopGroup-2-7] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0xcde4dbbd, L:/127.0.0.1:38030 - R:localhost/127.0.0.1:51961]]@1710341932 2024-11-17 18:18:25:482 +0000 [nioEventLoopGroup-2-7] DEBUG WebSocketClientHandshaker13 - WebSocket version 13 client handshake key: VR6zTrOJOuptgz6bAl1grg==, expected response: I6YBaWPcAZztIJ3NOTGAyl2TIjc= 2024-11-17 18:18:25:484 +0000 [nioEventLoopGroup-2-10] DEBUG WebSocketServerHandshaker - [id: 0x45f2d7e8, L:/127.0.0.1:51961 - R:/127.0.0.1:38030] WebSocket version V13 server handshake 2024-11-17 18:18:25:484 +0000 [nioEventLoopGroup-2-10] DEBUG WebSocketServerHandshaker - WebSocket version 13 server handshake key: VR6zTrOJOuptgz6bAl1grg==, response: I6YBaWPcAZztIJ3NOTGAyl2TIjc= 2024-11-17 18:18:25:485 +0000 [nioEventLoopGroup-2-7] DEBUG WebSocketClientHandshake - Client connected on [id: 0xcde4dbbd, L:/127.0.0.1:38030 - R:localhost/127.0.0.1:51961] 2024-11-17 18:18:26:135 +0000 [defaultEventExecutorGroup-3-2] DEBUG NotificationHandlerAdapter - Notification : {"jsonrpc":"2.0","method":"notification1","params":1} 2024-11-17 18:18:26:136 +0000 [defaultEventExecutorGroup-3-2] TRACE NotificationCodec - [decode][notification1] input : 1 2024-11-17 18:18:26:136 +0000 [defaultEventExecutorGroup-3-2] ERROR AbstractMessageListenerAdapter - Caught exception on [id: 0xcde4dbbd, L:/127.0.0.1:38030 - R:localhost/127.0.0.1:51961], closing channel now java.lang.IllegalArgumentException: expected one element but was: at com.google.common.collect.Iterators.getOnlyElement(Iterators.java:322) at com.google.common.collect.Iterables.getOnlyElement(Iterables.java:263) at org.opendaylight.jsonrpc.dom.codec.RpcNotificationBaseCodec.wrapPrimitive(RpcNotificationBaseCodec.java:72) at org.opendaylight.jsonrpc.dom.codec.RpcNotificationBaseCodec.wrapInputIfNecessary(RpcNotificationBaseCodec.java:62) at org.opendaylight.jsonrpc.dom.codec.NotificationCodec.deserialize(NotificationCodec.java:50) at org.opendaylight.jsonrpc.dom.codec.NotificationCodec.deserialize(NotificationCodec.java:31) at org.opendaylight.jsonrpc.impl.JsonRPCNotificationService.handleNotification(JsonRPCNotificationService.java:134) at org.opendaylight.jsonrpc.bus.messagelib.SubscriberHandlerAdapter.handleNotification(SubscriberHandlerAdapter.java:31) at org.opendaylight.jsonrpc.bus.messagelib.NotificationHandlerAdapter.onMessage(NotificationHandlerAdapter.java:44) at org.opendaylight.jsonrpc.bus.spi.AbstractMessageListenerAdapter.processResponse(AbstractMessageListenerAdapter.java:38) at org.opendaylight.jsonrpc.bus.http.WebSocketClientHandler.channelRead0(WebSocketClientHandler.java:39) at org.opendaylight.jsonrpc.bus.http.WebSocketClientHandler.channelRead0(WebSocketClientHandler.java:26) at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:99) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) at io.netty.channel.AbstractChannelHandlerContext.access$600(AbstractChannelHandlerContext.java:61) at io.netty.channel.AbstractChannelHandlerContext$7.run(AbstractChannelHandlerContext.java:425) at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173) at io.netty.util.concurrent.DefaultEventExecutor.run(DefaultEventExecutor.java:66) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) 2024-11-17 18:18:26:136 +0000 [nioEventLoopGroup-2-7] WARN DefaultChannelPipeline - An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception. java.lang.IllegalArgumentException: expected one element but was: at com.google.common.collect.Iterators.getOnlyElement(Iterators.java:322) at com.google.common.collect.Iterables.getOnlyElement(Iterables.java:263) at org.opendaylight.jsonrpc.dom.codec.RpcNotificationBaseCodec.wrapPrimitive(RpcNotificationBaseCodec.java:72) at org.opendaylight.jsonrpc.dom.codec.RpcNotificationBaseCodec.wrapInputIfNecessary(RpcNotificationBaseCodec.java:62) at org.opendaylight.jsonrpc.dom.codec.NotificationCodec.deserialize(NotificationCodec.java:50) at org.opendaylight.jsonrpc.dom.codec.NotificationCodec.deserialize(NotificationCodec.java:31) at org.opendaylight.jsonrpc.impl.JsonRPCNotificationService.handleNotification(JsonRPCNotificationService.java:134) at org.opendaylight.jsonrpc.bus.messagelib.SubscriberHandlerAdapter.handleNotification(SubscriberHandlerAdapter.java:31) at org.opendaylight.jsonrpc.bus.messagelib.NotificationHandlerAdapter.onMessage(NotificationHandlerAdapter.java:44) at org.opendaylight.jsonrpc.bus.spi.AbstractMessageListenerAdapter.processResponse(AbstractMessageListenerAdapter.java:38) at org.opendaylight.jsonrpc.bus.http.WebSocketClientHandler.channelRead0(WebSocketClientHandler.java:39) at org.opendaylight.jsonrpc.bus.http.WebSocketClientHandler.channelRead0(WebSocketClientHandler.java:26) at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:99) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) at io.netty.channel.AbstractChannelHandlerContext.access$600(AbstractChannelHandlerContext.java:61) at io.netty.channel.AbstractChannelHandlerContext$7.run(AbstractChannelHandlerContext.java:425) at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173) at io.netty.util.concurrent.DefaultEventExecutor.run(DefaultEventExecutor.java:66) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) 2024-11-17 18:18:26:137 +0000 [nioEventLoopGroup-2-7] DEBUG AbstractReconnectingClient - Scheduling reconnect because state is CONNECTED@1506773676 2024-11-17 18:18:26:137 +0000 [nioEventLoopGroup-2-7] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to INITIAL [[id: 0xcde4dbbd, L:/127.0.0.1:38030 ! R:localhost/127.0.0.1:51961]]@1710341932 2024-11-17 18:18:26:375 +0000 [nioEventLoopGroup-2-5] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:47717 2024-11-17 18:18:26:375 +0000 [nioEventLoopGroup-2-5] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [[id: 0xf95d8d47, L:/127.0.0.1:60022 ! R:localhost/127.0.0.1:47717]]@1608491869 2024-11-17 18:18:26:377 +0000 [nioEventLoopGroup-2-12] TRACE AbstractReconnectingClient - Connection attempt to 'localhost/127.0.0.1:47717' failed io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: localhost/127.0.0.1:47717 Caused by: java.net.ConnectException: Connection refused at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:973) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:336) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:339) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) 2024-11-17 18:18:26:378 +0000 [nioEventLoopGroup-2-12] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to INITIAL [[id: 0xf95d8d47, L:/127.0.0.1:60022 ! R:localhost/127.0.0.1:47717]]@1608491869 2024-11-17 18:18:26:484 +0000 [nioEventLoopGroup-2-9] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:51961 2024-11-17 18:18:26:484 +0000 [nioEventLoopGroup-2-9] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@2473014 2024-11-17 18:18:26:485 +0000 [nioEventLoopGroup-2-2] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0xe6f5ffda, L:/127.0.0.1:38042 - R:localhost/127.0.0.1:51961]]@2473014 2024-11-17 18:18:26:486 +0000 [nioEventLoopGroup-2-2] DEBUG WebSocketClientHandshaker13 - WebSocket version 13 client handshake key: lQa0rttvJImOsYF1vMKEoA==, expected response: S5z0g2l0cFpa71flGkFr7b2PVHQ= 2024-11-17 18:18:26:488 +0000 [nioEventLoopGroup-2-3] DEBUG WebSocketServerHandshaker - [id: 0x48b92374, L:/127.0.0.1:51961 - R:/127.0.0.1:38042] WebSocket version V13 server handshake 2024-11-17 18:18:26:488 +0000 [nioEventLoopGroup-2-3] DEBUG WebSocketServerHandshaker - WebSocket version 13 server handshake key: lQa0rttvJImOsYF1vMKEoA==, response: S5z0g2l0cFpa71flGkFr7b2PVHQ= 2024-11-17 18:18:26:490 +0000 [nioEventLoopGroup-2-2] DEBUG WebSocketClientHandshake - Client connected on [id: 0xe6f5ffda, L:/127.0.0.1:38042 - R:localhost/127.0.0.1:51961] 2024-11-17 18:18:27:139 +0000 [nioEventLoopGroup-2-11] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:51961 2024-11-17 18:18:27:139 +0000 [nioEventLoopGroup-2-11] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [[id: 0xcde4dbbd, L:/127.0.0.1:38030 ! R:localhost/127.0.0.1:51961]]@1710341932 2024-11-17 18:18:27:141 +0000 [nioEventLoopGroup-2-4] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0xf49848b9, L:/127.0.0.1:38054 - R:localhost/127.0.0.1:51961]]@1710341932 2024-11-17 18:18:27:141 +0000 [nioEventLoopGroup-2-4] DEBUG WebSocketClientHandshaker13 - WebSocket version 13 client handshake key: t5eEw1vGMZ4w5KxHxPzyiA==, expected response: vVZcH9YWB2y9HKh7GuC+u97Lls8= 2024-11-17 18:18:27:143 +0000 [nioEventLoopGroup-2-5] DEBUG WebSocketServerHandshaker - [id: 0x3a11324c, L:/127.0.0.1:51961 - R:/127.0.0.1:38054] WebSocket version V13 server handshake 2024-11-17 18:18:27:144 +0000 [nioEventLoopGroup-2-5] DEBUG WebSocketServerHandshaker - WebSocket version 13 server handshake key: t5eEw1vGMZ4w5KxHxPzyiA==, response: vVZcH9YWB2y9HKh7GuC+u97Lls8= 2024-11-17 18:18:27:146 +0000 [nioEventLoopGroup-2-4] DEBUG WebSocketClientHandshake - Client connected on [id: 0xf49848b9, L:/127.0.0.1:38054 - R:localhost/127.0.0.1:51961] 2024-11-17 18:18:27:379 +0000 [nioEventLoopGroup-2-1] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:47717 2024-11-17 18:18:27:380 +0000 [nioEventLoopGroup-2-1] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [[id: 0xf95d8d47, L:/127.0.0.1:60022 ! R:localhost/127.0.0.1:47717]]@1608491869 2024-11-17 18:18:27:382 +0000 [nioEventLoopGroup-2-6] TRACE AbstractReconnectingClient - Connection attempt to 'localhost/127.0.0.1:47717' failed io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: localhost/127.0.0.1:47717 Caused by: java.net.ConnectException: Connection refused at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:973) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:336) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:339) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) 2024-11-17 18:18:27:382 +0000 [nioEventLoopGroup-2-6] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to INITIAL [[id: 0xf95d8d47, L:/127.0.0.1:60022 ! R:localhost/127.0.0.1:47717]]@1608491869 2024-11-17 18:18:28:384 +0000 [nioEventLoopGroup-2-7] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:47717 2024-11-17 18:18:28:384 +0000 [nioEventLoopGroup-2-7] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [[id: 0xf95d8d47, L:/127.0.0.1:60022 ! R:localhost/127.0.0.1:47717]]@1608491869 2024-11-17 18:18:28:387 +0000 [nioEventLoopGroup-2-8] TRACE AbstractReconnectingClient - Connection attempt to 'localhost/127.0.0.1:47717' failed io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: localhost/127.0.0.1:47717 Caused by: java.net.ConnectException: Connection refused at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:973) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:336) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:339) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) 2024-11-17 18:18:28:387 +0000 [nioEventLoopGroup-2-8] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to INITIAL [[id: 0xf95d8d47, L:/127.0.0.1:60022 ! R:localhost/127.0.0.1:47717]]@1608491869 2024-11-17 18:18:29:388 +0000 [nioEventLoopGroup-2-9] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:47717 2024-11-17 18:18:29:389 +0000 [nioEventLoopGroup-2-9] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [[id: 0xf95d8d47, L:/127.0.0.1:60022 ! R:localhost/127.0.0.1:47717]]@1608491869 2024-11-17 18:18:29:391 +0000 [nioEventLoopGroup-2-10] TRACE AbstractReconnectingClient - Connection attempt to 'localhost/127.0.0.1:47717' failed io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: localhost/127.0.0.1:47717 Caused by: java.net.ConnectException: Connection refused at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:973) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:336) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:339) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) 2024-11-17 18:18:29:391 +0000 [nioEventLoopGroup-2-10] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to INITIAL [[id: 0xf95d8d47, L:/127.0.0.1:60022 ! R:localhost/127.0.0.1:47717]]@1608491869 2024-11-17 18:18:30:393 +0000 [nioEventLoopGroup-2-11] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:47717 2024-11-17 18:18:30:393 +0000 [nioEventLoopGroup-2-11] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [[id: 0xf95d8d47, L:/127.0.0.1:60022 ! R:localhost/127.0.0.1:47717]]@1608491869 2024-11-17 18:18:30:395 +0000 [nioEventLoopGroup-2-12] TRACE AbstractReconnectingClient - Connection attempt to 'localhost/127.0.0.1:47717' failed io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: localhost/127.0.0.1:47717 Caused by: java.net.ConnectException: Connection refused at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:973) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:336) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:339) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) 2024-11-17 18:18:30:395 +0000 [nioEventLoopGroup-2-12] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to INITIAL [[id: 0xf95d8d47, L:/127.0.0.1:60022 ! R:localhost/127.0.0.1:47717]]@1608491869 2024-11-17 18:18:31:136 +0000 [main] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractSession [PUB@ws://localhost:51961@1864838596] 2024-11-17 18:18:31:138 +0000 [nioEventLoopGroup-2-4] DEBUG AbstractReconnectingClient - Scheduling reconnect because state is CONNECTED@1506773676 2024-11-17 18:18:31:138 +0000 [main] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractReconnectingClient [state=CONNECTED, uri=ws://localhost:51961, sessionType=SUB, hashCode=2473014] 2024-11-17 18:18:31:138 +0000 [nioEventLoopGroup-2-4] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to INITIAL [[id: 0xf49848b9, L:/127.0.0.1:38054 ! R:localhost/127.0.0.1:51961]]@1710341932 2024-11-17 18:18:31:138 +0000 [main] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to DONE [[id: 0xe6f5ffda, L:/127.0.0.1:38042 - R:localhost/127.0.0.1:51961]]@2473014 2024-11-17 18:18:31:139 +0000 [nioEventLoopGroup-2-4] DEBUG DefaultChannelPipeline - Discarded inbound message CloseWebSocketFrame(data: PooledUnsafeDirectByteBuf(ridx: 0, widx: 5, cap: 5)) that reached at the tail of the pipeline. Please check your pipeline configuration. 2024-11-17 18:18:31:139 +0000 [nioEventLoopGroup-2-4] DEBUG DefaultChannelPipeline - Discarded message pipeline : [ws-decoder, ws-encoder, client-handler, DefaultChannelPipeline$TailContext#0]. Channel : [id: 0xf49848b9, L:/127.0.0.1:38054 ! R:localhost/127.0.0.1:51961]. 2024-11-17 18:18:31:139 +0000 [nioEventLoopGroup-2-2] DEBUG DefaultChannelPipeline - Discarded inbound message CloseWebSocketFrame(data: PooledUnsafeDirectByteBuf(ridx: 0, widx: 5, cap: 5)) that reached at the tail of the pipeline. Please check your pipeline configuration. 2024-11-17 18:18:31:139 +0000 [main] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractReconnectingClient [state=INITIAL, uri=ws://localhost:51961, sessionType=SUB, hashCode=1710341932] 2024-11-17 18:18:31:139 +0000 [main] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to DONE [[id: 0xf49848b9, L:/127.0.0.1:38054 ! R:localhost/127.0.0.1:51961]]@1710341932 2024-11-17 18:18:31:139 +0000 [nioEventLoopGroup-2-2] DEBUG DefaultChannelPipeline - Discarded message pipeline : [ws-decoder, ws-encoder, client-handler, DefaultChannelPipeline$TailContext#0]. Channel : [id: 0xe6f5ffda, L:/127.0.0.1:38042 ! R:localhost/127.0.0.1:51961].