2024-11-25 08:12:09:616 +0000 [main] DEBUG AbstractJsonRPCComponent - [test][NOTIFICATION] map lookup => null 2024-11-25 08:12:09:616 +0000 [main] DEBUG AbstractJsonRPCComponent - [test][NOTIFICATION] governance lookup => ws://localhost:50625 2024-11-25 08:12:09:616 +0000 [main] DEBUG JsonRPCNotificationService - Notification 'notification1' mapped to ws://localhost:50625 2024-11-25 08:12:09:617 +0000 [main] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:50625 2024-11-25 08:12:09:617 +0000 [main] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@1788774641 2024-11-25 08:12:09:617 +0000 [main] DEBUG AbstractJsonRPCComponent - [test][NOTIFICATION] map lookup => null 2024-11-25 08:12:09:618 +0000 [main] DEBUG AbstractJsonRPCComponent - [test][NOTIFICATION] governance lookup => ws://localhost:50625 2024-11-25 08:12:09:618 +0000 [main] DEBUG JsonRPCNotificationService - Notification 'notification2' mapped to ws://localhost:50625 2024-11-25 08:12:09:618 +0000 [main] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:50625 2024-11-25 08:12:09:618 +0000 [main] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@115457323 2024-11-25 08:12:09:618 +0000 [nioEventLoopGroup-2-10] WARN AbstractReconnectingClient - Connection attempt to 'localhost/127.0.0.1:50625' failed io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: localhost/127.0.0.1:50625 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:994) 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-25 08:12:09:618 +0000 [nioEventLoopGroup-2-10] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to INITIAL [N/A]@1788774641 2024-11-25 08:12:09:619 +0000 [nioEventLoopGroup-2-11] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0x63b04ca8, L:/127.0.0.1:45578 - R:localhost/127.0.0.1:50625]]@115457323 2024-11-25 08:12:09:619 +0000 [nioEventLoopGroup-2-11] DEBUG WebSocketClientHandshaker13 - WebSocket version 13 client handshake key: zfkcJtOU67Uhz+TxsnyTiw==, expected response: lt/p+cnbfQP7Pf5GybKIMDpdXnU= 2024-11-25 08:12:09:621 +0000 [nioEventLoopGroup-2-2] DEBUG WebSocketServerHandshaker - [id: 0x7b343f93, L:/127.0.0.1:50625 - R:/127.0.0.1:45578] WebSocket version V13 server handshake 2024-11-25 08:12:09:621 +0000 [nioEventLoopGroup-2-2] DEBUG WebSocketServerHandshaker - WebSocket version 13 server handshake key: zfkcJtOU67Uhz+TxsnyTiw==, response: lt/p+cnbfQP7Pf5GybKIMDpdXnU= 2024-11-25 08:12:09:625 +0000 [nioEventLoopGroup-2-11] DEBUG WebSocketClientHandshake - Client connected on [id: 0x63b04ca8, L:/127.0.0.1:45578 - R:localhost/127.0.0.1:50625] 2024-11-25 08:12:10:272 +0000 [defaultEventExecutorGroup-3-4] DEBUG NotificationHandlerAdapter - Notification : {"jsonrpc":"2.0","method":"notification1","params":1} 2024-11-25 08:12:10:273 +0000 [defaultEventExecutorGroup-3-4] TRACE NotificationCodec - [decode][notification1] input : 1 2024-11-25 08:12:10:273 +0000 [defaultEventExecutorGroup-3-4] ERROR AbstractMessageListenerAdapter - Caught exception on [id: 0x63b04ca8, L:/127.0.0.1:45578 - R:localhost/127.0.0.1:50625], 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:994) 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-25 08:12:10:273 +0000 [nioEventLoopGroup-2-11] 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:994) 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-25 08:12:10:273 +0000 [defaultEventExecutorGroup-3-4] DEBUG NotificationHandlerAdapter - Notification : {"jsonrpc":"2.0","method":"notification1","params":{"current-level":1,"max-level":2}} 2024-11-25 08:12:10:274 +0000 [nioEventLoopGroup-2-11] DEBUG AbstractReconnectingClient - Scheduling reconnect because state is CONNECTED@796848369 2024-11-25 08:12:10:274 +0000 [nioEventLoopGroup-2-11] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to INITIAL [[id: 0x63b04ca8, L:/127.0.0.1:45578 ! R:localhost/127.0.0.1:50625]]@115457323 2024-11-25 08:12:10:274 +0000 [defaultEventExecutorGroup-3-4] TRACE NotificationCodec - [decode][notification1] input : {"current-level":1,"max-level":2} 2024-11-25 08:12:10:275 +0000 [defaultEventExecutorGroup-3-4] TRACE NotificationCodec - [decode][notification1] result : JsonRpcNotification [eventTime=2024-11-25T08:12:10.275625691Z, content=ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)notification1, body=[ImmutableLeafNode{name=(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)current-level, body=1}, ImmutableLeafNode{name=(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)max-level, body=2}]}, schemaPath=Absolute{qnames=[(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)notification1]}] 2024-11-25 08:12:10:275 +0000 [defaultEventExecutorGroup-3-4] DEBUG JsonRPCNotificationService - Invoking listener org.opendaylight.jsonrpc.provider.common.JsonRPCNotificationServiceTest$$Lambda/0x00007f69205120b0@1f81b020 with notification JsonRpcNotification [eventTime=2024-11-25T08:12:10.275625691Z, content=ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)notification1, body=[ImmutableLeafNode{name=(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)current-level, body=1}, ImmutableLeafNode{name=(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)max-level, body=2}]}, schemaPath=Absolute{qnames=[(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)notification1]}] 2024-11-25 08:12:10:276 +0000 [defaultEventExecutorGroup-3-4] INFO JsonRPCNotificationServiceTest - Received notification : JsonRpcNotification [eventTime=2024-11-25T08:12:10.275625691Z, content=ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)notification1, body=[ImmutableLeafNode{name=(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)current-level, body=1}, ImmutableLeafNode{name=(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)max-level, body=2}]}, schemaPath=Absolute{qnames=[(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)notification1]}] 2024-11-25 08:12:10:494 +0000 [nioEventLoopGroup-2-8] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:60277 2024-11-25 08:12:10:494 +0000 [nioEventLoopGroup-2-8] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [[id: 0x0d5964a0, L:/127.0.0.1:36482 ! R:localhost/127.0.0.1:60277]]@934900628 2024-11-25 08:12:10:496 +0000 [nioEventLoopGroup-2-4] TRACE AbstractReconnectingClient - Connection attempt to 'localhost/127.0.0.1:60277' failed io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: localhost/127.0.0.1:60277 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:994) 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-25 08:12:10:496 +0000 [nioEventLoopGroup-2-4] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to INITIAL [[id: 0x0d5964a0, L:/127.0.0.1:36482 ! R:localhost/127.0.0.1:60277]]@934900628 2024-11-25 08:12:10:620 +0000 [nioEventLoopGroup-2-12] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:50625 2024-11-25 08:12:10:620 +0000 [nioEventLoopGroup-2-12] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@1788774641 2024-11-25 08:12:10:622 +0000 [nioEventLoopGroup-2-6] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0xa21fb718, L:/127.0.0.1:45590 - R:localhost/127.0.0.1:50625]]@1788774641 2024-11-25 08:12:10:622 +0000 [nioEventLoopGroup-2-6] DEBUG WebSocketClientHandshaker13 - WebSocket version 13 client handshake key: N3OQgJQqLWhSRHa79lrhGQ==, expected response: 08EWUNYm3uh3ms9F8tU+2FyVm/w= 2024-11-25 08:12:10:624 +0000 [nioEventLoopGroup-2-7] DEBUG WebSocketServerHandshaker - [id: 0xdde5764a, L:/127.0.0.1:50625 - R:/127.0.0.1:45590] WebSocket version V13 server handshake 2024-11-25 08:12:10:625 +0000 [nioEventLoopGroup-2-7] DEBUG WebSocketServerHandshaker - WebSocket version 13 server handshake key: N3OQgJQqLWhSRHa79lrhGQ==, response: 08EWUNYm3uh3ms9F8tU+2FyVm/w= 2024-11-25 08:12:10:627 +0000 [nioEventLoopGroup-2-6] DEBUG WebSocketClientHandshake - Client connected on [id: 0xa21fb718, L:/127.0.0.1:45590 - R:localhost/127.0.0.1:50625] 2024-11-25 08:12:11:276 +0000 [nioEventLoopGroup-2-3] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:50625 2024-11-25 08:12:11:276 +0000 [nioEventLoopGroup-2-3] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [[id: 0x63b04ca8, L:/127.0.0.1:45578 ! R:localhost/127.0.0.1:50625]]@115457323 2024-11-25 08:12:11:278 +0000 [nioEventLoopGroup-2-8] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0xc8f860cb, L:/127.0.0.1:45598 - R:localhost/127.0.0.1:50625]]@115457323 2024-11-25 08:12:11:279 +0000 [nioEventLoopGroup-2-8] DEBUG WebSocketClientHandshaker13 - WebSocket version 13 client handshake key: NY8b4P8Up/XdtknxotFxLw==, expected response: XwRX40ALb130zvHSwZQimXis7cc= 2024-11-25 08:12:11:281 +0000 [nioEventLoopGroup-2-9] DEBUG WebSocketServerHandshaker - [id: 0x775c0dc5, L:/127.0.0.1:50625 - R:/127.0.0.1:45598] WebSocket version V13 server handshake 2024-11-25 08:12:11:282 +0000 [nioEventLoopGroup-2-9] DEBUG WebSocketServerHandshaker - WebSocket version 13 server handshake key: NY8b4P8Up/XdtknxotFxLw==, response: XwRX40ALb130zvHSwZQimXis7cc= 2024-11-25 08:12:11:284 +0000 [nioEventLoopGroup-2-8] DEBUG WebSocketClientHandshake - Client connected on [id: 0xc8f860cb, L:/127.0.0.1:45598 - R:localhost/127.0.0.1:50625] 2024-11-25 08:12:11:497 +0000 [nioEventLoopGroup-2-5] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:60277 2024-11-25 08:12:11:498 +0000 [nioEventLoopGroup-2-5] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [[id: 0x0d5964a0, L:/127.0.0.1:36482 ! R:localhost/127.0.0.1:60277]]@934900628 2024-11-25 08:12:11:499 +0000 [nioEventLoopGroup-2-10] TRACE AbstractReconnectingClient - Connection attempt to 'localhost/127.0.0.1:60277' failed io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: localhost/127.0.0.1:60277 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:994) 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-25 08:12:11:499 +0000 [nioEventLoopGroup-2-10] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to INITIAL [[id: 0x0d5964a0, L:/127.0.0.1:36482 ! R:localhost/127.0.0.1:60277]]@934900628 2024-11-25 08:12:12:501 +0000 [nioEventLoopGroup-2-11] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:60277 2024-11-25 08:12:12:501 +0000 [nioEventLoopGroup-2-11] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [[id: 0x0d5964a0, L:/127.0.0.1:36482 ! R:localhost/127.0.0.1:60277]]@934900628 2024-11-25 08:12:12:503 +0000 [nioEventLoopGroup-2-12] TRACE AbstractReconnectingClient - Connection attempt to 'localhost/127.0.0.1:60277' failed io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: localhost/127.0.0.1:60277 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:994) 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-25 08:12:12:503 +0000 [nioEventLoopGroup-2-12] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to INITIAL [[id: 0x0d5964a0, L:/127.0.0.1:36482 ! R:localhost/127.0.0.1:60277]]@934900628 2024-11-25 08:12:13:505 +0000 [nioEventLoopGroup-2-1] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:60277 2024-11-25 08:12:13:505 +0000 [nioEventLoopGroup-2-1] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [[id: 0x0d5964a0, L:/127.0.0.1:36482 ! R:localhost/127.0.0.1:60277]]@934900628 2024-11-25 08:12:13:507 +0000 [nioEventLoopGroup-2-2] TRACE AbstractReconnectingClient - Connection attempt to 'localhost/127.0.0.1:60277' failed io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: localhost/127.0.0.1:60277 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:994) 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-25 08:12:13:507 +0000 [nioEventLoopGroup-2-2] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to INITIAL [[id: 0x0d5964a0, L:/127.0.0.1:36482 ! R:localhost/127.0.0.1:60277]]@934900628 2024-11-25 08:12:14:508 +0000 [nioEventLoopGroup-2-3] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:60277 2024-11-25 08:12:14:508 +0000 [nioEventLoopGroup-2-3] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [[id: 0x0d5964a0, L:/127.0.0.1:36482 ! R:localhost/127.0.0.1:60277]]@934900628 2024-11-25 08:12:14:510 +0000 [nioEventLoopGroup-2-4] TRACE AbstractReconnectingClient - Connection attempt to 'localhost/127.0.0.1:60277' failed io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: localhost/127.0.0.1:60277 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:994) 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-25 08:12:14:511 +0000 [nioEventLoopGroup-2-4] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to INITIAL [[id: 0x0d5964a0, L:/127.0.0.1:36482 ! R:localhost/127.0.0.1:60277]]@934900628 2024-11-25 08:12:15:275 +0000 [main] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractSession [PUB@ws://localhost:50625@1456035721] 2024-11-25 08:12:15:276 +0000 [main] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractReconnectingClient [state=CONNECTED, uri=ws://localhost:50625, sessionType=SUB, hashCode=1788774641] 2024-11-25 08:12:15:276 +0000 [main] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to DONE [[id: 0xa21fb718, L:/127.0.0.1:45590 - R:localhost/127.0.0.1:50625]]@1788774641 2024-11-25 08:12:15:276 +0000 [main] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractReconnectingClient [state=CONNECTED, uri=ws://localhost:50625, sessionType=SUB, hashCode=115457323] 2024-11-25 08:12:15:277 +0000 [main] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to DONE [[id: 0xc8f860cb, L:/127.0.0.1:45598 - R:localhost/127.0.0.1:50625]]@115457323 2024-11-25 08:12:15:277 +0000 [nioEventLoopGroup-2-8] 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-25 08:12:15:278 +0000 [nioEventLoopGroup-2-8] DEBUG DefaultChannelPipeline - Discarded message pipeline : [ws-decoder, ws-encoder, client-handler, DefaultChannelPipeline$TailContext#0]. Channel : [id: 0xc8f860cb, L:/127.0.0.1:45598 ! R:localhost/127.0.0.1:50625].