21:16:26.909 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 21:16:26.909 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router started 21:16:26.916 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with service class org.opendaylight.restconf.server.mdsal.MdsalRestconfServer 21:16:26.916 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with base path: /rests, default encoding: JSON, default pretty print: false 21:16:27.136 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 21:16:27.136 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router started 21:16:27.141 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with service class org.opendaylight.restconf.server.mdsal.MdsalRestconfServer 21:16:27.141 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with base path: /rests, default encoding: JSON, default pretty print: false 21:16:27.354 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 21:16:27.355 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router started 21:16:27.360 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with service class org.opendaylight.restconf.server.mdsal.MdsalRestconfServer 21:16:27.360 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with base path: /rests, default encoding: JSON, default pretty print: false 21:16:27.574 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 21:16:27.574 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router started 21:16:27.581 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with service class org.opendaylight.restconf.server.mdsal.MdsalRestconfServer 21:16:27.582 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with base path: /rests, default encoding: JSON, default pretty print: false 21:16:27.790 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 21:16:27.791 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router started 21:16:27.799 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with service class org.opendaylight.restconf.server.mdsal.MdsalRestconfServer 21:16:27.799 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with base path: /rests, default encoding: JSON, default pretty print: false 21:16:28.008 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 21:16:28.009 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router started 21:16:28.015 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with service class org.opendaylight.restconf.server.mdsal.MdsalRestconfServer 21:16:28.015 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with base path: /rests, default encoding: JSON, default pretty print: false 21:16:28.427 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 21:16:28.428 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router started 21:16:28.434 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with service class org.opendaylight.restconf.server.mdsal.MdsalRestconfServer 21:16:28.434 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with base path: /rests, default encoding: JSON, default pretty print: false 21:16:28.850 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 21:16:28.850 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router started 21:16:28.857 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with service class org.opendaylight.restconf.server.mdsal.MdsalRestconfServer 21:16:28.857 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with base path: /rests, default encoding: JSON, default pretty print: false 21:16:29.065 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 21:16:29.066 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router started 21:16:29.073 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with service class org.opendaylight.restconf.server.mdsal.MdsalRestconfServer 21:16:29.073 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with base path: /rests, default encoding: JSON, default pretty print: false 21:16:29.284 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 21:16:29.285 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router started 21:16:29.292 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with service class org.opendaylight.restconf.server.mdsal.MdsalRestconfServer 21:16:29.292 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with base path: /rests, default encoding: JSON, default pretty print: false 21:16:29.395 [netconf-timer-0] WARN io.netty.util.HashedWheelTimer - An exception was thrown by TimerTask. java.util.concurrent.RejectedExecutionException: event executor terminated at io.netty.util.concurrent.SingleThreadEventExecutor.reject(SingleThreadEventExecutor.java:1005) at io.netty.util.concurrent.SingleThreadEventExecutor.offerTask(SingleThreadEventExecutor.java:388) at io.netty.util.concurrent.SingleThreadEventExecutor.addTask(SingleThreadEventExecutor.java:381) at io.netty.util.concurrent.SingleThreadEventExecutor.execute(SingleThreadEventExecutor.java:907) at io.netty.util.concurrent.SingleThreadEventExecutor.execute0(SingleThreadEventExecutor.java:873) at io.netty.util.concurrent.SingleThreadEventExecutor.execute(SingleThreadEventExecutor.java:863) at org.opendaylight.netconf.nettyutil.NetconfSessionNegotiator.lambda$start$1(NetconfSessionNegotiator.java:188) at io.netty.util.HashedWheelTimer$HashedWheelTimeout.run(HashedWheelTimer.java:716) at io.netty.util.concurrent.ImmediateExecutor.execute(ImmediateExecutor.java:34) at io.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:704) at io.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:790) at io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:500) at java.base/java.lang.Thread.run(Thread.java:1583) 21:16:29.501 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 21:16:29.501 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router started 21:16:29.507 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with service class org.opendaylight.restconf.server.mdsal.MdsalRestconfServer 21:16:29.507 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with base path: /rests, default encoding: JSON, default pretty print: false 21:16:29.716 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 21:16:29.716 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router started 21:16:29.723 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with service class org.opendaylight.restconf.server.mdsal.MdsalRestconfServer 21:16:29.723 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with base path: /rests, default encoding: JSON, default pretty print: false