2024-04-07 05:43:32:125 +0000 [main] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - (Re)connecting to /127.0.0.1:58959 2024-04-07 05:43:32:125 +0000 [main] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@1904720585 2024-04-07 05:43:32:128 +0000 [nioEventLoopGroup-10-1] WARN org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Connection attempt to '/127.0.0.1:58959' failed io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:58959 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:337) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) 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:833) 2024-04-07 05:43:32:128 +0000 [nioEventLoopGroup-10-1] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTING to INITIAL [N/A]@1904720585 2024-04-07 05:43:32:274 +0000 [nioEventLoopGroup-2-4] DEBUG io.netty.buffer.PoolThreadCache - Freed 4 thread-local buffer(s) from thread: nioEventLoopGroup-2-4 2024-04-07 05:43:32:274 +0000 [nioEventLoopGroup-2-2] DEBUG io.netty.buffer.PoolThreadCache - Freed 3 thread-local buffer(s) from thread: nioEventLoopGroup-2-2 2024-04-07 05:43:32:453 +0000 [nioEventLoopGroup-3-2] DEBUG io.netty.buffer.PoolThreadCache - Freed 4 thread-local buffer(s) from thread: nioEventLoopGroup-3-2 2024-04-07 05:43:32:486 +0000 [nioEventLoopGroup-3-4] DEBUG io.netty.buffer.PoolThreadCache - Freed 6 thread-local buffer(s) from thread: nioEventLoopGroup-3-4 2024-04-07 05:43:32:645 +0000 [nioEventLoopGroup-5-2] DEBUG io.netty.buffer.PoolThreadCache - Freed 2 thread-local buffer(s) from thread: nioEventLoopGroup-5-2 2024-04-07 05:43:32:764 +0000 [nioEventLoopGroup-5-4] DEBUG io.netty.buffer.PoolThreadCache - Freed 2 thread-local buffer(s) from thread: nioEventLoopGroup-5-4 2024-04-07 05:43:32:764 +0000 [nioEventLoopGroup-6-4] DEBUG io.netty.buffer.PoolThreadCache - Freed 3 thread-local buffer(s) from thread: nioEventLoopGroup-6-4 2024-04-07 05:43:32:773 +0000 [nioEventLoopGroup-6-2] DEBUG io.netty.buffer.PoolThreadCache - Freed 4 thread-local buffer(s) from thread: nioEventLoopGroup-6-2 2024-04-07 05:43:33:131 +0000 [nioEventLoopGroup-10-4] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - (Re)connecting to /127.0.0.1:58959 2024-04-07 05:43:33:131 +0000 [nioEventLoopGroup-10-4] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@1904720585 2024-04-07 05:43:33:135 +0000 [nioEventLoopGroup-10-5] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0x3088149c, L:/127.0.0.1:34566 - R:/127.0.0.1:58959]]@1904720585 2024-04-07 05:43:33:136 +0000 [nioEventLoopGroup-10-5] DEBUG io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13 - WebSocket version 13 client handshake key: /Aqhp1LwNypBKRsJFX8RBw==, expected response: DF+Fks9PqP0Y74QGO9RHfhJOLzM= 2024-04-07 05:43:33:146 +0000 [nioEventLoopGroup-10-7] DEBUG io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker - [id: 0x3d1f0a80, L:/127.0.0.1:58959 - R:/127.0.0.1:34566] WebSocket version V13 server handshake 2024-04-07 05:43:33:146 +0000 [nioEventLoopGroup-10-7] DEBUG io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker - WebSocket version 13 server handshake key: /Aqhp1LwNypBKRsJFX8RBw==, response: DF+Fks9PqP0Y74QGO9RHfhJOLzM= 2024-04-07 05:43:33:148 +0000 [nioEventLoopGroup-10-5] DEBUG org.opendaylight.jsonrpc.bus.http.WebSocketClientHandshake - Client connected on [id: 0x3088149c, L:/127.0.0.1:34566 - R:/127.0.0.1:58959] 2024-04-07 05:43:33:250 +0000 [nioEventLoopGroup-10-6] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Response : TEST 2024-04-07 05:43:33:251 +0000 [main] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTED to DONE [[id: 0x3088149c, L:/127.0.0.1:34566 - R:/127.0.0.1:58959]]@1904720585 2024-04-07 05:43:33:252 +0000 [nioEventLoopGroup-10-5] DEBUG io.netty.channel.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-04-07 05:43:33:253 +0000 [nioEventLoopGroup-10-5] DEBUG io.netty.channel.DefaultChannelPipeline - Discarded message pipeline : [ws-decoder, ws-encoder, DefaultChannelPipeline$TailContext#0]. Channel : [id: 0x3088149c, L:/127.0.0.1:34566 ! R:/127.0.0.1:58959]. 2024-04-07 05:43:33:259 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - (Re)connecting to /127.0.0.1:37257 2024-04-07 05:43:33:259 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@1472868639 2024-04-07 05:43:33:261 +0000 [nioEventLoopGroup-11-2] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0xf93c6169, L:/127.0.0.1:34114 - R:/127.0.0.1:37257]]@1472868639 2024-04-07 05:43:33:261 +0000 [nioEventLoopGroup-11-2] DEBUG io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13 - WebSocket version 13 client handshake key: ssex4P7DxJcVA65DMk8XVw==, expected response: QSj3+1V/T4PMzWgAxqgJFm8AwEk= 2024-04-07 05:43:33:268 +0000 [nioEventLoopGroup-11-4] DEBUG io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker - [id: 0x3c838bff, L:/127.0.0.1:37257 - R:/127.0.0.1:34114] WebSocket version V13 server handshake 2024-04-07 05:43:33:268 +0000 [nioEventLoopGroup-11-4] DEBUG io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker - WebSocket version 13 server handshake key: ssex4P7DxJcVA65DMk8XVw==, response: QSj3+1V/T4PMzWgAxqgJFm8AwEk= 2024-04-07 05:43:33:271 +0000 [nioEventLoopGroup-11-2] DEBUG org.opendaylight.jsonrpc.bus.http.WebSocketClientHandshake - Client connected on [id: 0xf93c6169, L:/127.0.0.1:34114 - R:/127.0.0.1:37257] 2024-04-07 05:43:33:360 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - (Re)connecting to /127.0.0.1:37257 2024-04-07 05:43:33:360 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@1566995606 2024-04-07 05:43:33:364 +0000 [nioEventLoopGroup-11-6] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0xfc684835, L:/127.0.0.1:34118 - R:/127.0.0.1:37257]]@1566995606 2024-04-07 05:43:33:365 +0000 [nioEventLoopGroup-11-6] DEBUG io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13 - WebSocket version 13 client handshake key: nqapDT4zfl0aQ2NvXLa+4Q==, expected response: P3rR3jiHlgdrsRF7ImxpBjbuqUw= 2024-04-07 05:43:33:375 +0000 [nioEventLoopGroup-11-8] DEBUG io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker - [id: 0x8baf4dd4, L:/127.0.0.1:37257 - R:/127.0.0.1:34118] WebSocket version V13 server handshake 2024-04-07 05:43:33:376 +0000 [nioEventLoopGroup-11-8] DEBUG io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker - WebSocket version 13 server handshake key: nqapDT4zfl0aQ2NvXLa+4Q==, response: P3rR3jiHlgdrsRF7ImxpBjbuqUw= 2024-04-07 05:43:33:377 +0000 [nioEventLoopGroup-11-6] DEBUG org.opendaylight.jsonrpc.bus.http.WebSocketClientHandshake - Client connected on [id: 0xfc684835, L:/127.0.0.1:34118 - R:/127.0.0.1:37257] 2024-04-07 05:43:33:462 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - (Re)connecting to /127.0.0.1:37257 2024-04-07 05:43:33:462 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@634691408 2024-04-07 05:43:33:465 +0000 [nioEventLoopGroup-11-10] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0x79772f80, L:/127.0.0.1:34130 - R:/127.0.0.1:37257]]@634691408 2024-04-07 05:43:33:465 +0000 [nioEventLoopGroup-11-10] DEBUG io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13 - WebSocket version 13 client handshake key: QV/+VrPuh1c6NQRherGxJg==, expected response: dBZ2ya9u4CuCyxM562pS3ZoYvHY= 2024-04-07 05:43:33:471 +0000 [nioEventLoopGroup-11-2] DEBUG io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker - [id: 0xa0407813, L:/127.0.0.1:37257 - R:/127.0.0.1:34130] WebSocket version V13 server handshake 2024-04-07 05:43:33:472 +0000 [nioEventLoopGroup-11-2] DEBUG io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker - WebSocket version 13 server handshake key: QV/+VrPuh1c6NQRherGxJg==, response: dBZ2ya9u4CuCyxM562pS3ZoYvHY= 2024-04-07 05:43:33:474 +0000 [nioEventLoopGroup-11-10] DEBUG org.opendaylight.jsonrpc.bus.http.WebSocketClientHandshake - Client connected on [id: 0x79772f80, L:/127.0.0.1:34130 - R:/127.0.0.1:37257] 2024-04-07 05:43:33:564 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - (Re)connecting to /127.0.0.1:37257 2024-04-07 05:43:33:564 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@474698435 2024-04-07 05:43:33:566 +0000 [nioEventLoopGroup-11-4] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0x5062bfbd, L:/127.0.0.1:34134 - R:/127.0.0.1:37257]]@474698435 2024-04-07 05:43:33:567 +0000 [nioEventLoopGroup-11-4] DEBUG io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13 - WebSocket version 13 client handshake key: BFTNc6z+67FY/XzRwzcIxg==, expected response: HiivkOBQO5ofjgEJlLYzbrQhCzI= 2024-04-07 05:43:33:570 +0000 [nioEventLoopGroup-11-6] DEBUG io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker - [id: 0xe5e0b4af, L:/127.0.0.1:37257 - R:/127.0.0.1:34134] WebSocket version V13 server handshake 2024-04-07 05:43:33:570 +0000 [nioEventLoopGroup-11-6] DEBUG io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker - WebSocket version 13 server handshake key: BFTNc6z+67FY/XzRwzcIxg==, response: HiivkOBQO5ofjgEJlLYzbrQhCzI= 2024-04-07 05:43:33:572 +0000 [nioEventLoopGroup-11-4] DEBUG org.opendaylight.jsonrpc.bus.http.WebSocketClientHandshake - Client connected on [id: 0x5062bfbd, L:/127.0.0.1:34134 - R:/127.0.0.1:37257] 2024-04-07 05:43:33:665 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - (Re)connecting to /127.0.0.1:37257 2024-04-07 05:43:33:665 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@1053839534 2024-04-07 05:43:33:667 +0000 [nioEventLoopGroup-11-8] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0xf06479ed, L:/127.0.0.1:34142 - R:/127.0.0.1:37257]]@1053839534 2024-04-07 05:43:33:668 +0000 [nioEventLoopGroup-11-8] DEBUG io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13 - WebSocket version 13 client handshake key: GlE3EEHgYwCh5Faqr9vFNA==, expected response: rUELNMW8GZfOVoJV1fSxt5ggGYc= 2024-04-07 05:43:33:670 +0000 [nioEventLoopGroup-11-10] DEBUG io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker - [id: 0xba56cb9a, L:/127.0.0.1:37257 - R:/127.0.0.1:34142] WebSocket version V13 server handshake 2024-04-07 05:43:33:671 +0000 [nioEventLoopGroup-11-10] DEBUG io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker - WebSocket version 13 server handshake key: GlE3EEHgYwCh5Faqr9vFNA==, response: rUELNMW8GZfOVoJV1fSxt5ggGYc= 2024-04-07 05:43:33:672 +0000 [nioEventLoopGroup-11-8] DEBUG org.opendaylight.jsonrpc.bus.http.WebSocketClientHandshake - Client connected on [id: 0xf06479ed, L:/127.0.0.1:34142 - R:/127.0.0.1:37257] 2024-04-07 05:43:33:756 +0000 [nioEventLoopGroup-8-2] DEBUG io.netty.buffer.PoolThreadCache - Freed 15 thread-local buffer(s) from thread: nioEventLoopGroup-8-2 2024-04-07 05:43:33:766 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - (Re)connecting to /127.0.0.1:37257 2024-04-07 05:43:33:767 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@816991687 2024-04-07 05:43:33:769 +0000 [nioEventLoopGroup-11-2] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0x5bd4df72, L:/127.0.0.1:34146 - R:/127.0.0.1:37257]]@816991687 2024-04-07 05:43:33:770 +0000 [nioEventLoopGroup-11-2] DEBUG io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13 - WebSocket version 13 client handshake key: mU61t8ZoGvpfSb0OsIhnaA==, expected response: CgzNOEzVw0D/FkdmH7BlzrNXEfw= 2024-04-07 05:43:33:772 +0000 [nioEventLoopGroup-11-4] DEBUG io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker - [id: 0xde0a99d3, L:/127.0.0.1:37257 - R:/127.0.0.1:34146] WebSocket version V13 server handshake 2024-04-07 05:43:33:773 +0000 [nioEventLoopGroup-11-4] DEBUG io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker - WebSocket version 13 server handshake key: mU61t8ZoGvpfSb0OsIhnaA==, response: CgzNOEzVw0D/FkdmH7BlzrNXEfw= 2024-04-07 05:43:33:775 +0000 [nioEventLoopGroup-11-2] DEBUG org.opendaylight.jsonrpc.bus.http.WebSocketClientHandshake - Client connected on [id: 0x5bd4df72, L:/127.0.0.1:34146 - R:/127.0.0.1:37257] 2024-04-07 05:43:33:779 +0000 [nioEventLoopGroup-8-4] DEBUG io.netty.buffer.PoolThreadCache - Freed 14 thread-local buffer(s) from thread: nioEventLoopGroup-8-4 2024-04-07 05:43:33:868 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - (Re)connecting to /127.0.0.1:37257 2024-04-07 05:43:33:869 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@1377523315 2024-04-07 05:43:33:871 +0000 [nioEventLoopGroup-11-6] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0x2a52a028, L:/127.0.0.1:34160 - R:/127.0.0.1:37257]]@1377523315 2024-04-07 05:43:33:872 +0000 [nioEventLoopGroup-11-6] DEBUG io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13 - WebSocket version 13 client handshake key: IXmAp7z2zkRRLTRKYKqQ3g==, expected response: sh7O3s4trKL7cPDl8714abZtxLA= 2024-04-07 05:43:33:877 +0000 [nioEventLoopGroup-11-8] DEBUG io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker - [id: 0x9cdc19a6, L:/127.0.0.1:37257 - R:/127.0.0.1:34160] WebSocket version V13 server handshake 2024-04-07 05:43:33:877 +0000 [nioEventLoopGroup-11-8] DEBUG io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker - WebSocket version 13 server handshake key: IXmAp7z2zkRRLTRKYKqQ3g==, response: sh7O3s4trKL7cPDl8714abZtxLA= 2024-04-07 05:43:33:878 +0000 [nioEventLoopGroup-11-6] DEBUG org.opendaylight.jsonrpc.bus.http.WebSocketClientHandshake - Client connected on [id: 0x2a52a028, L:/127.0.0.1:34160 - R:/127.0.0.1:37257] 2024-04-07 05:43:33:926 +0000 [nioEventLoopGroup-9-2] DEBUG io.netty.buffer.PoolThreadCache - Freed 15 thread-local buffer(s) from thread: nioEventLoopGroup-9-2 2024-04-07 05:43:33:927 +0000 [nioEventLoopGroup-9-4] DEBUG io.netty.buffer.PoolThreadCache - Freed 13 thread-local buffer(s) from thread: nioEventLoopGroup-9-4 2024-04-07 05:43:33:970 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - (Re)connecting to /127.0.0.1:37257 2024-04-07 05:43:33:971 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@626901963 2024-04-07 05:43:33:973 +0000 [nioEventLoopGroup-11-10] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0x78ed4244, L:/127.0.0.1:34176 - R:/127.0.0.1:37257]]@626901963 2024-04-07 05:43:33:973 +0000 [nioEventLoopGroup-11-10] DEBUG io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13 - WebSocket version 13 client handshake key: D8vrp6bKnoBL0E3Fiw1c6A==, expected response: QRg3O8UxLcv+T8LEHbPcBHJUr5Y= 2024-04-07 05:43:33:976 +0000 [nioEventLoopGroup-11-2] DEBUG io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker - [id: 0x1e095c62, L:/127.0.0.1:37257 - R:/127.0.0.1:34176] WebSocket version V13 server handshake 2024-04-07 05:43:33:976 +0000 [nioEventLoopGroup-11-2] DEBUG io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker - WebSocket version 13 server handshake key: D8vrp6bKnoBL0E3Fiw1c6A==, response: QRg3O8UxLcv+T8LEHbPcBHJUr5Y= 2024-04-07 05:43:33:978 +0000 [nioEventLoopGroup-11-10] DEBUG org.opendaylight.jsonrpc.bus.http.WebSocketClientHandshake - Client connected on [id: 0x78ed4244, L:/127.0.0.1:34176 - R:/127.0.0.1:37257] 2024-04-07 05:43:34:072 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - (Re)connecting to /127.0.0.1:37257 2024-04-07 05:43:34:072 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@1925798980 2024-04-07 05:43:34:074 +0000 [nioEventLoopGroup-11-4] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0x47ed08c0, L:/127.0.0.1:34190 - R:/127.0.0.1:37257]]@1925798980 2024-04-07 05:43:34:074 +0000 [nioEventLoopGroup-11-4] DEBUG io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13 - WebSocket version 13 client handshake key: ujWU9zcSHxOOYHyjyJ4V2w==, expected response: KBmcSamBy4CJuuApQeKFTtsFgCc= 2024-04-07 05:43:34:076 +0000 [nioEventLoopGroup-11-6] DEBUG io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker - [id: 0x3838bea3, L:/127.0.0.1:37257 - R:/127.0.0.1:34190] WebSocket version V13 server handshake 2024-04-07 05:43:34:077 +0000 [nioEventLoopGroup-11-6] DEBUG io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker - WebSocket version 13 server handshake key: ujWU9zcSHxOOYHyjyJ4V2w==, response: KBmcSamBy4CJuuApQeKFTtsFgCc= 2024-04-07 05:43:34:078 +0000 [nioEventLoopGroup-11-4] DEBUG org.opendaylight.jsonrpc.bus.http.WebSocketClientHandshake - Client connected on [id: 0x47ed08c0, L:/127.0.0.1:34190 - R:/127.0.0.1:37257] 2024-04-07 05:43:34:124 +0000 [nioEventLoopGroup-9-7] DEBUG io.netty.buffer.PoolThreadCache - Freed 16 thread-local buffer(s) from thread: nioEventLoopGroup-9-7 2024-04-07 05:43:34:173 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - (Re)connecting to /127.0.0.1:37257 2024-04-07 05:43:34:174 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@378262011 2024-04-07 05:43:34:175 +0000 [nioEventLoopGroup-11-8] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0xb620047b, L:/127.0.0.1:34194 - R:/127.0.0.1:37257]]@378262011 2024-04-07 05:43:34:176 +0000 [nioEventLoopGroup-11-8] DEBUG io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13 - WebSocket version 13 client handshake key: Kps0J8fIQIjf4hNkW7u4kg==, expected response: NZCnC/Sy3NVtq7mp3/UKxIXUEBA= 2024-04-07 05:43:34:179 +0000 [nioEventLoopGroup-11-10] DEBUG io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker - [id: 0x308911e1, L:/127.0.0.1:37257 - R:/127.0.0.1:34194] WebSocket version V13 server handshake 2024-04-07 05:43:34:179 +0000 [nioEventLoopGroup-11-10] DEBUG io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker - WebSocket version 13 server handshake key: Kps0J8fIQIjf4hNkW7u4kg==, response: NZCnC/Sy3NVtq7mp3/UKxIXUEBA= 2024-04-07 05:43:34:181 +0000 [nioEventLoopGroup-11-8] DEBUG org.opendaylight.jsonrpc.bus.http.WebSocketClientHandshake - Client connected on [id: 0xb620047b, L:/127.0.0.1:34194 - R:/127.0.0.1:37257] 2024-04-07 05:43:34:225 +0000 [nioEventLoopGroup-9-9] DEBUG io.netty.buffer.PoolThreadCache - Freed 16 thread-local buffer(s) from thread: nioEventLoopGroup-9-9 2024-04-07 05:43:34:292 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:293 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:293 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:293 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:293 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:293 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:293 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:293 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:293 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:293 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:293 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:294 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:294 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:294 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:294 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:294 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:294 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:294 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:294 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:294 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:294 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:295 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:295 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:295 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:295 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:295 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:295 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:295 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:295 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:295 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:296 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:296 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:296 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:296 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:296 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:296 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:296 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:296 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:298 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:298 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:298 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:299 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:299 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:299 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:299 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:299 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:299 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:299 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:299 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:299 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:299 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:300 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:300 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:300 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:300 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:300 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:300 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:300 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:302 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:302 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:303 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:303 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:303 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:303 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:303 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:303 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:303 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:303 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:303 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:303 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:303 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:304 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:304 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:304 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:304 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:304 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:304 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:304 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:304 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:304 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:304 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:305 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:305 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:305 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:305 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:305 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:305 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:305 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:305 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:305 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:305 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:306 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:306 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:307 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:307 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:307 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:307 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:307 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:307 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:307 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:307 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:307 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:307 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:307 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:307 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:307 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:307 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:307 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:308 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:308 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:308 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:308 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:308 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:308 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:308 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:308 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:308 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:308 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:308 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:308 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:308 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:309 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:309 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:309 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:309 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:309 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:309 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:309 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:309 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:309 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:309 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:309 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:309 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:309 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:309 +0000 [nioEventLoopGroup-11-3] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:312 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:312 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:312 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:313 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:313 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:313 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:313 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:313 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:313 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:313 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:313 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:313 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:313 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:313 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:313 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:313 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:313 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:314 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:314 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:314 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:314 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:314 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:314 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:314 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:314 +0000 [nioEventLoopGroup-11-7] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:314 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:314 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:314 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:314 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:314 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:314 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:314 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:314 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:314 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:314 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:314 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:314 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:314 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:315 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:315 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:315 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:315 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:315 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:315 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:315 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:315 +0000 [nioEventLoopGroup-11-1] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:315 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:315 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:315 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:315 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:315 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:315 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:316 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:316 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:316 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:316 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:316 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:316 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:316 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:316 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:316 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:316 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:316 +0000 [nioEventLoopGroup-11-9] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:316 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:316 +0000 [nioEventLoopGroup-11-5] INFO org.opendaylight.jsonrpc.bus.http.PubSubTest - Messsage : Ola! 2024-04-07 05:43:34:317 +0000 [main] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTED to DONE [[id: 0x5062bfbd, L:/127.0.0.1:34134 - R:/127.0.0.1:37257]]@474698435 2024-04-07 05:43:34:322 +0000 [main] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTED to DONE [[id: 0xf06479ed, L:/127.0.0.1:34142 - R:/127.0.0.1:37257]]@1053839534 2024-04-07 05:43:34:323 +0000 [main] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTED to DONE [[id: 0xfc684835, L:/127.0.0.1:34118 - R:/127.0.0.1:37257]]@1566995606 2024-04-07 05:43:34:323 +0000 [main] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTED to DONE [[id: 0xb620047b, L:/127.0.0.1:34194 - R:/127.0.0.1:37257]]@378262011 2024-04-07 05:43:34:323 +0000 [main] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTED to DONE [[id: 0x5bd4df72, L:/127.0.0.1:34146 - R:/127.0.0.1:37257]]@816991687 2024-04-07 05:43:34:324 +0000 [main] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTED to DONE [[id: 0x47ed08c0, L:/127.0.0.1:34190 - R:/127.0.0.1:37257]]@1925798980 2024-04-07 05:43:34:324 +0000 [main] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTED to DONE [[id: 0xf93c6169, L:/127.0.0.1:34114 - R:/127.0.0.1:37257]]@1472868639 2024-04-07 05:43:34:324 +0000 [main] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTED to DONE [[id: 0x79772f80, L:/127.0.0.1:34130 - R:/127.0.0.1:37257]]@634691408 2024-04-07 05:43:34:325 +0000 [main] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTED to DONE [[id: 0x2a52a028, L:/127.0.0.1:34160 - R:/127.0.0.1:37257]]@1377523315 2024-04-07 05:43:34:326 +0000 [main] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTED to DONE [[id: 0x78ed4244, L:/127.0.0.1:34176 - R:/127.0.0.1:37257]]@626901963 2024-04-07 05:43:34:326 +0000 [nioEventLoopGroup-11-10] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Scheduling reconnect because state is CONNECTED@464988425 2024-04-07 05:43:34:326 +0000 [nioEventLoopGroup-11-10] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from DONE to INITIAL [[id: 0x78ed4244, L:/127.0.0.1:34176 ! R:/127.0.0.1:37257]]@626901963 2024-04-07 05:43:34:327 +0000 [nioEventLoopGroup-11-10] DEBUG io.netty.channel.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-04-07 05:43:34:327 +0000 [nioEventLoopGroup-11-10] DEBUG io.netty.channel.DefaultChannelPipeline - Discarded message pipeline : [ws-decoder, ws-encoder, DefaultChannelPipeline$TailContext#0]. Channel : [id: 0x78ed4244, L:/127.0.0.1:34176 ! R:/127.0.0.1:37257].