2025-09-15 18:17:24:762 +0000 [main] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - (Re)connecting to /127.0.0.1:34225 2025-09-15 18:17:24:762 +0000 [main] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@1537371824 2025-09-15 18:17:24:763 +0000 [nioEventLoopGroup-2-8] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0xad3916a0, L:/127.0.0.1:56512 - R:/127.0.0.1:34225]]@1537371824 2025-09-15 18:17:24:764 +0000 [nioEventLoopGroup-2-8] ERROR io.netty.util.ResourceLeakDetector - LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information. Recent access records: Created at: io.netty.buffer.AdaptiveByteBufAllocator.newDirectBuffer(AdaptiveByteBufAllocator.java:70) io.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteBufAllocator.java:188) io.netty.buffer.AbstractByteBufAllocator.buffer(AbstractByteBufAllocator.java:124) io.netty.buffer.AbstractByteBuf.readBytes(AbstractByteBuf.java:878) org.opendaylight.jsonrpc.bus.zmq.MessageDecoder.readObject(MessageDecoder.java:72) org.opendaylight.jsonrpc.bus.zmq.MessageDecoder.decode(MessageDecoder.java:44) io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:530) io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:469) io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:290) io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1429) io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:918) io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:167) io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.handle(AbstractNioChannel.java:445) io.netty.channel.nio.NioIoHandler$DefaultNioRegistration.handle(NioIoHandler.java:381) io.netty.channel.nio.NioIoHandler.processSelectedKey(NioIoHandler.java:575) io.netty.channel.nio.NioIoHandler.processSelectedKeysOptimized(NioIoHandler.java:550) io.netty.channel.nio.NioIoHandler.processSelectedKeys(NioIoHandler.java:491) io.netty.channel.nio.NioIoHandler.run(NioIoHandler.java:468) io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:206) io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:177) io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1073) io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) java.base/java.lang.Thread.run(Thread.java:1583) 2025-09-15 18:17:25:065 +0000 [main] DEBUG org.opendaylight.jsonrpc.bus.messagelib.RequesterSessionImpl - Sending request : {"jsonrpc":"2.0","id":1,"method":"test","params":"abcd"} 2025-09-15 18:17:25:066 +0000 [defaultEventExecutorGroup-3-11] DEBUG org.opendaylight.jsonrpc.bus.zmq.ServerHandler - First empty frame discarded : DefaultMessage [isLast=false, content=EmptyByteBufBE] 2025-09-15 18:17:25:066 +0000 [defaultEventExecutorGroup-3-11] INFO org.opendaylight.jsonrpc.bus.messagelib.ResponderSessionImpl - Request : {"jsonrpc":"2.0","id":1,"method":"test","params":"abcd"} 2025-09-15 18:17:25:067 +0000 [defaultEventExecutorGroup-3-11] DEBUG org.opendaylight.jsonrpc.bus.messagelib.AbstractProxyHandlerAdapter - Attempting method candidate MethodCandidate [method=public java.lang.String org.opendaylight.jsonrpc.bus.messagelib.JsonRrpc30Test$TestImpl.test(java.lang.String)] 2025-09-15 18:17:25:368 +0000 [globalEventExecutor-1-7] WARN org.opendaylight.jsonrpc.bus.messagelib.RequesterSessionImpl - Send failed java.util.concurrent.CancellationException at io.netty.util.concurrent.DefaultPromise.cancel(...)(Unknown Source) 2025-09-15 18:17:25:569 +0000 [defaultEventExecutorGroup-3-11] INFO org.opendaylight.jsonrpc.bus.messagelib.ResponderSessionImpl - Response : {"jsonrpc":"2.0","id":1,"result":"abcd"} 2025-09-15 18:17:25:570 +0000 [defaultEventExecutorGroup-3-10] DEBUG org.opendaylight.jsonrpc.bus.messagelib.RequesterSessionImpl - Response from [id: 0xad3916a0, L:/127.0.0.1:56512 - R:/127.0.0.1:34225] : {"jsonrpc":"2.0","id":1,"result":"abcd"} 2025-09-15 18:17:26:369 +0000 [main] DEBUG org.opendaylight.jsonrpc.bus.messagelib.RequesterSessionImpl - Sending request : {"jsonrpc":"2.0","id":2,"method":"test","params":"xyz"} 2025-09-15 18:17:26:370 +0000 [defaultEventExecutorGroup-3-11] DEBUG org.opendaylight.jsonrpc.bus.zmq.ServerHandler - First empty frame discarded : DefaultMessage [isLast=false, content=EmptyByteBufBE] 2025-09-15 18:17:26:370 +0000 [defaultEventExecutorGroup-3-11] INFO org.opendaylight.jsonrpc.bus.messagelib.ResponderSessionImpl - Request : {"jsonrpc":"2.0","id":2,"method":"test","params":"xyz"} 2025-09-15 18:17:26:371 +0000 [defaultEventExecutorGroup-3-11] DEBUG org.opendaylight.jsonrpc.bus.messagelib.AbstractProxyHandlerAdapter - Attempting method candidate MethodCandidate [method=public java.lang.String org.opendaylight.jsonrpc.bus.messagelib.JsonRrpc30Test$TestImpl.test(java.lang.String)] 2025-09-15 18:17:26:371 +0000 [defaultEventExecutorGroup-3-11] INFO org.opendaylight.jsonrpc.bus.messagelib.ResponderSessionImpl - Response : {"jsonrpc":"2.0","id":2,"result":"xyz"} 2025-09-15 18:17:26:372 +0000 [defaultEventExecutorGroup-3-10] DEBUG org.opendaylight.jsonrpc.bus.messagelib.RequesterSessionImpl - Response from [id: 0xad3916a0, L:/127.0.0.1:56512 - R:/127.0.0.1:34225] : {"jsonrpc":"2.0","id":2,"result":"xyz"} 2025-09-15 18:17:26:373 +0000 [main] DEBUG org.opendaylight.jsonrpc.bus.messagelib.ProxyServiceImpl - Cleaning up proxy instance AbstractSession [closeable=AbstractReconnectingClient [state=CONNECTED, uri=zmq://127.0.0.1:34225?timeout=300, sessionType=REQ, hashCode=1537371824], timeout=300] 2025-09-15 18:17:26:373 +0000 [main] DEBUG org.opendaylight.jsonrpc.bus.messagelib.AbstractSession - Reference count reached 0, closing and removing AbstractReconnectingClient [state=CONNECTED, uri=zmq://127.0.0.1:34225?timeout=300, sessionType=REQ, hashCode=1537371824] 2025-09-15 18:17:26:373 +0000 [main] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTED to DONE [[id: 0xad3916a0, L:/127.0.0.1:56512 - R:/127.0.0.1:34225]]@1537371824 2025-09-15 18:17:26:373 +0000 [main] DEBUG org.opendaylight.jsonrpc.bus.messagelib.AbstractSession - Reference count reached 0, closing and removing AbstractSession [REP@zmq://127.0.0.1:34225?timeout=300@556662073]