02:49:44.738 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 02:49:44.738 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router started 02:49:44.738 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 02:49:44.738 [main] INFO o.o.r.s.m.MdsalRestconfStreamRegistry - Cluster leadership acquired – will write OPERATIONAL view 02:49:44.739 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with service class org.opendaylight.restconf.server.mdsal.MdsalRestconfServer 02:49:44.739 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with base path: /rests, default encoding: JSON, default pretty print: false 02:49:44.740 [main] INFO o.o.restconf.server.NettyEndpoint - HTTP/3 is disabled because transport is not configured 02:49:45.005 [restconf-netty-e2e-4] INFO Client - [id: 0x97eaaf89, L:/127.0.0.1:36154 - R:/127.0.0.1:35913] OUTBOUND SETTINGS: ack=false settings={MAX_CONCURRENT_STREAMS=100, MAX_HEADER_LIST_SIZE=8192} 02:49:45.012 [restconf-netty-e2e-4] INFO Client - [id: 0x97eaaf89, L:/127.0.0.1:36154 - R:/127.0.0.1:35913] INBOUND SETTINGS: ack=false settings={MAX_CONCURRENT_STREAMS=100, MAX_FRAME_SIZE=16384, MAX_HEADER_LIST_SIZE=16384} 02:49:45.012 [restconf-netty-e2e-4] INFO Client - [id: 0x97eaaf89, L:/127.0.0.1:36154 - R:/127.0.0.1:35913] OUTBOUND SETTINGS: ack=true 02:49:45.012 [restconf-netty-e2e-4] INFO Client - [id: 0x97eaaf89, L:/127.0.0.1:36154 - R:/127.0.0.1:35913] INBOUND HEADERS: streamId=1 headers=DefaultHttp2Headers[:status: 401, www-authenticate: BASIC realm="application", alt-svc: h3=":8443"; ma=3600] padding=0 endStream=true 02:49:45.013 [restconf-netty-e2e-4] WARN i.n.channel.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.NullPointerException: Cannot invoke "io.netty.handler.codec.http2.AbstractHttp2StreamChannel.fireChildRead(io.netty.handler.codec.http2.Http2Frame)" because "channel" is null at io.netty.handler.codec.http2.Http2MultiplexHandler.channelRead(Http2MultiplexHandler.java:188) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:355) at io.netty.handler.codec.http2.Http2FrameCodec.onHttp2Frame(Http2FrameCodec.java:723) at io.netty.handler.codec.http2.Http2FrameCodec$FrameListener.onHeadersRead(Http2FrameCodec.java:645) at io.netty.handler.codec.http2.Http2FrameCodec$FrameListener.onHeadersRead(Http2FrameCodec.java:638) at io.netty.handler.codec.http2.Http2FrameListenerDecorator.onHeadersRead(Http2FrameListenerDecorator.java:46) at io.netty.handler.codec.http2.Http2EmptyDataFrameListener.onHeadersRead(Http2EmptyDataFrameListener.java:63) at io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder$FrameReadListener.onHeadersRead(DefaultHttp2ConnectionDecoder.java:504) at io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder$FrameReadListener.onHeadersRead(DefaultHttp2ConnectionDecoder.java:415) at io.netty.handler.codec.http2.Http2InboundFrameLogger$1.onHeadersRead(Http2InboundFrameLogger.java:54) at io.netty.handler.codec.http2.DefaultHttp2FrameReader$2.processFragment(DefaultHttp2FrameReader.java:490) at io.netty.handler.codec.http2.DefaultHttp2FrameReader.readHeadersFrame(DefaultHttp2FrameReader.java:498) at io.netty.handler.codec.http2.DefaultHttp2FrameReader.processPayloadState(DefaultHttp2FrameReader.java:257) at io.netty.handler.codec.http2.DefaultHttp2FrameReader.readFrame(DefaultHttp2FrameReader.java:174) at io.netty.handler.codec.http2.Http2InboundFrameLogger.readFrame(Http2InboundFrameLogger.java:39) at io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.decodeFrame(DefaultHttp2ConnectionDecoder.java:221) at io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder.decodeFrame(DecoratingHttp2ConnectionDecoder.java:61) at io.netty.handler.codec.http2.Http2ConnectionHandler$FrameDecoder.decode(Http2ConnectionHandler.java:413) at io.netty.handler.codec.http2.Http2ConnectionHandler.decode(Http2ConnectionHandler.java:473) at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:545) at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:484) at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:296) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1429) at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:918) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:176) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.handle(AbstractNioChannel.java:445) at io.netty.channel.nio.NioIoHandler$DefaultNioRegistration.handle(NioIoHandler.java:388) at io.netty.channel.nio.NioIoHandler.processSelectedKey(NioIoHandler.java:596) at io.netty.channel.nio.NioIoHandler.processSelectedKeysOptimized(NioIoHandler.java:571) at io.netty.channel.nio.NioIoHandler.processSelectedKeys(NioIoHandler.java:512) at io.netty.channel.nio.NioIoHandler.run(NioIoHandler.java:484) at io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:225) at io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:196) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1204) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base/java.lang.Thread.run(Thread.java:1583) 02:49:45.014 [restconf-netty-e2e-4] INFO Client - [id: 0x97eaaf89, L:/127.0.0.1:36154 - R:/127.0.0.1:35913] INBOUND SETTINGS: ack=true 02:49:45.104 [restconf-netty-e2e-4] INFO Client - [id: 0x97eaaf89, L:/127.0.0.1:36154 - R:/127.0.0.1:35913] OUTBOUND HEADERS: streamId=3 headers=DefaultHttp2Headers[:path: /rests/streams/json/urn:uuid:ec51a064-4b36-4822-b624-754a341c54f3, :scheme: http, :authority: localhost, :method: GET, accept: text/event-stream, authorization: Basic dXNlcm5hbWU6cGEkJHcwUmQ=] padding=0 endStream=true 02:49:45.109 [restconf-netty-e2e-4] INFO Client - [id: 0x97eaaf89, L:/127.0.0.1:36154 - R:/127.0.0.1:35913] INBOUND HEADERS: streamId=3 headers=DefaultHttp2Headers[:status: 200, content-type: text/event-stream, alt-svc: h3=":8443"; ma=3600] padding=0 endStream=false 02:49:45.214 [restconf-netty-e2e-4] INFO Client - [id: 0x97eaaf89, L:/127.0.0.1:36154 - R:/127.0.0.1:35913] INBOUND DATA: streamId=3 padding=0 endStream=false length=352 bytes=646174613a207b22696574662d72657374636f6e663a6e6f74696669636174696f6e223a7b226576656e742d74696d65223a22323032362d30382d3239543032... 02:49:45.214 [restconf-netty-e2e-4] INFO Client - [id: 0x97eaaf89, L:/127.0.0.1:36154 - R:/127.0.0.1:35913] INBOUND DATA: streamId=3 padding=0 endStream=false length=2 bytes=0d0a 02:49:45.238 [restconf-netty-e2e-4] INFO Client - [id: 0x97eaaf89, L:/127.0.0.1:36154 - R:/127.0.0.1:35913] INBOUND DATA: streamId=3 padding=0 endStream=false length=321 bytes=646174613a207b22696574662d72657374636f6e663a6e6f74696669636174696f6e223a7b226576656e742d74696d65223a22323032362d30382d3239543032... 02:49:45.239 [restconf-netty-e2e-4] INFO Client - [id: 0x97eaaf89, L:/127.0.0.1:36154 - R:/127.0.0.1:35913] INBOUND DATA: streamId=3 padding=0 endStream=false length=2 bytes=0d0a 02:49:45.255 [restconf-netty-e2e-4] INFO Client - [id: 0x97eaaf89, L:/127.0.0.1:36154 - R:/127.0.0.1:35913] INBOUND DATA: streamId=3 padding=0 endStream=false length=257 bytes=646174613a207b22696574662d72657374636f6e663a6e6f74696669636174696f6e223a7b226576656e742d74696d65223a22323032362d30382d3239543032... 02:49:45.255 [restconf-netty-e2e-4] INFO Client - [id: 0x97eaaf89, L:/127.0.0.1:36154 - R:/127.0.0.1:35913] INBOUND DATA: streamId=3 padding=0 endStream=false length=2 bytes=0d0a 02:49:45.267 [restconf-netty-e2e-4] INFO Client - [id: 0x97eaaf89, L:/127.0.0.1:36154 - R:/127.0.0.1:35913] OUTBOUND RST_STREAM: streamId=3 errorCode=8 02:49:45.368 [restconf-netty-e2e-4] INFO Client - [id: 0x97eaaf89, L:/127.0.0.1:36154 - R:/127.0.0.1:35913] OUTBOUND GO_AWAY: lastStreamId=0 errorCode=0 length=0 bytes= 02:49:45.372 [main] INFO o.o.r.s.m.MdsalRestconfStreamRegistry - Cluster leadership lost – stop writing OPERATIONAL view 02:49:45.373 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router stopped 02:49:45.373 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router stopped 02:49:45.374 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 02:49:45.374 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router started 02:49:45.375 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 02:49:45.375 [main] INFO o.o.r.s.m.MdsalRestconfStreamRegistry - Cluster leadership acquired – will write OPERATIONAL view 02:49:45.376 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with service class org.opendaylight.restconf.server.mdsal.MdsalRestconfServer 02:49:45.376 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with base path: /rests, default encoding: JSON, default pretty print: false 02:49:45.377 [main] INFO o.o.restconf.server.NettyEndpoint - HTTP/3 is disabled because transport is not configured 02:49:45.820 [restconf-netty-e2e-4] INFO Client - [id: 0x1b614cc4, L:/127.0.0.1:48146 - R:/127.0.0.1:39447] OUTBOUND SETTINGS: ack=false settings={MAX_CONCURRENT_STREAMS=100, MAX_HEADER_LIST_SIZE=8192} 02:49:45.821 [restconf-netty-e2e-4] INFO Client - [id: 0x1b614cc4, L:/127.0.0.1:48146 - R:/127.0.0.1:39447] INBOUND SETTINGS: ack=false settings={MAX_CONCURRENT_STREAMS=100, MAX_FRAME_SIZE=16384, MAX_HEADER_LIST_SIZE=16384} 02:49:45.821 [restconf-netty-e2e-4] INFO Client - [id: 0x1b614cc4, L:/127.0.0.1:48146 - R:/127.0.0.1:39447] OUTBOUND SETTINGS: ack=true 02:49:45.822 [restconf-netty-e2e-4] INFO Client - [id: 0x1b614cc4, L:/127.0.0.1:48146 - R:/127.0.0.1:39447] INBOUND HEADERS: streamId=1 headers=DefaultHttp2Headers[:status: 401, www-authenticate: BASIC realm="application", alt-svc: h3=":8443"; ma=3600] padding=0 endStream=true 02:49:45.822 [restconf-netty-e2e-4] WARN i.n.channel.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.NullPointerException: Cannot invoke "io.netty.handler.codec.http2.AbstractHttp2StreamChannel.fireChildRead(io.netty.handler.codec.http2.Http2Frame)" because "channel" is null at io.netty.handler.codec.http2.Http2MultiplexHandler.channelRead(Http2MultiplexHandler.java:188) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:355) at io.netty.handler.codec.http2.Http2FrameCodec.onHttp2Frame(Http2FrameCodec.java:723) at io.netty.handler.codec.http2.Http2FrameCodec$FrameListener.onHeadersRead(Http2FrameCodec.java:645) at io.netty.handler.codec.http2.Http2FrameCodec$FrameListener.onHeadersRead(Http2FrameCodec.java:638) at io.netty.handler.codec.http2.Http2FrameListenerDecorator.onHeadersRead(Http2FrameListenerDecorator.java:46) at io.netty.handler.codec.http2.Http2EmptyDataFrameListener.onHeadersRead(Http2EmptyDataFrameListener.java:63) at io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder$FrameReadListener.onHeadersRead(DefaultHttp2ConnectionDecoder.java:504) at io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder$FrameReadListener.onHeadersRead(DefaultHttp2ConnectionDecoder.java:415) at io.netty.handler.codec.http2.Http2InboundFrameLogger$1.onHeadersRead(Http2InboundFrameLogger.java:54) at io.netty.handler.codec.http2.DefaultHttp2FrameReader$2.processFragment(DefaultHttp2FrameReader.java:490) at io.netty.handler.codec.http2.DefaultHttp2FrameReader.readHeadersFrame(DefaultHttp2FrameReader.java:498) at io.netty.handler.codec.http2.DefaultHttp2FrameReader.processPayloadState(DefaultHttp2FrameReader.java:257) at io.netty.handler.codec.http2.DefaultHttp2FrameReader.readFrame(DefaultHttp2FrameReader.java:174) at io.netty.handler.codec.http2.Http2InboundFrameLogger.readFrame(Http2InboundFrameLogger.java:39) at io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.decodeFrame(DefaultHttp2ConnectionDecoder.java:221) at io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder.decodeFrame(DecoratingHttp2ConnectionDecoder.java:61) at io.netty.handler.codec.http2.Http2ConnectionHandler$FrameDecoder.decode(Http2ConnectionHandler.java:413) at io.netty.handler.codec.http2.Http2ConnectionHandler.decode(Http2ConnectionHandler.java:473) at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:545) at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:484) at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:296) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1429) at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:918) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:176) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.handle(AbstractNioChannel.java:445) at io.netty.channel.nio.NioIoHandler$DefaultNioRegistration.handle(NioIoHandler.java:388) at io.netty.channel.nio.NioIoHandler.processSelectedKey(NioIoHandler.java:596) at io.netty.channel.nio.NioIoHandler.processSelectedKeysOptimized(NioIoHandler.java:571) at io.netty.channel.nio.NioIoHandler.processSelectedKeys(NioIoHandler.java:512) at io.netty.channel.nio.NioIoHandler.run(NioIoHandler.java:484) at io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:225) at io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:196) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1204) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base/java.lang.Thread.run(Thread.java:1583) 02:49:45.822 [restconf-netty-e2e-4] INFO Client - [id: 0x1b614cc4, L:/127.0.0.1:48146 - R:/127.0.0.1:39447] INBOUND SETTINGS: ack=true 02:49:45.920 [restconf-netty-e2e-4] INFO Client - [id: 0x1b614cc4, L:/127.0.0.1:48146 - R:/127.0.0.1:39447] OUTBOUND HEADERS: streamId=3 headers=DefaultHttp2Headers[:path: /rests/streams/json/urn:uuid:e64ddb22-1633-4c88-928b-40c3c9143f8b, :scheme: http, :authority: localhost, :method: GET, accept: text/event-stream, authorization: Basic dXNlcm5hbWU6cGEkJHcwUmQ=] padding=0 endStream=true 02:49:45.923 [restconf-netty-e2e-4] INFO Client - [id: 0x1b614cc4, L:/127.0.0.1:48146 - R:/127.0.0.1:39447] INBOUND HEADERS: streamId=3 headers=DefaultHttp2Headers[:status: 200, content-type: text/event-stream, alt-svc: h3=":8443"; ma=3600] padding=0 endStream=false 02:49:46.021 [restconf-netty-e2e-4] INFO Client - [id: 0x1b614cc4, L:/127.0.0.1:48146 - R:/127.0.0.1:39447] OUTBOUND HEADERS: streamId=5 headers=DefaultHttp2Headers[:path: /rests/streams/json/urn:uuid:1cd7ee59-a296-4ceb-a9a0-cdc38f238392, :scheme: http, :authority: localhost, :method: GET, accept: text/event-stream, authorization: Basic dXNlcm5hbWU6cGEkJHcwUmQ=] padding=0 endStream=true 02:49:46.024 [restconf-netty-e2e-4] INFO Client - [id: 0x1b614cc4, L:/127.0.0.1:48146 - R:/127.0.0.1:39447] INBOUND HEADERS: streamId=5 headers=DefaultHttp2Headers[:status: 200, content-type: text/event-stream, alt-svc: h3=":8443"; ma=3600] padding=0 endStream=false 02:49:46.130 [restconf-netty-e2e-4] INFO Client - [id: 0x1b614cc4, L:/127.0.0.1:48146 - R:/127.0.0.1:39447] INBOUND DATA: streamId=5 padding=0 endStream=false length=352 bytes=646174613a207b22696574662d72657374636f6e663a6e6f74696669636174696f6e223a7b226576656e742d74696d65223a22323032362d30382d3239543032... 02:49:46.130 [restconf-netty-e2e-4] INFO Client - [id: 0x1b614cc4, L:/127.0.0.1:48146 - R:/127.0.0.1:39447] INBOUND DATA: streamId=5 padding=0 endStream=false length=2 bytes=0d0a 02:49:46.140 [restconf-netty-e2e-4] INFO Client - [id: 0x1b614cc4, L:/127.0.0.1:48146 - R:/127.0.0.1:39447] INBOUND DATA: streamId=3 padding=0 endStream=false length=352 bytes=646174613a207b22696574662d72657374636f6e663a6e6f74696669636174696f6e223a7b226576656e742d74696d65223a22323032362d30382d3239543032... 02:49:46.141 [restconf-netty-e2e-4] INFO Client - [id: 0x1b614cc4, L:/127.0.0.1:48146 - R:/127.0.0.1:39447] INBOUND DATA: streamId=3 padding=0 endStream=false length=2 bytes=0d0a 02:49:46.152 [restconf-netty-e2e-4] INFO Client - [id: 0x1b614cc4, L:/127.0.0.1:48146 - R:/127.0.0.1:39447] OUTBOUND RST_STREAM: streamId=3 errorCode=8 02:49:46.152 [restconf-netty-e2e-4] INFO Client - [id: 0x1b614cc4, L:/127.0.0.1:48146 - R:/127.0.0.1:39447] OUTBOUND RST_STREAM: streamId=5 errorCode=8 02:49:46.355 [restconf-netty-e2e-4] INFO Client - [id: 0x1b614cc4, L:/127.0.0.1:48146 - R:/127.0.0.1:39447] OUTBOUND GO_AWAY: lastStreamId=0 errorCode=0 length=0 bytes= 02:49:46.356 [main] INFO o.o.r.s.m.MdsalRestconfStreamRegistry - Cluster leadership lost – stop writing OPERATIONAL view 02:49:46.357 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router stopped 02:49:46.357 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router stopped