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] 04:11:51.500 [main] DEBUG io.netty.util.internal.logging.InternalLoggerFactory -- Using SLF4J as the default logging framework 04:11:51.504 [main] DEBUG io.netty.util.internal.InternalThreadLocalMap -- -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 04:11:51.504 [main] DEBUG io.netty.util.internal.InternalThreadLocalMap -- -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 04:11:51.527 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- Java version: 21 04:11:51.527 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- -Dio.netty.noUnsafe: false 04:11:51.529 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- sun.misc.Unsafe.theUnsafe: available 04:11:51.531 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- sun.misc.Unsafe base methods: all available 04:11:51.532 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- java.nio.Buffer.address: available 04:11:51.532 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- direct buffer constructor: unavailable: Reflective setAccessible(true) disabled 04:11:51.533 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- java.nio.Bits.unaligned: available, true 04:11:51.534 [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) 04:11:51.536 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- java.nio.DirectByteBuffer.(long, {int,long}): unavailable 04:11:51.536 [main] DEBUG io.netty.util.internal.PlatformDependent -- sun.misc.Unsafe: available 04:11:51.536 [main] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.tmpdir: /tmp (java.io.tmpdir) 04:11:51.537 [main] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.bitMode: 64 (sun.arch.data.model) 04:11:51.537 [main] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.maxDirectMemory: 8413773824 bytes 04:11:51.538 [main] DEBUG io.netty.util.internal.CleanerJava9 -- java.nio.ByteBuffer.cleaner(): available 04:11:51.539 [main] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.noPreferDirect: false 04:11:51.539 [main] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.ignoreExpensiveClean: false 04:11:51.543 [main] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.jfr.enabled: true 04:11:51.549 [main] DEBUG io.netty.util.internal.NativeLibraryLoader -- -Dio.netty.native.workdir: /tmp (io.netty.tmpdir) 04:11:51.549 [main] DEBUG io.netty.util.internal.NativeLibraryLoader -- -Dio.netty.native.deleteLibAfterLoading: true 04:11:51.549 [main] DEBUG io.netty.util.internal.NativeLibraryLoader -- -Dio.netty.native.tryPatchShadedId: true 04:11:51.549 [main] DEBUG io.netty.util.internal.NativeLibraryLoader -- -Dio.netty.native.detectNativeLibraryDuplicates: true 04:11:51.560 [main] DEBUG io.netty.util.internal.NativeLibraryLoader -- Successfully loaded the library /tmp/libnetty_transport_native_epoll_x86_6411440987895711139685.so 04:11:51.565 [main] DEBUG io.netty.util.NetUtil -- -Djava.net.preferIPv4Stack: false 04:11:51.566 [main] DEBUG io.netty.util.NetUtil -- -Djava.net.preferIPv6Addresses: false 04:11:51.568 [main] DEBUG io.netty.util.NetUtilInitializations -- Loopback interface: lo (lo, 0:0:0:0:0:0:0:1%lo) 04:11:51.569 [main] DEBUG io.netty.util.NetUtil -- /proc/sys/net/core/somaxconn: 4096 04:11:51.605 [main] DEBUG io.netty.channel.MultithreadEventLoopGroup -- -Dio.netty.eventLoopThreads: 16 04:11:51.620 [main] DEBUG io.netty.util.concurrent.GlobalEventExecutor -- -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1 04:11:51.665 [main] DEBUG io.netty.util.internal.PlatformDependent -- org.jctools-core.MpscChunkedArrayQueue: available 04:11:51.802 [main] DEBUG io.netty.util.ResourceLeakDetector -- -Dio.netty.leakDetection.level: simple 04:11:51.803 [main] DEBUG io.netty.util.ResourceLeakDetector -- -Dio.netty.leakDetection.targetRecords: 4 04:11:51.803 [main] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.numHeapArenas: 16 04:11:51.803 [main] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.numDirectArenas: 16 04:11:51.803 [main] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.pageSize: 8192 04:11:51.803 [main] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.maxOrder: 9 04:11:51.804 [main] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.chunkSize: 4194304 04:11:51.804 [main] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.smallCacheSize: 256 04:11:51.804 [main] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.normalCacheSize: 64 04:11:51.804 [main] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.maxCachedBufferCapacity: 32768 04:11:51.804 [main] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.cacheTrimInterval: 8192 04:11:51.804 [main] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.cacheTrimIntervalMillis: 0 04:11:51.804 [main] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.useCacheForAllThreads: false 04:11:51.804 [main] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023 04:11:51.804 [main] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false 04:11:51.826 [main] DEBUG io.netty.channel.DefaultChannelId -- -Dio.netty.processId: 40170 (auto-detected) 04:11:51.828 [main] DEBUG io.netty.channel.DefaultChannelId -- -Dio.netty.machineId: a6:aa:26:ff:fe:f2:93:06 (auto-detected) 04:11:51.863 [main] DEBUG io.netty.buffer.AdaptiveByteBufAllocator -- -Dio.netty.allocator.useCachedMagazinesForNonEventLoopThreads: false 04:11:51.886 [main] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.maxCapacityPerThread: 4096 04:11:51.886 [main] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.ratio: 8 04:11:51.886 [main] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.chunkSize: 32 04:11:51.886 [main] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.blocking: false 04:11:51.886 [main] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.batchFastThreadLocalOnly: true 04:11:51.897 [main] DEBUG io.netty.buffer.ByteBufUtil -- -Dio.netty.allocator.type: adaptive 04:11:51.897 [main] DEBUG io.netty.buffer.ByteBufUtil -- -Dio.netty.threadLocalDirectBufferSize: 0 04:11:51.897 [main] DEBUG io.netty.buffer.ByteBufUtil -- -Dio.netty.maxThreadLocalCharBufferSize: 16384 04:11:51.902 [main] DEBUG io.netty.bootstrap.ChannelInitializerExtensions -- -Dio.netty.bootstrap.extensions: null 04:11:51.912 [main] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- Initiated BMP server at /0.0.0.0:52181. 04:11:51.941 [main] DEBUG org.opendaylight.protocol.bmp.impl.BmpDispatcherImpl -- Initiated BMP Client AbstractBootstrap$PendingRegistrationPromise@7bef7505(incomplete) at /127.242.68.207:52181. 04:11:51.973 [bmp-worker-1] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.242.68.207:52181 <-> /127.0.0.1:56118. 04:11:51.980 [bmp-worker-0] DEBUG org.opendaylight.protocol.bmp.impl.BmpDispatcherImpl -- Connection AbstractBootstrap$PendingRegistrationPromise@7bef7505(success) succeeded! 04:11:51.981 [bmp-worker-0] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.0.0.1:56118 <-> 127.242.68.207/127.242.68.207:52181. 04:11:52.085 [bmp-worker-0] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0x152a8d05, L:/127.0.0.1:56118 ! R:127.242.68.207/127.242.68.207:52181] inactive. 04:11:52.089 [bmp-worker-1] DEBUG io.netty.buffer.AbstractByteBuf -- -Dio.netty.buffer.checkAccessible: true 04:11:52.089 [bmp-worker-1] DEBUG io.netty.buffer.AbstractByteBuf -- -Dio.netty.buffer.checkBounds: true 04:11:52.097 [bmp-worker-1] DEBUG io.netty.util.ResourceLeakDetectorFactory -- Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@22c28f59 04:11:52.141 [main] DEBUG org.opendaylight.protocol.bmp.impl.BmpDispatcherImpl -- Initiated BMP server AbstractBootstrap$PendingRegistrationPromise@4cded2cd(incomplete) at /127.242.72.112:34175. 04:11:52.145 [main] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- BMP client /127.154.195.218:0 <--> /127.242.72.112:34175 deployed 04:11:52.147 [bmp-worker-32] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.154.195.218:45411 <-> 127.242.72.112/127.242.72.112:34175. 04:11:52.148 [bmp-worker-32] DEBUG org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- Connection AbstractBootstrap$PendingRegistrationPromise@60b97066(success) succeeded! 04:11:52.149 [bmp-worker-33] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.242.72.112:34175 <-> /127.154.195.218:45411. 04:11:52.161 [bmp-worker-1] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0xa8369b1c, L:/127.242.68.207:52181 ! R:/127.0.0.1:56118] inactive. 04:11:52.161 [bmp-worker-33] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0x26fa38e7, L:/127.242.72.112:34175 ! R:/127.154.195.218:45411] inactive. 04:11:52.161 [bmp-worker-32] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0xefa46ee8, L:/127.154.195.218:45411 ! R:127.242.72.112/127.242.72.112:34175] inactive. 04:11:52.162 [bmp-worker-1] DEBUG io.netty.buffer.PoolThreadCache -- Freed 1 thread-local buffer(s) from thread: bmp-worker-1 04:11:52.170 [Timer-1] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- BMP client /127.154.195.218:0 <--> /127.242.72.112:34175 deployed 04:11:52.175 [bmp-worker-43] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- The connection try to BMP router /127.242.72.112:34175 failed. Next reconnection attempt in 15000 milliseconds. 04:11:52.185 [main] DEBUG org.opendaylight.protocol.bmp.impl.BmpDispatcherImpl -- Initiated BMP server AbstractBootstrap$PendingRegistrationPromise@644e6a8e(incomplete) at /127.242.72.112:34175. 04:12:07.194 [bmp-worker-50] DEBUG org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- Connection AbstractBootstrap$PendingRegistrationPromise@42137412(success) succeeded! 04:12:07.194 [bmp-worker-50] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.154.195.218:42893 <-> 127.242.72.112/127.242.72.112:34175. 04:12:07.197 [bmp-worker-51] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.242.72.112:34175 <-> /127.154.195.218:42893. 04:12:07.200 [bmp-worker-51] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0x32f1ce47, L:/127.242.72.112:34175 ! R:/127.154.195.218:42893] inactive. 04:12:07.213 [bmp-worker-50] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0x6f750d86, L:/127.154.195.218:42893 ! R:127.242.72.112/127.242.72.112:34175] inactive. 04:12:07.227 [Timer-2] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- BMP client /127.154.195.218:0 <--> /127.242.72.112:34175 deployed 04:12:07.228 [bmp-worker-67] DEBUG org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- Connection AbstractBootstrap$PendingRegistrationPromise@38c6c36a(success) succeeded! 04:12:07.228 [bmp-worker-67] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.154.195.218:34663 <-> 127.242.72.112/127.242.72.112:34175. 04:12:07.229 [bmp-worker-67] 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 04:12:07.237 [bmp-worker-67] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Closing session: BmpSessionImpl{channel=[id: 0x5a5a18a0, L:/127.154.195.218:34663 - R:127.242.72.112/127.242.72.112:34175]} 04:12:07.254 [bmp-worker-67] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0x5a5a18a0, L:/127.154.195.218:34663 ! R:127.242.72.112/127.242.72.112:34175] inactive.