2024-10-15 11:52:45:035 +0000 [main] DEBUG AbstractJsonRPCComponent - [test][NOTIFICATION] map lookup => null 2024-10-15 11:52:45:036 +0000 [main] DEBUG AbstractJsonRPCComponent - [test][NOTIFICATION] governance lookup => ws://localhost:52459 2024-10-15 11:52:45:036 +0000 [main] DEBUG JsonRPCNotificationService - Notification 'notification1' mapped to ws://localhost:52459 2024-10-15 11:52:45:037 +0000 [main] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:52459 2024-10-15 11:52:45:037 +0000 [main] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@134057761 2024-10-15 11:52:45:037 +0000 [main] DEBUG AbstractJsonRPCComponent - [test][NOTIFICATION] map lookup => null 2024-10-15 11:52:45:038 +0000 [main] DEBUG AbstractJsonRPCComponent - [test][NOTIFICATION] governance lookup => ws://localhost:52459 2024-10-15 11:52:45:038 +0000 [main] DEBUG JsonRPCNotificationService - Notification 'notification2' mapped to ws://localhost:52459 2024-10-15 11:52:45:038 +0000 [main] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:52459 2024-10-15 11:52:45:038 +0000 [main] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@995331626 2024-10-15 11:52:45:038 +0000 [nioEventLoopGroup-2-8] WARN AbstractReconnectingClient - Connection attempt to 'localhost/127.0.0.1:52459' failed io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: localhost/127.0.0.1:52459 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:672) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) 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:833) 2024-10-15 11:52:45:038 +0000 [nioEventLoopGroup-2-8] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to INITIAL [N/A]@134057761 2024-10-15 11:52:45:040 +0000 [nioEventLoopGroup-2-9] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0x27d5151f, L:/127.0.0.1:40672 - R:localhost/127.0.0.1:52459]]@995331626 2024-10-15 11:52:45:040 +0000 [nioEventLoopGroup-2-9] DEBUG WebSocketClientHandshaker13 - WebSocket version 13 client handshake key: JWT+SNj/4kqQ4YkngNXC4Q==, expected response: JjFmsuGQhe+MpfDMsceau+NBEew= 2024-10-15 11:52:45:049 +0000 [nioEventLoopGroup-2-12] DEBUG WebSocketServerHandshaker - [id: 0x671e52be, L:/127.0.0.1:52459 - R:/127.0.0.1:40672] WebSocket version V13 server handshake 2024-10-15 11:52:45:050 +0000 [nioEventLoopGroup-2-12] DEBUG WebSocketServerHandshaker - WebSocket version 13 server handshake key: JWT+SNj/4kqQ4YkngNXC4Q==, response: JjFmsuGQhe+MpfDMsceau+NBEew= 2024-10-15 11:52:45:053 +0000 [nioEventLoopGroup-2-9] DEBUG WebSocketClientHandshake - Client connected on [id: 0x27d5151f, L:/127.0.0.1:40672 - R:localhost/127.0.0.1:52459] 2024-10-15 11:52:45:695 +0000 [defaultEventExecutorGroup-3-5] DEBUG NotificationHandlerAdapter - Notification : {"jsonrpc":"2.0","method":"notification1","params":1} 2024-10-15 11:52:45:696 +0000 [defaultEventExecutorGroup-3-5] TRACE NotificationCodec - [decode][notification1] input : 1 2024-10-15 11:52:45:696 +0000 [defaultEventExecutorGroup-3-5] ERROR AbstractMessageListenerAdapter - Caught exception on [id: 0x27d5151f, L:/127.0.0.1:40672 - R:localhost/127.0.0.1:52459], closing channel now java.lang.IllegalArgumentException: expected one element but was: at com.google.common.collect.Iterators.getOnlyElement(Iterators.java:323) 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:833) 2024-10-15 11:52:45:697 +0000 [defaultEventExecutorGroup-3-5] DEBUG NotificationHandlerAdapter - Notification : {"jsonrpc":"2.0","method":"notification1","params":{"current-level":1,"max-level":2}} 2024-10-15 11:52:45:697 +0000 [nioEventLoopGroup-2-9] 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:323) 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:833) 2024-10-15 11:52:45:697 +0000 [defaultEventExecutorGroup-3-5] TRACE NotificationCodec - [decode][notification1] input : {"current-level":1,"max-level":2} 2024-10-15 11:52:45:697 +0000 [nioEventLoopGroup-2-9] DEBUG AbstractReconnectingClient - Scheduling reconnect because state is CONNECTED@1377141447 2024-10-15 11:52:45:697 +0000 [nioEventLoopGroup-2-9] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to INITIAL [[id: 0x27d5151f, L:/127.0.0.1:40672 ! R:localhost/127.0.0.1:52459]]@995331626 2024-10-15 11:52:45:698 +0000 [defaultEventExecutorGroup-3-5] TRACE NotificationCodec - [decode][notification1] result : JsonRpcNotification [eventTime=2024-10-15T11:52:45.698630742Z, 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-10-15 11:52:45:698 +0000 [defaultEventExecutorGroup-3-5] DEBUG JsonRPCNotificationService - Invoking listener org.opendaylight.jsonrpc.provider.common.JsonRPCNotificationServiceTest$$Lambda$632/0x00000008011212b0@5d52a17b with notification JsonRpcNotification [eventTime=2024-10-15T11:52:45.698630742Z, 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-10-15 11:52:45:699 +0000 [defaultEventExecutorGroup-3-5] INFO JsonRPCNotificationServiceTest - Received notification : JsonRpcNotification [eventTime=2024-10-15T11:52:45.698630742Z, 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-10-15 11:52:45:699 +0000 [defaultEventExecutorGroup-3-5] DEBUG NotificationHandlerAdapter - Notification : {"jsonrpc":"2.0","method":"notification1","params":[1,3]} 2024-10-15 11:52:45:699 +0000 [defaultEventExecutorGroup-3-5] TRACE NotificationCodec - [decode][notification1] input : [1,3] 2024-10-15 11:52:45:699 +0000 [defaultEventExecutorGroup-3-5] TRACE NotificationCodec - [decode][notification1] result : JsonRpcNotification [eventTime=2024-10-15T11:52:45.699914672Z, 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=3}]}, schemaPath=Absolute{qnames=[(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)notification1]}] 2024-10-15 11:52:45:700 +0000 [defaultEventExecutorGroup-3-5] DEBUG JsonRPCNotificationService - Invoking listener org.opendaylight.jsonrpc.provider.common.JsonRPCNotificationServiceTest$$Lambda$632/0x00000008011212b0@5d52a17b with notification JsonRpcNotification [eventTime=2024-10-15T11:52:45.699914672Z, 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=3}]}, schemaPath=Absolute{qnames=[(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)notification1]}] 2024-10-15 11:52:45:700 +0000 [defaultEventExecutorGroup-3-5] INFO JsonRPCNotificationServiceTest - Received notification : JsonRpcNotification [eventTime=2024-10-15T11:52:45.699914672Z, 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=3}]}, schemaPath=Absolute{qnames=[(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)notification1]}] 2024-10-15 11:52:45:700 +0000 [defaultEventExecutorGroup-3-5] DEBUG NotificationHandlerAdapter - Notification : {"jsonrpc":"2.0","method":"notification1","params":[1,2]} 2024-10-15 11:52:45:700 +0000 [defaultEventExecutorGroup-3-5] TRACE NotificationCodec - [decode][notification1] input : [1,2] 2024-10-15 11:52:45:700 +0000 [defaultEventExecutorGroup-3-5] TRACE NotificationCodec - [decode][notification1] result : JsonRpcNotification [eventTime=2024-10-15T11:52:45.700924525Z, 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-10-15 11:52:45:701 +0000 [defaultEventExecutorGroup-3-5] DEBUG JsonRPCNotificationService - Invoking listener org.opendaylight.jsonrpc.provider.common.JsonRPCNotificationServiceTest$$Lambda$632/0x00000008011212b0@5d52a17b with notification JsonRpcNotification [eventTime=2024-10-15T11:52:45.700924525Z, 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-10-15 11:52:45:701 +0000 [defaultEventExecutorGroup-3-5] INFO JsonRPCNotificationServiceTest - Received notification : JsonRpcNotification [eventTime=2024-10-15T11:52:45.700924525Z, 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-10-15 11:52:45:947 +0000 [nioEventLoopGroup-2-7] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:50895 2024-10-15 11:52:45:948 +0000 [nioEventLoopGroup-2-7] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [[id: 0x23858d3c, L:/127.0.0.1:54050 ! R:localhost/127.0.0.1:50895]]@1812424303 2024-10-15 11:52:45:950 +0000 [nioEventLoopGroup-2-2] WARN AbstractReconnectingClient - Connection attempt to 'localhost/127.0.0.1:50895' failed io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: localhost/127.0.0.1:50895 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:672) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) 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:833) 2024-10-15 11:52:45:950 +0000 [nioEventLoopGroup-2-2] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to INITIAL [[id: 0x23858d3c, L:/127.0.0.1:54050 ! R:localhost/127.0.0.1:50895]]@1812424303 2024-10-15 11:52:46:040 +0000 [nioEventLoopGroup-2-10] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:52459 2024-10-15 11:52:46:040 +0000 [nioEventLoopGroup-2-10] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@134057761 2024-10-15 11:52:46:042 +0000 [nioEventLoopGroup-2-4] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0xc6af08f1, L:/127.0.0.1:40686 - R:localhost/127.0.0.1:52459]]@134057761 2024-10-15 11:52:46:042 +0000 [nioEventLoopGroup-2-4] DEBUG WebSocketClientHandshaker13 - WebSocket version 13 client handshake key: ig4AlSoxUiQsWccIWAl1Kw==, expected response: gx1AtkBrAZg2CEXzyG97amB5sOU= 2024-10-15 11:52:46:044 +0000 [nioEventLoopGroup-2-5] DEBUG WebSocketServerHandshaker - [id: 0xa1603215, L:/127.0.0.1:52459 - R:/127.0.0.1:40686] WebSocket version V13 server handshake 2024-10-15 11:52:46:044 +0000 [nioEventLoopGroup-2-5] DEBUG WebSocketServerHandshaker - WebSocket version 13 server handshake key: ig4AlSoxUiQsWccIWAl1Kw==, response: gx1AtkBrAZg2CEXzyG97amB5sOU= 2024-10-15 11:52:46:046 +0000 [nioEventLoopGroup-2-4] DEBUG WebSocketClientHandshake - Client connected on [id: 0xc6af08f1, L:/127.0.0.1:40686 - R:localhost/127.0.0.1:52459] 2024-10-15 11:52:46:699 +0000 [nioEventLoopGroup-2-1] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:52459 2024-10-15 11:52:46:699 +0000 [nioEventLoopGroup-2-1] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [[id: 0x27d5151f, L:/127.0.0.1:40672 ! R:localhost/127.0.0.1:52459]]@995331626 2024-10-15 11:52:46:701 +0000 [nioEventLoopGroup-2-6] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0x50071045, L:/127.0.0.1:42902 - R:localhost/127.0.0.1:52459]]@995331626 2024-10-15 11:52:46:702 +0000 [nioEventLoopGroup-2-6] DEBUG WebSocketClientHandshaker13 - WebSocket version 13 client handshake key: fM3Nody3CGXxlDBFgcJlUA==, expected response: 06TUnorP1TYueE4rClRRn/yR1z4= 2024-10-15 11:52:46:703 +0000 [nioEventLoopGroup-2-7] DEBUG WebSocketServerHandshaker - [id: 0x23650296, L:/127.0.0.1:52459 - R:/127.0.0.1:42902] WebSocket version V13 server handshake 2024-10-15 11:52:46:704 +0000 [nioEventLoopGroup-2-7] DEBUG WebSocketServerHandshaker - WebSocket version 13 server handshake key: fM3Nody3CGXxlDBFgcJlUA==, response: 06TUnorP1TYueE4rClRRn/yR1z4= 2024-10-15 11:52:46:705 +0000 [nioEventLoopGroup-2-6] DEBUG WebSocketClientHandshake - Client connected on [id: 0x50071045, L:/127.0.0.1:42902 - R:localhost/127.0.0.1:52459] 2024-10-15 11:52:46:952 +0000 [nioEventLoopGroup-2-3] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:50895 2024-10-15 11:52:46:952 +0000 [nioEventLoopGroup-2-3] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [[id: 0x23858d3c, L:/127.0.0.1:54050 ! R:localhost/127.0.0.1:50895]]@1812424303 2024-10-15 11:52:46:954 +0000 [nioEventLoopGroup-2-8] TRACE AbstractReconnectingClient - Connection attempt to 'localhost/127.0.0.1:50895' failed io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: localhost/127.0.0.1:50895 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:672) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) 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:833) 2024-10-15 11:52:46:954 +0000 [nioEventLoopGroup-2-8] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to INITIAL [[id: 0x23858d3c, L:/127.0.0.1:54050 ! R:localhost/127.0.0.1:50895]]@1812424303 2024-10-15 11:52:47:955 +0000 [nioEventLoopGroup-2-9] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:50895 2024-10-15 11:52:47:956 +0000 [nioEventLoopGroup-2-9] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [[id: 0x23858d3c, L:/127.0.0.1:54050 ! R:localhost/127.0.0.1:50895]]@1812424303 2024-10-15 11:52:47:958 +0000 [nioEventLoopGroup-2-10] TRACE AbstractReconnectingClient - Connection attempt to 'localhost/127.0.0.1:50895' failed io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: localhost/127.0.0.1:50895 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:672) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) 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:833) 2024-10-15 11:52:47:958 +0000 [nioEventLoopGroup-2-10] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to INITIAL [[id: 0x23858d3c, L:/127.0.0.1:54050 ! R:localhost/127.0.0.1:50895]]@1812424303 2024-10-15 11:52:48:960 +0000 [nioEventLoopGroup-2-11] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:50895 2024-10-15 11:52:48:961 +0000 [nioEventLoopGroup-2-11] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [[id: 0x23858d3c, L:/127.0.0.1:54050 ! R:localhost/127.0.0.1:50895]]@1812424303 2024-10-15 11:52:48:963 +0000 [nioEventLoopGroup-2-12] TRACE AbstractReconnectingClient - Connection attempt to 'localhost/127.0.0.1:50895' failed io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: localhost/127.0.0.1:50895 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:672) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) 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:833) 2024-10-15 11:52:48:963 +0000 [nioEventLoopGroup-2-12] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to INITIAL [[id: 0x23858d3c, L:/127.0.0.1:54050 ! R:localhost/127.0.0.1:50895]]@1812424303 2024-10-15 11:52:49:964 +0000 [nioEventLoopGroup-2-1] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:50895 2024-10-15 11:52:49:965 +0000 [nioEventLoopGroup-2-1] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [[id: 0x23858d3c, L:/127.0.0.1:54050 ! R:localhost/127.0.0.1:50895]]@1812424303 2024-10-15 11:52:49:966 +0000 [nioEventLoopGroup-2-2] TRACE AbstractReconnectingClient - Connection attempt to 'localhost/127.0.0.1:50895' failed io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: localhost/127.0.0.1:50895 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:672) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) 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:833) 2024-10-15 11:52:49:967 +0000 [nioEventLoopGroup-2-2] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to INITIAL [[id: 0x23858d3c, L:/127.0.0.1:54050 ! R:localhost/127.0.0.1:50895]]@1812424303 2024-10-15 11:52:50:695 +0000 [main] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractSession [PUB@ws://localhost:52459@1908565221] 2024-10-15 11:52:50:697 +0000 [nioEventLoopGroup-2-4] DEBUG AbstractReconnectingClient - Scheduling reconnect because state is CONNECTED@752212337 2024-10-15 11:52:50:697 +0000 [nioEventLoopGroup-2-4] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to INITIAL [[id: 0xc6af08f1, L:/127.0.0.1:40686 ! R:localhost/127.0.0.1:52459]]@134057761 2024-10-15 11:52:50:697 +0000 [nioEventLoopGroup-2-6] DEBUG AbstractReconnectingClient - Scheduling reconnect because state is CONNECTED@1377141447 2024-10-15 11:52:50:697 +0000 [nioEventLoopGroup-2-6] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to INITIAL [[id: 0x50071045, L:/127.0.0.1:42902 ! R:localhost/127.0.0.1:52459]]@995331626 2024-10-15 11:52:50:698 +0000 [main] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractReconnectingClient [state=INITIAL, uri=ws://localhost:52459, sessionType=SUB, hashCode=134057761] 2024-10-15 11:52:50:698 +0000 [main] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to DONE [[id: 0xc6af08f1, L:/127.0.0.1:40686 ! R:localhost/127.0.0.1:52459]]@134057761 2024-10-15 11:52:50:698 +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-10-15 11:52:50:698 +0000 [nioEventLoopGroup-2-4] DEBUG DefaultChannelPipeline - Discarded message pipeline : [ws-decoder, ws-encoder, DefaultChannelPipeline$TailContext#0]. Channel : [id: 0xc6af08f1, L:/127.0.0.1:40686 ! R:localhost/127.0.0.1:52459]. 2024-10-15 11:52:50:698 +0000 [nioEventLoopGroup-2-6] 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-10-15 11:52:50:698 +0000 [nioEventLoopGroup-2-6] DEBUG DefaultChannelPipeline - Discarded message pipeline : [ws-decoder, ws-encoder, DefaultChannelPipeline$TailContext#0]. Channel : [id: 0x50071045, L:/127.0.0.1:42902 ! R:localhost/127.0.0.1:52459]. 2024-10-15 11:52:50:698 +0000 [main] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractReconnectingClient [state=INITIAL, uri=ws://localhost:52459, sessionType=SUB, hashCode=995331626] 2024-10-15 11:52:50:698 +0000 [main] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to DONE [[id: 0x50071045, L:/127.0.0.1:42902 ! R:localhost/127.0.0.1:52459]]@995331626