SLF4J(W): Class path contains multiple SLF4J providers. SLF4J(W): Found provider [ch.qos.logback.classic.spi.LogbackServiceProvider@5f56424d] SLF4J(W): Found provider [org.slf4j.simple.SimpleServiceProvider@237b2852] 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@5f56424d] 12:49:28.862 [main] DEBUG io.netty.util.internal.logging.InternalLoggerFactory -- Using SLF4J as the default logging framework 12:49:28.866 [main] DEBUG io.netty.util.internal.InternalThreadLocalMap -- -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 12:49:28.866 [main] DEBUG io.netty.util.internal.InternalThreadLocalMap -- -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 12:49:28.891 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- Java version: 21 12:49:28.892 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- -Dio.netty.noUnsafe: false 12:49:28.893 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- sun.misc.Unsafe.theUnsafe: available 12:49:28.895 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- sun.misc.Unsafe base methods: all available 12:49:28.896 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- java.nio.Buffer.address: available 12:49:28.896 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- direct buffer constructor: unavailable: Reflective setAccessible(true) disabled 12:49:28.897 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- java.nio.Bits.unaligned: available, true 12:49:28.898 [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) 12:49:28.900 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- java.nio.DirectByteBuffer.(long, {int,long}): unavailable 12:49:28.900 [main] DEBUG io.netty.util.internal.PlatformDependent -- sun.misc.Unsafe: available 12:49:28.900 [main] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.tmpdir: /tmp (java.io.tmpdir) 12:49:28.900 [main] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.bitMode: 64 (sun.arch.data.model) 12:49:28.901 [main] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.maxDirectMemory: -1 bytes 12:49:28.902 [main] DEBUG io.netty.util.internal.CleanerJava9 -- java.nio.ByteBuffer.cleaner(): available 12:49:28.902 [main] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.noPreferDirect: false 12:49:28.906 [main] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.jfr.enabled: true 12:49:28.912 [main] DEBUG io.netty.util.internal.NativeLibraryLoader -- -Dio.netty.native.workdir: /tmp (io.netty.tmpdir) 12:49:28.912 [main] DEBUG io.netty.util.internal.NativeLibraryLoader -- -Dio.netty.native.deleteLibAfterLoading: true 12:49:28.913 [main] DEBUG io.netty.util.internal.NativeLibraryLoader -- -Dio.netty.native.tryPatchShadedId: true 12:49:28.913 [main] DEBUG io.netty.util.internal.NativeLibraryLoader -- -Dio.netty.native.detectNativeLibraryDuplicates: true 12:49:28.924 [main] DEBUG io.netty.util.internal.NativeLibraryLoader -- Successfully loaded the library /tmp/libnetty_transport_native_epoll_x86_643154166053472434639.so 12:49:28.931 [main] DEBUG io.netty.util.NetUtil -- -Djava.net.preferIPv4Stack: false 12:49:28.931 [main] DEBUG io.netty.util.NetUtil -- -Djava.net.preferIPv6Addresses: false 12:49:28.933 [main] DEBUG io.netty.util.NetUtilInitializations -- Loopback interface: lo (lo, 0:0:0:0:0:0:0:1%lo) 12:49:28.934 [main] DEBUG io.netty.util.NetUtil -- /proc/sys/net/core/somaxconn: 4096 12:49:28.967 [main] DEBUG io.netty.channel.MultithreadEventLoopGroup -- -Dio.netty.eventLoopThreads: 16 12:49:29.008 [main] DEBUG io.netty.util.concurrent.GlobalEventExecutor -- -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1 12:49:29.036 [main] DEBUG io.netty.util.internal.PlatformDependent -- org.jctools-core.MpscChunkedArrayQueue: available 12:49:29.173 [main] DEBUG io.netty.util.ResourceLeakDetector -- -Dio.netty.leakDetection.level: simple 12:49:29.173 [main] DEBUG io.netty.util.ResourceLeakDetector -- -Dio.netty.leakDetection.targetRecords: 4 12:49:29.174 [main] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.numHeapArenas: 16 12:49:29.174 [main] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.numDirectArenas: 16 12:49:29.174 [main] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.pageSize: 8192 12:49:29.174 [main] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.maxOrder: 9 12:49:29.174 [main] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.chunkSize: 4194304 12:49:29.174 [main] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.smallCacheSize: 256 12:49:29.174 [main] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.normalCacheSize: 64 12:49:29.174 [main] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.maxCachedBufferCapacity: 32768 12:49:29.174 [main] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.cacheTrimInterval: 8192 12:49:29.174 [main] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.cacheTrimIntervalMillis: 0 12:49:29.174 [main] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.useCacheForAllThreads: false 12:49:29.174 [main] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023 12:49:29.174 [main] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false 12:49:29.200 [main] DEBUG io.netty.channel.DefaultChannelId -- -Dio.netty.processId: 40315 (auto-detected) 12:49:29.203 [main] DEBUG io.netty.channel.DefaultChannelId -- -Dio.netty.machineId: 6a:ad:b7:ff:fe:8f:8b:76 (auto-detected) 12:49:29.244 [main] DEBUG io.netty.buffer.AdaptiveByteBufAllocator -- -Dio.netty.allocator.useCachedMagazinesForNonEventLoopThreads: false 12:49:29.263 [main] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.maxCapacityPerThread: 4096 12:49:29.263 [main] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.ratio: 8 12:49:29.263 [main] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.chunkSize: 32 12:49:29.263 [main] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.blocking: false 12:49:29.263 [main] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.batchFastThreadLocalOnly: true 12:49:29.278 [main] DEBUG io.netty.buffer.ByteBufUtil -- -Dio.netty.allocator.type: adaptive 12:49:29.278 [main] DEBUG io.netty.buffer.ByteBufUtil -- -Dio.netty.threadLocalDirectBufferSize: 0 12:49:29.278 [main] DEBUG io.netty.buffer.ByteBufUtil -- -Dio.netty.maxThreadLocalCharBufferSize: 16384 12:49:29.283 [main] DEBUG io.netty.bootstrap.ChannelInitializerExtensions -- -Dio.netty.bootstrap.extensions: null 12:49:29.293 [main] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- Initiated BMP server at /0.0.0.0:33035. 12:49:29.327 [main] DEBUG org.opendaylight.protocol.bmp.impl.BmpDispatcherImpl -- Initiated BMP Client AbstractBootstrap$PendingRegistrationPromise@52d9f36b(incomplete) at /127.68.94.131:33035. 12:49:29.345 [bmp-worker-1] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.68.94.131:33035 <-> /127.0.0.1:48268. 12:49:29.347 [bmp-worker-0] DEBUG org.opendaylight.protocol.bmp.impl.BmpDispatcherImpl -- Connection AbstractBootstrap$PendingRegistrationPromise@52d9f36b(success) succeeded! 12:49:29.347 [bmp-worker-0] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.0.0.1:48268 <-> 127.68.94.131/127.68.94.131:33035. 12:49:29.380 [bmp-worker-0] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0xadbab056, L:/127.0.0.1:48268 ! R:127.68.94.131/127.68.94.131:33035] inactive. 12:49:29.398 [bmp-worker-1] DEBUG io.netty.buffer.AbstractByteBuf -- -Dio.netty.buffer.checkAccessible: true 12:49:29.398 [bmp-worker-1] DEBUG io.netty.buffer.AbstractByteBuf -- -Dio.netty.buffer.checkBounds: true 12:49:29.403 [bmp-worker-1] DEBUG io.netty.util.ResourceLeakDetectorFactory -- Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@19121c44 12:49:29.450 [main] DEBUG org.opendaylight.protocol.bmp.impl.BmpDispatcherImpl -- Initiated BMP server AbstractBootstrap$PendingRegistrationPromise@10f397d0(incomplete) at /127.222.132.112:59021. 12:49:29.455 [main] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- BMP client /127.215.127.200:0 <--> /127.222.132.112:59021 deployed 12:49:29.455 [bmp-worker-32] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.215.127.200:43257 <-> 127.222.132.112/127.222.132.112:59021. 12:49:29.457 [bmp-worker-32] DEBUG org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- Connection AbstractBootstrap$PendingRegistrationPromise@32c85781(success) succeeded! 12:49:29.458 [bmp-worker-33] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.222.132.112:59021 <-> /127.215.127.200:43257. 12:49:29.476 [bmp-worker-32] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0x43320417, L:/127.215.127.200:43257 ! R:127.222.132.112/127.222.132.112:59021] inactive. 12:49:29.483 [Timer-1] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- BMP client /127.215.127.200:0 <--> /127.222.132.112:59021 deployed 12:49:29.485 [bmp-worker-47] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- The connection try to BMP router /127.222.132.112:59021 failed. Next reconnection attempt in 15000 milliseconds. 12:49:29.491 [bmp-worker-1] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0xbd25abda, L:/127.68.94.131:33035 ! R:/127.0.0.1:48268] inactive. 12:49:29.491 [bmp-worker-33] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0x20c7a309, L:/127.222.132.112:59021 ! R:/127.215.127.200:43257] inactive. 12:49:29.492 [bmp-worker-1] DEBUG io.netty.buffer.PoolThreadCache -- Freed 1 thread-local buffer(s) from thread: bmp-worker-1 12:49:29.492 [bmp-worker-33] DEBUG io.netty.buffer.PoolThreadCache -- Freed 1 thread-local buffer(s) from thread: bmp-worker-33 12:49:29.503 [main] DEBUG org.opendaylight.protocol.bmp.impl.BmpDispatcherImpl -- Initiated BMP server AbstractBootstrap$PendingRegistrationPromise@8585cdd(incomplete) at /127.222.132.112:59021. 12:49:44.506 [bmp-worker-50] DEBUG org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- Connection AbstractBootstrap$PendingRegistrationPromise@52bbf5fd(success) succeeded! 12:49:44.506 [bmp-worker-50] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.215.127.200:44359 <-> 127.222.132.112/127.222.132.112:59021. 12:49:44.509 [bmp-worker-51] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.222.132.112:59021 <-> /127.215.127.200:44359. 12:49:44.516 [bmp-worker-51] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0x51efbf68, L:/127.222.132.112:59021 ! R:/127.215.127.200:44359] inactive. 12:49:44.546 [bmp-worker-50] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0x72d839fe, L:/127.215.127.200:44359 ! R:127.222.132.112/127.222.132.112:59021] inactive.