SLF4J(W): Class path contains multiple SLF4J providers. SLF4J(W): Found provider [ch.qos.logback.classic.spi.LogbackServiceProvider@47a3d56a] SLF4J(W): Found provider [org.slf4j.simple.SimpleServiceProvider@3a209918] SLF4J(W): See https://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J(I): Actual provider is of type [ch.qos.logback.classic.spi.LogbackServiceProvider@47a3d56a] 02:18:26.223 [main] DEBUG io.netty.util.internal.logging.InternalLoggerFactory -- Using SLF4J as the default logging framework 02:18:26.227 [main] DEBUG io.netty.util.internal.InternalThreadLocalMap -- -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 02:18:26.227 [main] DEBUG io.netty.util.internal.InternalThreadLocalMap -- -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 02:18:26.249 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- Java version: 21 02:18:26.249 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- -Dio.netty.noUnsafe: false 02:18:26.251 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- sun.misc.Unsafe.theUnsafe: available 02:18:26.252 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- sun.misc.Unsafe base methods: all available 02:18:26.252 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- java.nio.Buffer.address: available 02:18:26.253 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- direct buffer constructor: unavailable: Reflective setAccessible(true) disabled 02:18:26.254 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- java.nio.Bits.unaligned: available, true 02:18:26.254 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: symbolic reference class is not accessible: class jdk.internal.misc.Unsafe, from class io.netty.util.internal.PlatformDependent0 (unnamed module @14fc5f04) 02:18:26.257 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- java.nio.DirectByteBuffer.(long, {int,long}): unavailable 02:18:26.257 [main] DEBUG io.netty.util.internal.PlatformDependent -- sun.misc.Unsafe: available 02:18:26.257 [main] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.tmpdir: /tmp (java.io.tmpdir) 02:18:26.257 [main] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.bitMode: 64 (sun.arch.data.model) 02:18:26.258 [main] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.maxDirectMemory: 8413773824 bytes 02:18:26.259 [main] DEBUG io.netty.util.internal.CleanerJava9 -- java.nio.ByteBuffer.cleaner(): available 02:18:26.259 [main] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.noPreferDirect: false 02:18:26.259 [main] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.ignoreExpensiveClean: false 02:18:26.264 [main] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.jfr.enabled: true 02:18:26.269 [main] DEBUG io.netty.util.internal.NativeLibraryLoader -- -Dio.netty.native.workdir: /tmp (io.netty.tmpdir) 02:18:26.269 [main] DEBUG io.netty.util.internal.NativeLibraryLoader -- -Dio.netty.native.deleteLibAfterLoading: true 02:18:26.269 [main] DEBUG io.netty.util.internal.NativeLibraryLoader -- -Dio.netty.native.tryPatchShadedId: true 02:18:26.269 [main] DEBUG io.netty.util.internal.NativeLibraryLoader -- -Dio.netty.native.detectNativeLibraryDuplicates: true 02:18:26.280 [main] DEBUG io.netty.util.internal.NativeLibraryLoader -- Successfully loaded the library /tmp/libnetty_transport_native_epoll_x86_643248701836786974875.so 02:18:26.285 [main] DEBUG io.netty.util.NetUtil -- -Djava.net.preferIPv4Stack: false 02:18:26.285 [main] DEBUG io.netty.util.NetUtil -- -Djava.net.preferIPv6Addresses: false 02:18:26.288 [main] DEBUG io.netty.util.NetUtilInitializations -- Loopback interface: lo (lo, 0:0:0:0:0:0:0:1%lo) 02:18:26.289 [main] DEBUG io.netty.util.NetUtil -- /proc/sys/net/core/somaxconn: 4096 02:18:26.320 [main] DEBUG io.netty.channel.MultithreadEventLoopGroup -- -Dio.netty.eventLoopThreads: 16 02:18:26.345 [main] DEBUG io.netty.util.concurrent.GlobalEventExecutor -- -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1 02:18:26.383 [main] DEBUG io.netty.util.internal.PlatformDependent -- org.jctools-core.MpscChunkedArrayQueue: available 02:18:26.515 [main] DEBUG io.netty.util.ResourceLeakDetector -- -Dio.netty.leakDetection.level: simple 02:18:26.515 [main] DEBUG io.netty.util.ResourceLeakDetector -- -Dio.netty.leakDetection.targetRecords: 4 02:18:26.516 [main] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.numHeapArenas: 16 02:18:26.516 [main] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.numDirectArenas: 16 02:18:26.516 [main] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.pageSize: 8192 02:18:26.516 [main] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.maxOrder: 9 02:18:26.516 [main] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.chunkSize: 4194304 02:18:26.516 [main] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.smallCacheSize: 256 02:18:26.516 [main] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.normalCacheSize: 64 02:18:26.516 [main] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.maxCachedBufferCapacity: 32768 02:18:26.516 [main] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.cacheTrimInterval: 8192 02:18:26.516 [main] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.cacheTrimIntervalMillis: 0 02:18:26.516 [main] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.useCacheForAllThreads: false 02:18:26.516 [main] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023 02:18:26.516 [main] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false 02:18:26.537 [main] DEBUG io.netty.channel.DefaultChannelId -- -Dio.netty.processId: 39777 (auto-detected) 02:18:26.539 [main] DEBUG io.netty.channel.DefaultChannelId -- -Dio.netty.machineId: d2:d0:ff:ff:fe:33:d4:43 (auto-detected) 02:18:26.576 [main] DEBUG io.netty.buffer.AdaptiveByteBufAllocator -- -Dio.netty.allocator.useCachedMagazinesForNonEventLoopThreads: false 02:18:26.598 [main] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.maxCapacityPerThread: 4096 02:18:26.598 [main] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.ratio: 8 02:18:26.598 [main] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.chunkSize: 32 02:18:26.598 [main] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.blocking: false 02:18:26.598 [main] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.batchFastThreadLocalOnly: true 02:18:26.610 [main] DEBUG io.netty.buffer.ByteBufUtil -- -Dio.netty.allocator.type: adaptive 02:18:26.610 [main] DEBUG io.netty.buffer.ByteBufUtil -- -Dio.netty.threadLocalDirectBufferSize: 0 02:18:26.610 [main] DEBUG io.netty.buffer.ByteBufUtil -- -Dio.netty.maxThreadLocalCharBufferSize: 16384 02:18:26.614 [main] DEBUG io.netty.bootstrap.ChannelInitializerExtensions -- -Dio.netty.bootstrap.extensions: null 02:18:26.623 [main] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- Initiated BMP server at /0.0.0.0:38533. 02:18:26.652 [main] DEBUG org.opendaylight.protocol.bmp.impl.BmpDispatcherImpl -- Initiated BMP Client AbstractBootstrap$PendingRegistrationPromise@7bef7505(incomplete) at /127.140.141.133:38533. 02:18:26.685 [bmp-worker-1] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.140.141.133:38533 <-> /127.0.0.1:58428. 02:18:26.692 [bmp-worker-0] DEBUG org.opendaylight.protocol.bmp.impl.BmpDispatcherImpl -- Connection AbstractBootstrap$PendingRegistrationPromise@7bef7505(success) succeeded! 02:18:26.693 [bmp-worker-0] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.0.0.1:58428 <-> 127.140.141.133/127.140.141.133:38533. 02:18:26.732 [bmp-worker-0] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0xaa9f4c94, L:/127.0.0.1:58428 ! R:127.140.141.133/127.140.141.133:38533] inactive. 02:18:26.746 [bmp-worker-1] DEBUG io.netty.buffer.AbstractByteBuf -- -Dio.netty.buffer.checkAccessible: true 02:18:26.746 [bmp-worker-1] DEBUG io.netty.buffer.AbstractByteBuf -- -Dio.netty.buffer.checkBounds: true 02:18:26.749 [bmp-worker-1] DEBUG io.netty.util.ResourceLeakDetectorFactory -- Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@76a758af 02:18:26.821 [bmp-worker-1] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0xcd264c74, L:/127.140.141.133:38533 ! R:/127.0.0.1:58428] inactive. 02:18:26.822 [bmp-worker-1] DEBUG io.netty.buffer.PoolThreadCache -- Freed 1 thread-local buffer(s) from thread: bmp-worker-1 02:18:26.831 [main] DEBUG org.opendaylight.protocol.bmp.impl.BmpDispatcherImpl -- Initiated BMP server AbstractBootstrap$PendingRegistrationPromise@4cded2cd(incomplete) at /127.182.244.64:37296. 02:18:26.835 [main] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- BMP client /127.201.145.161:0 <--> /127.182.244.64:37296 deployed 02:18:26.836 [bmp-worker-32] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.201.145.161:44085 <-> 127.182.244.64/127.182.244.64:37296. 02:18:26.837 [bmp-worker-32] DEBUG org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- Connection AbstractBootstrap$PendingRegistrationPromise@7ba0a46(success) succeeded! 02:18:26.838 [bmp-worker-33] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.182.244.64:37296 <-> /127.201.145.161:44085. 02:18:26.850 [bmp-worker-33] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0xe36bf136, L:/127.182.244.64:37296 ! R:/127.201.145.161:44085] inactive. 02:18:26.850 [bmp-worker-32] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0x5ba3c05d, L:/127.201.145.161:44085 ! R:127.182.244.64/127.182.244.64:37296] inactive. 02:18:26.864 [Timer-1] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- BMP client /127.201.145.161:0 <--> /127.182.244.64:37296 deployed 02:18:26.865 [bmp-worker-49] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.201.145.161:43357 <-> 127.182.244.64/127.182.244.64:37296. 02:18:26.873 [bmp-worker-49] ERROR org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Exception caught in BMP Session. io.netty.channel.unix.Errors$NativeIoException: recvAddress(..) failed with error(-104): Connection reset by peer 02:18:26.876 [bmp-worker-49] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Closing session: BmpSessionImpl{channel=[id: 0xb6187197, L:/127.201.145.161:43357 - R:127.182.244.64/127.182.244.64:37296]} 02:18:26.879 [bmp-worker-49] DEBUG org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- Connection AbstractBootstrap$PendingRegistrationPromise@30261572(success) succeeded! 02:18:26.879 [bmp-worker-49] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0xb6187197, L:/127.201.145.161:43357 ! R:127.182.244.64/127.182.244.64:37296] inactive. 02:18:26.887 [Timer-2] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- BMP client /127.201.145.161:0 <--> /127.182.244.64:37296 deployed 02:18:26.887 [main] DEBUG org.opendaylight.protocol.bmp.impl.BmpDispatcherImpl -- Initiated BMP server AbstractBootstrap$PendingRegistrationPromise@644e6a8e(incomplete) at /127.182.244.64:37296. 02:18:26.888 [bmp-worker-50] DEBUG org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- Connection AbstractBootstrap$PendingRegistrationPromise@7d017479(success) succeeded! 02:18:26.888 [bmp-worker-50] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.201.145.161:39099 <-> 127.182.244.64/127.182.244.64:37296. 02:18:26.889 [bmp-worker-51] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.182.244.64:37296 <-> /127.201.145.161:39099. 02:18:26.898 [bmp-worker-51] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0x05db1028, L:/127.182.244.64:37296 ! R:/127.201.145.161:39099] inactive. 02:18:26.898 [bmp-worker-50] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0x7ec40c0f, L:/127.201.145.161:39099 ! R:127.182.244.64/127.182.244.64:37296] inactive. 02:18:26.904 [Timer-3] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- BMP client /127.201.145.161:0 <--> /127.182.244.64:37296 deployed 02:18:26.905 [bmp-worker-67] DEBUG io.netty.channel.epoll.EpollIoHandler -- Unable to remove fd 192 from epoll 153 02:18:26.906 [bmp-worker-67] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- The connection try to BMP router /127.182.244.64:37296 failed. Next reconnection attempt in 15000 milliseconds.