2024-12-27 08:12:28:859 +0000 [main] DEBUG AbstractJsonRPCComponent - [test][NOTIFICATION] map lookup => null 2024-12-27 08:12:28:860 +0000 [main] DEBUG AbstractJsonRPCComponent - [test][NOTIFICATION] governance lookup => ws://localhost:44323 2024-12-27 08:12:28:860 +0000 [main] DEBUG JsonRPCNotificationService - Notification 'notification2' mapped to ws://localhost:44323 2024-12-27 08:12:28:861 +0000 [main] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:44323 2024-12-27 08:12:28:861 +0000 [main] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@1112313534 2024-12-27 08:12:28:862 +0000 [main] DEBUG AbstractJsonRPCComponent - [test][NOTIFICATION] map lookup => null 2024-12-27 08:12:28:862 +0000 [main] DEBUG AbstractJsonRPCComponent - [test][NOTIFICATION] governance lookup => ws://localhost:44323 2024-12-27 08:12:28:862 +0000 [main] DEBUG JsonRPCNotificationService - Notification 'notification1' mapped to ws://localhost:44323 2024-12-27 08:12:28:862 +0000 [main] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:44323 2024-12-27 08:12:28:863 +0000 [main] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@1375147217 2024-12-27 08:12:28:863 +0000 [nioEventLoopGroup-2-5] WARN AbstractReconnectingClient - Connection attempt to 'localhost/127.0.0.1:44323' failed io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: localhost/127.0.0.1:44323 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-12-27 08:12:28:864 +0000 [nioEventLoopGroup-2-5] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to INITIAL [N/A]@1112313534 2024-12-27 08:12:28:865 +0000 [nioEventLoopGroup-2-6] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0x93a949c6, L:/127.0.0.1:36922 - R:localhost/127.0.0.1:44323]]@1375147217 2024-12-27 08:12:28:865 +0000 [nioEventLoopGroup-2-6] DEBUG WebSocketClientHandshaker13 - WebSocket version 13 client handshake key: 74tOdsz4lMAtUOEqO+sBIA==, expected response: Sa8HZl/+9eX14T3Sh+hrVEqlYXk= 2024-12-27 08:12:28:867 +0000 [nioEventLoopGroup-2-9] DEBUG WebSocketServerHandshaker - [id: 0x0e4bcc9e, L:/127.0.0.1:44323 - R:/127.0.0.1:36922] WebSocket version V13 server handshake 2024-12-27 08:12:28:868 +0000 [nioEventLoopGroup-2-9] DEBUG WebSocketServerHandshaker - WebSocket version 13 server handshake key: 74tOdsz4lMAtUOEqO+sBIA==, response: Sa8HZl/+9eX14T3Sh+hrVEqlYXk= 2024-12-27 08:12:28:869 +0000 [nioEventLoopGroup-2-6] DEBUG WebSocketClientHandshake - Client connected on [id: 0x93a949c6, L:/127.0.0.1:36922 - R:localhost/127.0.0.1:44323] 2024-12-27 08:12:29:518 +0000 [defaultEventExecutorGroup-3-2] DEBUG NotificationHandlerAdapter - Notification : {"jsonrpc":"2.0","method":"notification1","params":1} 2024-12-27 08:12:29:519 +0000 [defaultEventExecutorGroup-3-2] TRACE NotificationCodec - [decode][notification1] input : 1 2024-12-27 08:12:29:519 +0000 [defaultEventExecutorGroup-3-2] ERROR AbstractMessageListenerAdapter - Caught exception on [id: 0x93a949c6, L:/127.0.0.1:36922 - R:localhost/127.0.0.1:44323], 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-12-27 08:12:29:520 +0000 [nioEventLoopGroup-2-6] 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-12-27 08:12:29:521 +0000 [nioEventLoopGroup-2-6] DEBUG AbstractReconnectingClient - Scheduling reconnect because state is CONNECTED@773572879 2024-12-27 08:12:29:521 +0000 [nioEventLoopGroup-2-6] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to INITIAL [[id: 0x93a949c6, L:/127.0.0.1:36922 ! R:localhost/127.0.0.1:44323]]@1375147217 2024-12-27 08:12:29:866 +0000 [nioEventLoopGroup-2-8] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:44323 2024-12-27 08:12:29:866 +0000 [nioEventLoopGroup-2-8] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@1112313534 2024-12-27 08:12:29:868 +0000 [nioEventLoopGroup-2-11] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0xb68293c4, L:/127.0.0.1:36930 - R:localhost/127.0.0.1:44323]]@1112313534 2024-12-27 08:12:29:868 +0000 [nioEventLoopGroup-2-11] DEBUG WebSocketClientHandshaker13 - WebSocket version 13 client handshake key: h4o25EUN5UtV5WDOtASBzA==, expected response: Hk2uSalTcBijMdB/fX9m/n3M21E= 2024-12-27 08:12:29:871 +0000 [nioEventLoopGroup-2-12] DEBUG WebSocketServerHandshaker - [id: 0x2bd92344, L:/127.0.0.1:44323 - R:/127.0.0.1:36930] WebSocket version V13 server handshake 2024-12-27 08:12:29:872 +0000 [nioEventLoopGroup-2-12] DEBUG WebSocketServerHandshaker - WebSocket version 13 server handshake key: h4o25EUN5UtV5WDOtASBzA==, response: Hk2uSalTcBijMdB/fX9m/n3M21E= 2024-12-27 08:12:29:874 +0000 [nioEventLoopGroup-2-11] DEBUG WebSocketClientHandshake - Client connected on [id: 0xb68293c4, L:/127.0.0.1:36930 - R:localhost/127.0.0.1:44323] 2024-12-27 08:12:30:522 +0000 [nioEventLoopGroup-2-10] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:44323 2024-12-27 08:12:30:522 +0000 [nioEventLoopGroup-2-10] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [[id: 0x93a949c6, L:/127.0.0.1:36922 ! R:localhost/127.0.0.1:44323]]@1375147217 2024-12-27 08:12:30:524 +0000 [nioEventLoopGroup-2-1] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0xf06846a3, L:/127.0.0.1:36936 - R:localhost/127.0.0.1:44323]]@1375147217 2024-12-27 08:12:30:525 +0000 [nioEventLoopGroup-2-1] DEBUG WebSocketClientHandshaker13 - WebSocket version 13 client handshake key: ZXTQMjQnbhbu4CbcDwWw0Q==, expected response: xY2qXjwchJvAQFl7fAS8r0fkmCk= 2024-12-27 08:12:30:528 +0000 [nioEventLoopGroup-2-2] DEBUG WebSocketServerHandshaker - [id: 0x09437b7c, L:/127.0.0.1:44323 - R:/127.0.0.1:36936] WebSocket version V13 server handshake 2024-12-27 08:12:30:528 +0000 [nioEventLoopGroup-2-2] DEBUG WebSocketServerHandshaker - WebSocket version 13 server handshake key: ZXTQMjQnbhbu4CbcDwWw0Q==, response: xY2qXjwchJvAQFl7fAS8r0fkmCk= 2024-12-27 08:12:30:530 +0000 [nioEventLoopGroup-2-1] DEBUG WebSocketClientHandshake - Client connected on [id: 0xf06846a3, L:/127.0.0.1:36936 - R:localhost/127.0.0.1:44323] 2024-12-27 08:12:34:521 +0000 [main] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractSession [PUB@ws://localhost:44323@1698898608] 2024-12-27 08:12:34:523 +0000 [main] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractReconnectingClient [state=CONNECTED, uri=ws://localhost:44323, sessionType=SUB, hashCode=1112313534] 2024-12-27 08:12:34:523 +0000 [main] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to DONE [[id: 0xb68293c4, L:/127.0.0.1:36930 ! R:localhost/127.0.0.1:44323]]@1112313534 2024-12-27 08:12:34:524 +0000 [nioEventLoopGroup-2-11] DEBUG AbstractReconnectingClient - Scheduling reconnect because state is CONNECTED@92538764 2024-12-27 08:12:34:524 +0000 [nioEventLoopGroup-2-11] DEBUG AbstractReconnectingClient - Changing connection state from DONE to INITIAL [[id: 0xb68293c4, L:/127.0.0.1:36930 ! R:localhost/127.0.0.1:44323]]@1112313534 2024-12-27 08:12:34:524 +0000 [nioEventLoopGroup-2-1] 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-12-27 08:12:34:524 +0000 [nioEventLoopGroup-2-11] 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-12-27 08:12:34:524 +0000 [nioEventLoopGroup-2-1] DEBUG DefaultChannelPipeline - Discarded message pipeline : [ws-decoder, ws-encoder, client-handler, DefaultChannelPipeline$TailContext#0]. Channel : [id: 0xf06846a3, L:/127.0.0.1:36936 - R:localhost/127.0.0.1:44323]. 2024-12-27 08:12:34:524 +0000 [nioEventLoopGroup-2-11] DEBUG DefaultChannelPipeline - Discarded message pipeline : [ws-decoder, ws-encoder, client-handler, DefaultChannelPipeline$TailContext#0]. Channel : [id: 0xb68293c4, L:/127.0.0.1:36930 ! R:localhost/127.0.0.1:44323]. 2024-12-27 08:12:34:525 +0000 [main] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractReconnectingClient [state=CONNECTED, uri=ws://localhost:44323, sessionType=SUB, hashCode=1375147217] 2024-12-27 08:12:34:525 +0000 [main] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to DONE [[id: 0xf06846a3, L:/127.0.0.1:36936 - R:localhost/127.0.0.1:44323]]@1375147217