Advertisement
Guest User

Untitled

a guest
Oct 20th, 2023
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 55.99 KB | None | 0 0
  1. ...
  2.     2023-10-20 09:54:39 2023-10-20T07:54:39.114Z DEBUG 1 --- [nio-8080-exec-1] org.apache.tomcat.util.http.Parameters   : Set query string encoding to UTF-8
  3.     2023-10-20 09:54:39 2023-10-20T07:54:39.119Z DEBUG 1 --- [nio-8080-exec-1] o.a.c.authenticator.AuthenticatorBase    : Security checking request GET /my-end-point/test
  4.     2023-10-20 09:54:39 2023-10-20T07:54:39.119Z DEBUG 1 --- [nio-8080-exec-1] org.apache.catalina.realm.RealmBase      :   No applicable constraints defined
  5.     2023-10-20 09:54:39 2023-10-20T07:54:39.126Z DEBUG 1 --- [nio-8080-exec-1] o.a.c.a.jaspic.AuthConfigFactoryImpl     : Loading persistent provider registrations from [/tmp/tomcat.8080.509372778797034188/conf/jaspic-providers.xml]
  6.     2023-10-20 09:54:39 2023-10-20T07:54:39.126Z DEBUG 1 --- [nio-8080-exec-1] o.a.c.authenticator.AuthenticatorBase    : Not subject to any constraint
  7.     2023-10-20 09:54:39 2023-10-20T07:54:39.128Z DEBUG 1 --- [nio-8080-exec-1] o.apache.catalina.core.StandardWrapper   : Allocating instance
  8.     2023-10-20 09:54:39 2023-10-20T07:54:39.139Z DEBUG 1 --- [nio-8080-exec-1] o.apache.catalina.core.AsyncContextImpl  : Req:     null  CReq:     null  RP:     null  Stage: -  Thread: http-nio-8080-exec-1  State:                  N/A  Method: Constructor  URI: N/A
  9.     2023-10-20 09:54:39 2023-10-20T07:54:39.139Z DEBUG 1 --- [nio-8080-exec-1] org.apache.coyote.AsyncStateMachine      : Changing async state from [DISPATCHED] to [STARTING]
  10.     2023-10-20 09:54:39 2023-10-20T07:54:39.140Z DEBUG 1 --- [nio-8080-exec-1] o.apache.catalina.core.AsyncContextImpl  : Firing onStartAsync() event for any AsyncListeners
  11.     2023-10-20 09:54:39 2023-10-20T07:54:39.184Z DEBUG 1 --- [nio-8080-exec-1] o.s.w.s.adapter.HttpWebHandlerAdapter    : [63095fc9] HTTP GET "/my-end-point/test"
  12.     2023-10-20 09:54:39 2023-10-20T07:54:39.407Z DEBUG 1 --- [nio-8080-exec-1] io.netty.util.NetUtil                    : -Djava.net.preferIPv4Stack: false
  13.     2023-10-20 09:54:39 2023-10-20T07:54:39.407Z DEBUG 1 --- [nio-8080-exec-1] io.netty.util.NetUtil                    : -Djava.net.preferIPv6Addresses: false
  14.     2023-10-20 09:54:39 2023-10-20T07:54:39.409Z DEBUG 1 --- [nio-8080-exec-1] io.netty.util.NetUtilInitializations     : Loopback interface: lo (lo, 127.0.0.1)
  15.     2023-10-20 09:54:39 2023-10-20T07:54:39.410Z DEBUG 1 --- [nio-8080-exec-1] io.netty.util.NetUtil                    : /proc/sys/net/core/somaxconn: 4096
  16.     2023-10-20 09:54:39 2023-10-20T07:54:39.423Z DEBUG 1 --- [nio-8080-exec-1] o.s.w.r.f.client.ExchangeFunctions       : [168219cc] HTTP GET http://localhost:8080/default/jwks
  17.     2023-10-20 09:54:39 2023-10-20T07:54:39.433Z DEBUG 1 --- [nio-8080-exec-1] r.netty.resources.DefaultLoopIOUring     : Default io_uring support : false
  18.     2023-10-20 09:54:39 2023-10-20T07:54:39.444Z DEBUG 1 --- [nio-8080-exec-1] i.n.util.internal.NativeLibraryLoader    : -Dio.netty.native.workdir: /tmp (io.netty.tmpdir)
  19.     2023-10-20 09:54:39 2023-10-20T07:54:39.444Z DEBUG 1 --- [nio-8080-exec-1] i.n.util.internal.NativeLibraryLoader    : -Dio.netty.native.deleteLibAfterLoading: true
  20.     2023-10-20 09:54:39 2023-10-20T07:54:39.444Z DEBUG 1 --- [nio-8080-exec-1] i.n.util.internal.NativeLibraryLoader    : -Dio.netty.native.tryPatchShadedId: true
  21.     2023-10-20 09:54:39 2023-10-20T07:54:39.444Z DEBUG 1 --- [nio-8080-exec-1] i.n.util.internal.NativeLibraryLoader    : -Dio.netty.native.detectNativeLibraryDuplicates: true
  22.     2023-10-20 09:54:39 2023-10-20T07:54:39.453Z DEBUG 1 --- [nio-8080-exec-1] i.n.util.internal.NativeLibraryLoader    : Successfully loaded the library /tmp/libnetty_transport_native_epoll_x86_647928691336687385716.so
  23.     2023-10-20 09:54:39 2023-10-20T07:54:39.462Z DEBUG 1 --- [nio-8080-exec-1] r.netty.resources.DefaultLoopEpoll       : Default Epoll support : true
  24.     2023-10-20 09:54:39 2023-10-20T07:54:39.470Z DEBUG 1 --- [nio-8080-exec-1] i.n.channel.MultithreadEventLoopGroup    : -Dio.netty.eventLoopThreads: 8
  25.     2023-10-20 09:54:39 2023-10-20T07:54:39.480Z DEBUG 1 --- [nio-8080-exec-1] i.n.util.concurrent.GlobalEventExecutor  : -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
  26.     2023-10-20 09:54:39 2023-10-20T07:54:39.508Z DEBUG 1 --- [nio-8080-exec-1] i.netty.util.internal.PlatformDependent  : org.jctools-core.MpscChunkedArrayQueue: available
  27.     2023-10-20 09:54:39 2023-10-20T07:54:39.540Z DEBUG 1 --- [nio-8080-exec-1] i.n.r.DefaultHostsFileEntriesResolver    : -Dio.netty.hostsFileRefreshInterval: 0
  28.     2023-10-20 09:54:39 2023-10-20T07:54:39.560Z DEBUG 1 --- [nio-8080-exec-1] r.n.resources.PooledConnectionProvider   : Creating a new [http] client pool [PoolFactory{evictionInterval=PT0S, leasingStrategy=fifo, maxConnections=500, maxIdleTime=-1, maxLifeTime=-1, metricsEnabled=false, pendingAcquireMaxCount=1000, pendingAcquireTimeout=45000}] for [localhost/<unresolved>:8080]
  29.     2023-10-20 09:54:39 2023-10-20T07:54:39.607Z DEBUG 1 --- [nio-8080-exec-1] io.netty.channel.DefaultChannelId        : -Dio.netty.processId: 1 (auto-detected)
  30.     2023-10-20 09:54:39 2023-10-20T07:54:39.609Z DEBUG 1 --- [nio-8080-exec-1] io.netty.channel.DefaultChannelId        : -Dio.netty.machineId: 02:42:c0:ff:fe:a8:70:03 (auto-detected)
  31.     2023-10-20 09:54:39 2023-10-20T07:54:39.644Z DEBUG 1 --- [nio-8080-exec-1] io.netty.buffer.PooledByteBufAllocator   : -Dio.netty.allocator.numHeapArenas: 8
  32.     2023-10-20 09:54:39 2023-10-20T07:54:39.645Z DEBUG 1 --- [nio-8080-exec-1] io.netty.buffer.PooledByteBufAllocator   : -Dio.netty.allocator.numDirectArenas: 8
  33.     2023-10-20 09:54:39 2023-10-20T07:54:39.645Z DEBUG 1 --- [nio-8080-exec-1] io.netty.buffer.PooledByteBufAllocator   : -Dio.netty.allocator.pageSize: 8192
  34.     2023-10-20 09:54:39 2023-10-20T07:54:39.645Z DEBUG 1 --- [nio-8080-exec-1] io.netty.buffer.PooledByteBufAllocator   : -Dio.netty.allocator.maxOrder: 9
  35.     2023-10-20 09:54:39 2023-10-20T07:54:39.646Z DEBUG 1 --- [nio-8080-exec-1] io.netty.buffer.PooledByteBufAllocator   : -Dio.netty.allocator.chunkSize: 4194304
  36.     2023-10-20 09:54:39 2023-10-20T07:54:39.646Z DEBUG 1 --- [nio-8080-exec-1] io.netty.buffer.PooledByteBufAllocator   : -Dio.netty.allocator.smallCacheSize: 256
  37.     2023-10-20 09:54:39 2023-10-20T07:54:39.646Z DEBUG 1 --- [nio-8080-exec-1] io.netty.buffer.PooledByteBufAllocator   : -Dio.netty.allocator.normalCacheSize: 64
  38.     2023-10-20 09:54:39 2023-10-20T07:54:39.646Z DEBUG 1 --- [nio-8080-exec-1] io.netty.buffer.PooledByteBufAllocator   : -Dio.netty.allocator.maxCachedBufferCapacity: 32768
  39.     2023-10-20 09:54:39 2023-10-20T07:54:39.646Z DEBUG 1 --- [nio-8080-exec-1] io.netty.buffer.PooledByteBufAllocator   : -Dio.netty.allocator.cacheTrimInterval: 8192
  40.     2023-10-20 09:54:39 2023-10-20T07:54:39.646Z DEBUG 1 --- [nio-8080-exec-1] io.netty.buffer.PooledByteBufAllocator   : -Dio.netty.allocator.cacheTrimIntervalMillis: 0
  41.     2023-10-20 09:54:39 2023-10-20T07:54:39.647Z DEBUG 1 --- [nio-8080-exec-1] io.netty.buffer.PooledByteBufAllocator   : -Dio.netty.allocator.useCacheForAllThreads: false
  42.     2023-10-20 09:54:39 2023-10-20T07:54:39.647Z DEBUG 1 --- [nio-8080-exec-1] io.netty.buffer.PooledByteBufAllocator   : -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
  43.     2023-10-20 09:54:39 2023-10-20T07:54:39.661Z DEBUG 1 --- [nio-8080-exec-1] io.netty.buffer.ByteBufUtil              : -Dio.netty.allocator.type: pooled
  44.     2023-10-20 09:54:39 2023-10-20T07:54:39.662Z DEBUG 1 --- [nio-8080-exec-1] io.netty.buffer.ByteBufUtil              : -Dio.netty.threadLocalDirectBufferSize: 0
  45.     2023-10-20 09:54:39 2023-10-20T07:54:39.662Z DEBUG 1 --- [nio-8080-exec-1] io.netty.buffer.ByteBufUtil              : -Dio.netty.maxThreadLocalCharBufferSize: 16384
  46.     2023-10-20 09:54:39 2023-10-20T07:54:39.682Z DEBUG 1 --- [nio-8080-exec-1] o.apache.coyote.http11.Http11Processor   : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@68543410:org.apache.tomcat.util.net.NioChannel@70b2189e:java.nio.channels.SocketChannel[connected local=/192.168.112.3:8080 remote=/192.168.112.1:62296]], Status in: [OPEN_READ], State out: [LONG]
  47.     2023-10-20 09:54:39 2023-10-20T07:54:39.682Z DEBUG 1 --- [nio-8080-exec-1] org.apache.coyote.AsyncStateMachine      : Changing async state from [STARTING] to [STARTED]
  48.     2023-10-20 09:54:39 2023-10-20T07:54:39.682Z DEBUG 1 --- [nio-8080-exec-1] o.apache.coyote.http11.Http11Processor   : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@68543410:org.apache.tomcat.util.net.NioChannel@70b2189e:java.nio.channels.SocketChannel[connected local=/192.168.112.3:8080 remote=/192.168.112.1:62296]], State after async post processing: [LONG]
  49.     2023-10-20 09:54:39 2023-10-20T07:54:39.683Z DEBUG 1 --- [nio-8080-exec-1] o.apache.coyote.http11.Http11Processor   : Processing dispatch type: [NON_BLOCKING_READ]
  50.     2023-10-20 09:54:39 2023-10-20T07:54:39.683Z DEBUG 1 --- [nio-8080-exec-1] org.apache.coyote.AsyncStateMachine      : Changing async state from [STARTED] to [READ_WRITE_OP]
  51.     2023-10-20 09:54:39 2023-10-20T07:54:39.683Z DEBUG 1 --- [nio-8080-exec-1] o.apache.coyote.http11.Http11Processor   : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@68543410:org.apache.tomcat.util.net.NioChannel@70b2189e:java.nio.channels.SocketChannel[connected local=/192.168.112.3:8080 remote=/192.168.112.1:62296]], Status in: [OPEN_READ], State out: [LONG]
  52.     2023-10-20 09:54:39 2023-10-20T07:54:39.684Z DEBUG 1 --- [nio-8080-exec-1] o.apache.coyote.http11.Http11Processor   : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@68543410:org.apache.tomcat.util.net.NioChannel@70b2189e:java.nio.channels.SocketChannel[connected local=/192.168.112.3:8080 remote=/192.168.112.1:62296]], Status in: [OPEN_READ], State out: [LONG]
  53.     2023-10-20 09:54:39 2023-10-20T07:54:39.684Z DEBUG 1 --- [nio-8080-exec-1] org.apache.coyote.AsyncStateMachine      : Changing async state from [READ_WRITE_OP] to [STARTED]
  54.     2023-10-20 09:54:39 2023-10-20T07:54:39.684Z DEBUG 1 --- [nio-8080-exec-1] o.apache.coyote.http11.Http11Processor   : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@68543410:org.apache.tomcat.util.net.NioChannel@70b2189e:java.nio.channels.SocketChannel[connected local=/192.168.112.3:8080 remote=/192.168.112.1:62296]], State after async post processing: [LONG]
  55.     2023-10-20 09:54:39 2023-10-20T07:54:39.684Z DEBUG 1 --- [nio-8080-exec-1] o.apache.coyote.http11.Http11Processor   : Processing dispatch type: [NON_BLOCKING_WRITE]
  56.     2023-10-20 09:54:39 2023-10-20T07:54:39.684Z DEBUG 1 --- [nio-8080-exec-1] org.apache.coyote.AsyncStateMachine      : Changing async state from [STARTED] to [READ_WRITE_OP]
  57.     2023-10-20 09:54:39 2023-10-20T07:54:39.684Z DEBUG 1 --- [nio-8080-exec-1] o.apache.coyote.http11.Http11Processor   : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@68543410:org.apache.tomcat.util.net.NioChannel@70b2189e:java.nio.channels.SocketChannel[connected local=/192.168.112.3:8080 remote=/192.168.112.1:62296]], Status in: [OPEN_WRITE], State out: [LONG]
  58.     2023-10-20 09:54:39 2023-10-20T07:54:39.685Z DEBUG 1 --- [nio-8080-exec-1] o.apache.coyote.http11.Http11Processor   : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@68543410:org.apache.tomcat.util.net.NioChannel@70b2189e:java.nio.channels.SocketChannel[connected local=/192.168.112.3:8080 remote=/192.168.112.1:62296]], Status in: [OPEN_READ], State out: [LONG]
  59.     2023-10-20 09:54:39 2023-10-20T07:54:39.685Z DEBUG 1 --- [nio-8080-exec-1] org.apache.coyote.AsyncStateMachine      : Changing async state from [READ_WRITE_OP] to [STARTED]
  60.     2023-10-20 09:54:39 2023-10-20T07:54:39.685Z DEBUG 1 --- [nio-8080-exec-1] o.apache.coyote.http11.Http11Processor   : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@68543410:org.apache.tomcat.util.net.NioChannel@70b2189e:java.nio.channels.SocketChannel[connected local=/192.168.112.3:8080 remote=/192.168.112.1:62296]], State after async post processing: [LONG]
  61.     2023-10-20 09:54:39 2023-10-20T07:54:39.693Z DEBUG 1 --- [or-http-epoll-2] r.n.resources.PooledConnectionProvider   : [0dedad62] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests.
  62.     2023-10-20 09:54:39 2023-10-20T07:54:39.719Z DEBUG 1 --- [or-http-epoll-2] io.netty.buffer.AbstractByteBuf          : -Dio.netty.buffer.checkAccessible: true
  63.     2023-10-20 09:54:39 2023-10-20T07:54:39.719Z DEBUG 1 --- [or-http-epoll-2] io.netty.buffer.AbstractByteBuf          : -Dio.netty.buffer.checkBounds: true
  64.     2023-10-20 09:54:39 2023-10-20T07:54:39.721Z DEBUG 1 --- [or-http-epoll-2] i.n.util.ResourceLeakDetectorFactory     : Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@6fbc7b53
  65.     2023-10-20 09:54:39 2023-10-20T07:54:39.735Z DEBUG 1 --- [or-http-epoll-2] r.netty.transport.TransportConfig        : [0dedad62] Initialized pipeline DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.left.httpDecompressor = io.netty.handler.codec.http.HttpContentDecompressor), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)}
  66.     2023-10-20 09:54:39 2023-10-20T07:54:39.788Z DEBUG 1 --- [or-http-epoll-2] r.netty.transport.TransportConnector     : [0dedad62] Connecting to [localhost/127.0.0.1:8080].
  67.     2023-10-20 09:54:39 2023-10-20T07:54:39.789Z DEBUG 1 --- [o-8080-Acceptor] o.apache.tomcat.util.threads.LimitLatch  : Counting up[http-nio-8080-Acceptor] latch=2
  68.     2023-10-20 09:54:39 2023-10-20T07:54:39.804Z DEBUG 1 --- [or-http-epoll-2] r.n.r.DefaultPooledConnectionProvider    : [0dedad62, L:/127.0.0.1:46146 - R:localhost/127.0.0.1:8080] Registering pool release on close event for channel
  69.     2023-10-20 09:54:39 2023-10-20T07:54:39.806Z DEBUG 1 --- [or-http-epoll-2] r.n.resources.PooledConnectionProvider   : [0dedad62, L:/127.0.0.1:46146 - R:localhost/127.0.0.1:8080] Channel connected, now: 1 active connections, 0 inactive connections and 0 pending acquire requests.
  70.     2023-10-20 09:54:39 2023-10-20T07:54:39.810Z DEBUG 1 --- [or-http-epoll-2] r.n.r.DefaultPooledConnectionProvider    : [0dedad62, L:/127.0.0.1:46146 - R:localhost/127.0.0.1:8080] onStateChange(PooledConnection{channel=[id: 0x0dedad62, L:/127.0.0.1:46146 - R:localhost/127.0.0.1:8080]}, [connected])
  71.     2023-10-20 09:54:39 2023-10-20T07:54:39.846Z DEBUG 1 --- [or-http-epoll-2] r.n.r.DefaultPooledConnectionProvider    : [0dedad62-1, L:/127.0.0.1:46146 - R:localhost/127.0.0.1:8080] onStateChange(GET{uri=null, connection=PooledConnection{channel=[id: 0x0dedad62, L:/127.0.0.1:46146 - R:localhost/127.0.0.1:8080]}}, [configured])
  72.     2023-10-20 09:54:39 2023-10-20T07:54:39.849Z DEBUG 1 --- [or-http-epoll-2] r.netty.http.client.HttpClientConnect    : [0dedad62-1, L:/127.0.0.1:46146 - R:localhost/127.0.0.1:8080] Handler is being applied: {uri=http://localhost:8080/default/jwks, method=GET}
  73.     2023-10-20 09:54:39 2023-10-20T07:54:39.853Z DEBUG 1 --- [or-http-epoll-2] r.n.r.DefaultPooledConnectionProvider    : [0dedad62-1, L:/127.0.0.1:46146 - R:localhost/127.0.0.1:8080] onStateChange(GET{uri=/default/jwks, connection=PooledConnection{channel=[id: 0x0dedad62, L:/127.0.0.1:46146 - R:localhost/127.0.0.1:8080]}}, [request_prepared])
  74.     2023-10-20 09:54:39 2023-10-20T07:54:39.877Z DEBUG 1 --- [or-http-epoll-2] io.netty.util.Recycler                   : -Dio.netty.recycler.maxCapacityPerThread: 4096
  75.     2023-10-20 09:54:39 2023-10-20T07:54:39.877Z DEBUG 1 --- [or-http-epoll-2] io.netty.util.Recycler                   : -Dio.netty.recycler.ratio: 8
  76.     2023-10-20 09:54:39 2023-10-20T07:54:39.877Z DEBUG 1 --- [or-http-epoll-2] io.netty.util.Recycler                   : -Dio.netty.recycler.chunkSize: 32
  77.     2023-10-20 09:54:39 2023-10-20T07:54:39.877Z DEBUG 1 --- [or-http-epoll-2] io.netty.util.Recycler                   : -Dio.netty.recycler.blocking: false
  78.     2023-10-20 09:54:39 2023-10-20T07:54:39.877Z DEBUG 1 --- [or-http-epoll-2] io.netty.util.Recycler                   : -Dio.netty.recycler.batchFastThreadLocalOnly: true
  79.     2023-10-20 09:54:39 2023-10-20T07:54:39.901Z DEBUG 1 --- [nio-8080-exec-2] o.a.coyote.http11.Http11InputBuffer      : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [0]
  80.     2023-10-20 09:54:39 2023-10-20T07:54:39.902Z DEBUG 1 --- [nio-8080-exec-2] o.a.tomcat.util.net.SocketWrapperBase    : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6d70c39:org.apache.tomcat.util.net.NioChannel@810f293:java.nio.channels.SocketChannel[connected local=/127.0.0.1:8080 remote=/127.0.0.1:46146]], Read from buffer: [0]
  81.     2023-10-20 09:54:39 2023-10-20T07:54:39.903Z DEBUG 1 --- [nio-8080-exec-2] org.apache.tomcat.util.net.NioEndpoint   : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6d70c39:org.apache.tomcat.util.net.NioChannel@810f293:java.nio.channels.SocketChannel[connected local=/127.0.0.1:8080 remote=/127.0.0.1:46146]], Read direct from socket: [120]
  82.     2023-10-20 09:54:39 2023-10-20T07:54:39.903Z DEBUG 1 --- [nio-8080-exec-2] o.a.coyote.http11.Http11InputBuffer      : Received [GET /default/jwks HTTP/1.1
  83.     2023-10-20 09:54:39 accept-encoding: gzip
  84.     2023-10-20 09:54:39 user-agent: ReactorNetty/1.1.7
  85.     2023-10-20 09:54:39 host: localhost:8080
  86.     2023-10-20 09:54:39 accept: */*
  87.     2023-10-20 09:54:39
  88.     2023-10-20 09:54:39 ]
  89.     2023-10-20 09:54:39 2023-10-20T07:54:39.903Z DEBUG 1 --- [nio-8080-exec-2] org.apache.tomcat.util.http.Parameters   : Set query string encoding to UTF-8
  90.     2023-10-20 09:54:39 2023-10-20T07:54:39.903Z DEBUG 1 --- [nio-8080-exec-2] o.a.c.authenticator.AuthenticatorBase    : Security checking request GET /default/jwks
  91.     2023-10-20 09:54:39 2023-10-20T07:54:39.904Z DEBUG 1 --- [nio-8080-exec-2] org.apache.catalina.realm.RealmBase      :   No applicable constraints defined
  92.     2023-10-20 09:54:39 2023-10-20T07:54:39.904Z DEBUG 1 --- [nio-8080-exec-2] o.a.c.authenticator.AuthenticatorBase    : Not subject to any constraint
  93.     2023-10-20 09:54:39 2023-10-20T07:54:39.904Z DEBUG 1 --- [nio-8080-exec-2] o.apache.catalina.core.AsyncContextImpl  : Req:     null  CReq:     null  RP:     null  Stage: -  Thread: http-nio-8080-exec-2  State:                  N/A  Method: Constructor  URI: N/A
  94.     2023-10-20 09:54:39 2023-10-20T07:54:39.905Z DEBUG 1 --- [nio-8080-exec-2] org.apache.coyote.AsyncStateMachine      : Changing async state from [DISPATCHED] to [STARTING]
  95.     2023-10-20 09:54:39 2023-10-20T07:54:39.905Z DEBUG 1 --- [nio-8080-exec-2] o.apache.catalina.core.AsyncContextImpl  : Firing onStartAsync() event for any AsyncListeners
  96.     2023-10-20 09:54:39 2023-10-20T07:54:39.906Z DEBUG 1 --- [nio-8080-exec-2] o.s.w.s.adapter.HttpWebHandlerAdapter    : [c2f6749] HTTP GET "/default/jwks"
  97.     2023-10-20 09:54:39 2023-10-20T07:54:39.906Z DEBUG 1 --- [or-http-epoll-2] r.n.r.DefaultPooledConnectionProvider    : [0dedad62-1, L:/127.0.0.1:46146 - R:localhost/127.0.0.1:8080] onStateChange(GET{uri=/default/jwks, connection=PooledConnection{channel=[id: 0x0dedad62, L:/127.0.0.1:46146 - R:localhost/127.0.0.1:8080]}}, [request_sent])
  98.     2023-10-20 09:54:39 2023-10-20T07:54:39.918Z DEBUG 1 --- [nio-8080-exec-2] o.apache.coyote.http11.Http11Processor   : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6d70c39:org.apache.tomcat.util.net.NioChannel@810f293:java.nio.channels.SocketChannel[connected local=/127.0.0.1:8080 remote=/127.0.0.1:46146]], Status in: [OPEN_READ], State out: [LONG]
  99.     2023-10-20 09:54:39 2023-10-20T07:54:39.918Z DEBUG 1 --- [nio-8080-exec-2] org.apache.coyote.AsyncStateMachine      : Changing async state from [STARTING] to [STARTED]
  100.     2023-10-20 09:54:39 2023-10-20T07:54:39.918Z DEBUG 1 --- [nio-8080-exec-2] o.apache.coyote.http11.Http11Processor   : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6d70c39:org.apache.tomcat.util.net.NioChannel@810f293:java.nio.channels.SocketChannel[connected local=/127.0.0.1:8080 remote=/127.0.0.1:46146]], State after async post processing: [LONG]
  101.     2023-10-20 09:54:39 2023-10-20T07:54:39.920Z DEBUG 1 --- [nio-8080-exec-2] o.apache.coyote.http11.Http11Processor   : Processing dispatch type: [NON_BLOCKING_WRITE]
  102.     2023-10-20 09:54:39 2023-10-20T07:54:39.921Z DEBUG 1 --- [nio-8080-exec-2] org.apache.coyote.AsyncStateMachine      : Changing async state from [STARTED] to [READ_WRITE_OP]
  103.     2023-10-20 09:54:39 2023-10-20T07:54:39.922Z DEBUG 1 --- [nio-8080-exec-2] o.apache.coyote.http11.Http11Processor   : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6d70c39:org.apache.tomcat.util.net.NioChannel@810f293:java.nio.channels.SocketChannel[connected local=/127.0.0.1:8080 remote=/127.0.0.1:46146]], Status in: [OPEN_WRITE], State out: [LONG]
  104.     2023-10-20 09:54:39 2023-10-20T07:54:39.922Z DEBUG 1 --- [nio-8080-exec-2] o.apache.coyote.http11.Http11Processor   : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6d70c39:org.apache.tomcat.util.net.NioChannel@810f293:java.nio.channels.SocketChannel[connected local=/127.0.0.1:8080 remote=/127.0.0.1:46146]], Status in: [OPEN_READ], State out: [LONG]
  105.     2023-10-20 09:54:39 2023-10-20T07:54:39.922Z DEBUG 1 --- [nio-8080-exec-2] org.apache.coyote.AsyncStateMachine      : Changing async state from [READ_WRITE_OP] to [STARTED]
  106.     2023-10-20 09:54:39 2023-10-20T07:54:39.922Z DEBUG 1 --- [nio-8080-exec-2] o.apache.coyote.http11.Http11Processor   : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6d70c39:org.apache.tomcat.util.net.NioChannel@810f293:java.nio.channels.SocketChannel[connected local=/127.0.0.1:8080 remote=/127.0.0.1:46146]], State after async post processing: [LONG]
  107.     2023-10-20 09:54:39 2023-10-20T07:54:39.922Z DEBUG 1 --- [     parallel-1] o.s.w.s.s.DefaultWebSessionManager       : Created new WebSession.
  108.     2023-10-20 09:54:39 2023-10-20T07:54:39.931Z DEBUG 1 --- [     parallel-1] o.s.s.w.s.u.m.OrServerWebExchangeMatcher : Trying to match using PathMatcherServerWebExchangeMatcher{pattern='/logout', method=POST}
  109.     2023-10-20 09:54:39 2023-10-20T07:54:39.932Z DEBUG 1 --- [     parallel-1] athPatternParserServerWebExchangeMatcher : Request 'GET /default/jwks' doesn't match 'POST /logout'
  110.     2023-10-20 09:54:39 2023-10-20T07:54:39.933Z DEBUG 1 --- [     parallel-1] o.s.s.w.s.u.m.OrServerWebExchangeMatcher : No matches found
  111.     2023-10-20 09:54:39 2023-10-20T07:54:39.942Z DEBUG 1 --- [     parallel-1] a.DelegatingReactiveAuthorizationManager : Checking authorization on '/default/jwks' using org.springframework.security.authorization.AuthenticatedReactiveAuthorizationManager@6ce6b9d7
  112.     2023-10-20 09:54:39 2023-10-20T07:54:39.944Z DEBUG 1 --- [     parallel-1] ebSessionServerSecurityContextRepository : No SecurityContext found in WebSession: 'org.springframework.web.server.session.InMemoryWebSessionStore$InMemoryWebSession@231d9710'
  113.     2023-10-20 09:54:39 2023-10-20T07:54:39.946Z DEBUG 1 --- [     parallel-1] o.s.s.w.s.a.AuthorizationWebFilter       : Authorization failed: Access Denied
  114.     2023-10-20 09:54:39 2023-10-20T07:54:39.954Z DEBUG 1 --- [     parallel-1] ebSessionServerSecurityContextRepository : No SecurityContext found in WebSession: 'org.springframework.web.server.session.InMemoryWebSessionStore$InMemoryWebSession@231d9710'
  115.     2023-10-20 09:54:39 2023-10-20T07:54:39.964Z DEBUG 1 --- [     parallel-1] o.s.w.s.adapter.HttpWebHandlerAdapter    : [c2f6749] Completed 401 UNAUTHORIZED
  116.     2023-10-20 09:54:39 2023-10-20T07:54:39.969Z DEBUG 1 --- [     parallel-1] o.apache.catalina.core.AsyncContextImpl  : Req: 513783de  CReq: 38a5f586  RP: 4a55b9bc  Stage: 7  Thread:           parallel-1  State:                  N/A  Method: complete     URI: /default/jwks
  117.     2023-10-20 09:54:39 2023-10-20T07:54:39.969Z DEBUG 1 --- [     parallel-1] org.apache.coyote.AsyncStateMachine      : Changing async state from [STARTED] to [COMPLETING]
  118.     2023-10-20 09:54:39 2023-10-20T07:54:39.970Z DEBUG 1 --- [nio-8080-exec-4] o.apache.coyote.http11.Http11Processor   : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6d70c39:org.apache.tomcat.util.net.NioChannel@810f293:java.nio.channels.SocketChannel[connected local=/127.0.0.1:8080 remote=/127.0.0.1:46146]], Status in: [OPEN_READ], State out: [LONG]
  119.     2023-10-20 09:54:39 2023-10-20T07:54:39.970Z DEBUG 1 --- [nio-8080-exec-4] o.apache.coyote.http11.Http11Processor   : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6d70c39:org.apache.tomcat.util.net.NioChannel@810f293:java.nio.channels.SocketChannel[connected local=/127.0.0.1:8080 remote=/127.0.0.1:46146]], Status in: [OPEN_READ], State out: [LONG]
  120.     2023-10-20 09:54:39 2023-10-20T07:54:39.971Z DEBUG 1 --- [nio-8080-exec-4] o.apache.catalina.core.AsyncContextImpl  : Firing onComplete() event for any AsyncListeners
  121.     2023-10-20 09:54:39 2023-10-20T07:54:39.971Z DEBUG 1 --- [nio-8080-exec-4] org.apache.coyote.AsyncStateMachine      : Changing async state from [COMPLETING] to [DISPATCHED]
  122.     2023-10-20 09:54:39 2023-10-20T07:54:39.971Z DEBUG 1 --- [nio-8080-exec-4] o.apache.coyote.http11.Http11Processor   : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6d70c39:org.apache.tomcat.util.net.NioChannel@810f293:java.nio.channels.SocketChannel[connected local=/127.0.0.1:8080 remote=/127.0.0.1:46146]], State after async post processing: [ASYNC_END]
  123.     2023-10-20 09:54:39 2023-10-20T07:54:39.973Z DEBUG 1 --- [nio-8080-exec-4] o.apache.catalina.core.AsyncContextImpl  : Req: 513783de  CReq: 38a5f586  RP: 4a55b9bc  Stage: 3  Thread: http-nio-8080-exec-4  State:                  N/A  Method: recycle      URI: /default/jwks
  124.     2023-10-20 09:54:39 2023-10-20T07:54:39.974Z DEBUG 1 --- [nio-8080-exec-4] o.apache.coyote.http11.Http11Processor   : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6d70c39:org.apache.tomcat.util.net.NioChannel@810f293:java.nio.channels.SocketChannel[connected local=/127.0.0.1:8080 remote=/127.0.0.1:46146]], Status in: [OPEN_READ], State out: [OPEN]
  125.     2023-10-20 09:54:39 2023-10-20T07:54:39.976Z DEBUG 1 --- [nio-8080-exec-4] o.a.coyote.http11.Http11InputBuffer      : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [120]
  126.     2023-10-20 09:54:39 2023-10-20T07:54:39.976Z DEBUG 1 --- [nio-8080-exec-4] o.a.tomcat.util.net.SocketWrapperBase    : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6d70c39:org.apache.tomcat.util.net.NioChannel@810f293:java.nio.channels.SocketChannel[connected local=/127.0.0.1:8080 remote=/127.0.0.1:46146]], Read from buffer: [0]
  127.     2023-10-20 09:54:39 2023-10-20T07:54:39.977Z DEBUG 1 --- [nio-8080-exec-4] org.apache.tomcat.util.net.NioEndpoint   : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6d70c39:org.apache.tomcat.util.net.NioChannel@810f293:java.nio.channels.SocketChannel[connected local=/127.0.0.1:8080 remote=/127.0.0.1:46146]], Read direct from socket: [0]
  128.     2023-10-20 09:54:39 2023-10-20T07:54:39.977Z DEBUG 1 --- [nio-8080-exec-4] o.a.coyote.http11.Http11InputBuffer      : Received []
  129.     2023-10-20 09:54:39 2023-10-20T07:54:39.977Z DEBUG 1 --- [nio-8080-exec-4] o.apache.coyote.http11.Http11Processor   : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6d70c39:org.apache.tomcat.util.net.NioChannel@810f293:java.nio.channels.SocketChannel[connected local=/127.0.0.1:8080 remote=/127.0.0.1:46146]], Status in: [OPEN_READ], State out: [OPEN]
  130.     2023-10-20 09:54:39 2023-10-20T07:54:39.978Z DEBUG 1 --- [nio-8080-exec-4] org.apache.tomcat.util.net.NioEndpoint   : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6d70c39:org.apache.tomcat.util.net.NioChannel@810f293:java.nio.channels.SocketChannel[connected local=/127.0.0.1:8080 remote=/127.0.0.1:46146]]
  131.     2023-10-20 09:54:39 2023-10-20T07:54:39.991Z DEBUG 1 --- [or-http-epoll-2] i.n.handler.codec.compression.Brotli     : brotli4j not in the classpath; Brotli support will be unavailable.
  132.     2023-10-20 09:54:39 2023-10-20T07:54:39.997Z DEBUG 1 --- [or-http-epoll-2] r.n.http.client.HttpClientOperations     : [0dedad62-1, L:/127.0.0.1:46146 - R:localhost/127.0.0.1:8080] Received response (auto-read:false) : RESPONSE(decodeResult: success, version: HTTP/1.1)
  133.     2023-10-20 09:54:39 HTTP/1.1 401
  134.     2023-10-20 09:54:39 WWW-Authenticate: <filtered>
  135.     2023-10-20 09:54:39 Cache-Control: <filtered>
  136.     2023-10-20 09:54:39 Pragma: <filtered>
  137.     2023-10-20 09:54:39 Expires: <filtered>
  138.     2023-10-20 09:54:39 X-Content-Type-Options: <filtered>
  139.     2023-10-20 09:54:39 X-Frame-Options: <filtered>
  140.     2023-10-20 09:54:39 X-XSS-Protection: <filtered>
  141.     2023-10-20 09:54:39 Referrer-Policy: <filtered>
  142.     2023-10-20 09:54:39 Content-Length: <filtered>
  143.     2023-10-20 09:54:39 Date: <filtered>
  144.     2023-10-20 09:54:39 2023-10-20T07:54:39.997Z DEBUG 1 --- [or-http-epoll-2] r.n.r.DefaultPooledConnectionProvider    : [0dedad62-1, L:/127.0.0.1:46146 - R:localhost/127.0.0.1:8080] onStateChange(GET{uri=/default/jwks, connection=PooledConnection{channel=[id: 0x0dedad62, L:/127.0.0.1:46146 - R:localhost/127.0.0.1:8080]}}, [response_received])
  145.     2023-10-20 09:54:40 2023-10-20T07:54:40.002Z DEBUG 1 --- [or-http-epoll-2] o.s.w.r.f.client.ExchangeFunctions       : [168219cc] [0dedad62-1, L:/127.0.0.1:46146 - R:localhost/127.0.0.1:8080] Response 401 UNAUTHORIZED
  146.     2023-10-20 09:54:40 2023-10-20T07:54:40.028Z DEBUG 1 --- [or-http-epoll-2] reactor.netty.channel.FluxReceive        : [0dedad62-1, L:/127.0.0.1:46146 - R:localhost/127.0.0.1:8080] [terminated=false, cancelled=false, pending=0, error=null]: subscribing inbound receiver
  147.     2023-10-20 09:54:40 2023-10-20T07:54:40.028Z DEBUG 1 --- [or-http-epoll-2] r.n.http.client.HttpClientOperations     : [0dedad62-1, L:/127.0.0.1:46146 - R:localhost/127.0.0.1:8080] Received last HTTP packet
  148.     2023-10-20 09:54:40 2023-10-20T07:54:40.065Z DEBUG 1 --- [or-http-epoll-2] a.w.r.e.AbstractErrorWebExceptionHandler : [63095fc9] Resolved [IllegalStateException: Could not obtain the keys] for HTTP GET /my-end-point/test
  149.     2023-10-20 09:54:40 2023-10-20T07:54:40.065Z ERROR 1 --- [or-http-epoll-2] a.w.r.e.AbstractErrorWebExceptionHandler : [63095fc9]  500 Server Error for HTTP GET "/my-end-point/test"
  150.     2023-10-20 09:54:40
  151.     2023-10-20 09:54:40 java.lang.IllegalStateException: Could not obtain the keys
  152.     2023-10-20 09:54:40     at org.springframework.security.oauth2.jwt.NimbusReactiveJwtDecoder$JwkSetUriReactiveJwtDecoderBuilder.lambda$processor$12(NimbusReactiveJwtDecoder.java:446) ~[spring-security-oauth2-jose-6.1.0.jar!/:6.1.0]
  153.     2023-10-20 09:54:40     Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException:
  154.     2023-10-20 09:54:40 Error has been observed at the following site(s):
  155.     2023-10-20 09:54:40     *__checkpoint ⇢ AuthenticationWebFilter [DefaultWebFilterChain]
  156.     2023-10-20 09:54:40     *__checkpoint ⇢ ReactorContextWebFilter [DefaultWebFilterChain]
  157.     2023-10-20 09:54:40     *__checkpoint ⇢ HttpHeaderWriterWebFilter [DefaultWebFilterChain]
  158.     2023-10-20 09:54:40     *__checkpoint ⇢ ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
  159.     2023-10-20 09:54:40     *__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
  160.     2023-10-20 09:54:40     *__checkpoint ⇢ org.springframework.web.filter.reactive.ServerHttpObservationFilter [DefaultWebFilterChain]
  161.     2023-10-20 09:54:40     *__checkpoint ⇢ HTTP GET "/my-end-point/test" [ExceptionHandlingWebHandler]
  162.     2023-10-20 09:54:40 Original Stack Trace:
  163.     2023-10-20 09:54:40             at org.springframework.security.oauth2.jwt.NimbusReactiveJwtDecoder$JwkSetUriReactiveJwtDecoderBuilder.lambda$processor$12(NimbusReactiveJwtDecoder.java:446) ~[spring-security-oauth2-jose-6.1.0.jar!/:6.1.0]
  164.     2023-10-20 09:54:40             at reactor.core.publisher.Mono.lambda$onErrorMap$28(Mono.java:3773) ~[reactor-core-3.5.6.jar!/:3.5.6]
  165.     2023-10-20 09:54:40             at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:94) ~[reactor-core-3.5.6.jar!/:3.5.6]
  166.     2023-10-20 09:54:40             at reactor.core.publisher.Operators$MultiSubscriptionSubscriber.onError(Operators.java:2210) ~[reactor-core-3.5.6.jar!/:3.5.6]
  167.     2023-10-20 09:54:40             at reactor.core.publisher.MonoFlatMap$FlatMapMain.onError(MonoFlatMap.java:180) ~[reactor-core-3.5.6.jar!/:3.5.6]
  168.     2023-10-20 09:54:40             at reactor.core.publisher.Operators$MultiSubscriptionSubscriber.onError(Operators.java:2210) ~[reactor-core-3.5.6.jar!/:3.5.6]
  169.     2023-10-20 09:54:40             at reactor.core.publisher.Operators$MonoSubscriber.onError(Operators.java:1886) ~[reactor-core-3.5.6.jar!/:3.5.6]
  170.     2023-10-20 09:54:40             at reactor.core.publisher.MonoCacheTime$CoordinatorSubscriber.signalCached(MonoCacheTime.java:340) ~[reactor-core-3.5.6.jar!/:3.5.6]
  171.     2023-10-20 09:54:40             at reactor.core.publisher.MonoCacheTime$CoordinatorSubscriber.onError(MonoCacheTime.java:363) ~[reactor-core-3.5.6.jar!/:3.5.6]
  172.     2023-10-20 09:54:40             at reactor.core.publisher.FluxPeekFuseable$PeekFuseableSubscriber.onError(FluxPeekFuseable.java:234) ~[reactor-core-3.5.6.jar!/:3.5.6]
  173.     2023-10-20 09:54:40             at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onError(FluxMapFuseable.java:142) ~[reactor-core-3.5.6.jar!/:3.5.6]
  174.     2023-10-20 09:54:40             at reactor.core.publisher.MonoFlatMap$FlatMapMain.secondError(MonoFlatMap.java:241) ~[reactor-core-3.5.6.jar!/:3.5.6]
  175.     2023-10-20 09:54:40             at reactor.core.publisher.MonoFlatMap$FlatMapInner.onError(MonoFlatMap.java:315) ~[reactor-core-3.5.6.jar!/:3.5.6]
  176.     2023-10-20 09:54:40             at reactor.core.publisher.MonoFlatMap$FlatMapMain.secondError(MonoFlatMap.java:241) ~[reactor-core-3.5.6.jar!/:3.5.6]
  177.     2023-10-20 09:54:40             at reactor.core.publisher.MonoFlatMap$FlatMapInner.onError(MonoFlatMap.java:315) ~[reactor-core-3.5.6.jar!/:3.5.6]
  178.     2023-10-20 09:54:40             at reactor.core.publisher.Operators$MultiSubscriptionSubscriber.onError(Operators.java:2210) ~[reactor-core-3.5.6.jar!/:3.5.6]
  179.     2023-10-20 09:54:40             at reactor.core.publisher.MonoFlatMap$FlatMapMain.onError(MonoFlatMap.java:180) ~[reactor-core-3.5.6.jar!/:3.5.6]
  180.     2023-10-20 09:54:40             at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:106) ~[reactor-core-3.5.6.jar!/:3.5.6]
  181.     2023-10-20 09:54:40             at reactor.core.publisher.MonoIgnoreThen$ThenIgnoreMain.onError(MonoIgnoreThen.java:278) ~[reactor-core-3.5.6.jar!/:3.5.6]
  182.     2023-10-20 09:54:40             at reactor.core.publisher.MonoIgnoreThen$ThenIgnoreMain.subscribeNext(MonoIgnoreThen.java:231) ~[reactor-core-3.5.6.jar!/:3.5.6]
  183.     2023-10-20 09:54:40             at reactor.core.publisher.MonoIgnoreThen$ThenIgnoreMain.onComplete(MonoIgnoreThen.java:203) ~[reactor-core-3.5.6.jar!/:3.5.6]
  184.     2023-10-20 09:54:40             at reactor.core.publisher.Operators$MultiSubscriptionSubscriber.onComplete(Operators.java:2205) ~[reactor-core-3.5.6.jar!/:3.5.6]
  185.     2023-10-20 09:54:40             at reactor.core.publisher.MonoIgnoreElements$IgnoreElementsSubscriber.onComplete(MonoIgnoreElements.java:89) ~[reactor-core-3.5.6.jar!/:3.5.6]
  186.     2023-10-20 09:54:40             at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.6.jar!/:3.5.6]
  187.     2023-10-20 09:54:40             at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.6.jar!/:3.5.6]
  188.     2023-10-20 09:54:40             at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.6.jar!/:3.5.6]
  189.     2023-10-20 09:54:40             at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.6.jar!/:3.5.6]
  190.     2023-10-20 09:54:40             at reactor.core.publisher.Operators.complete(Operators.java:137) ~[reactor-core-3.5.6.jar!/:3.5.6]
  191.     2023-10-20 09:54:40             at reactor.netty.channel.FluxReceive.startReceiver(FluxReceive.java:179) ~[reactor-netty-core-1.1.7.jar!/:1.1.7]
  192.     2023-10-20 09:54:40             at reactor.netty.channel.FluxReceive.subscribe(FluxReceive.java:145) ~[reactor-netty-core-1.1.7.jar!/:1.1.7]
  193.     2023-10-20 09:54:40             at reactor.core.publisher.InternalFluxOperator.subscribe(InternalFluxOperator.java:62) ~[reactor-core-3.5.6.jar!/:3.5.6]
  194.     2023-10-20 09:54:40             at reactor.netty.ByteBufFlux.subscribe(ByteBufFlux.java:340) ~[reactor-netty-core-1.1.7.jar!/:1.1.7]
  195.     2023-10-20 09:54:40             at reactor.core.publisher.Mono.subscribe(Mono.java:4485) ~[reactor-core-3.5.6.jar!/:3.5.6]
  196.     2023-10-20 09:54:40             at reactor.core.publisher.MonoIgnoreThen$ThenIgnoreMain.subscribeNext(MonoIgnoreThen.java:263) ~[reactor-core-3.5.6.jar!/:3.5.6]
  197.     2023-10-20 09:54:40             at reactor.core.publisher.MonoIgnoreThen.subscribe(MonoIgnoreThen.java:51) ~[reactor-core-3.5.6.jar!/:3.5.6]
  198.     2023-10-20 09:54:40             at reactor.core.publisher.Mono.subscribe(Mono.java:4485) ~[reactor-core-3.5.6.jar!/:3.5.6]
  199.     2023-10-20 09:54:40             at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:103) ~[reactor-core-3.5.6.jar!/:3.5.6]
  200.     2023-10-20 09:54:40             at reactor.core.publisher.MonoFlatMap$FlatMapMain.secondError(MonoFlatMap.java:241) ~[reactor-core-3.5.6.jar!/:3.5.6]
  201.     2023-10-20 09:54:40             at reactor.core.publisher.MonoFlatMap$FlatMapInner.onError(MonoFlatMap.java:315) ~[reactor-core-3.5.6.jar!/:3.5.6]
  202.     2023-10-20 09:54:40             at reactor.core.publisher.MonoIgnoreThen$ThenIgnoreMain.onError(MonoIgnoreThen.java:278) ~[reactor-core-3.5.6.jar!/:3.5.6]
  203.     2023-10-20 09:54:40             at reactor.core.publisher.MonoIgnoreThen$ThenIgnoreMain.subscribeNext(MonoIgnoreThen.java:231) ~[reactor-core-3.5.6.jar!/:3.5.6]
  204.     2023-10-20 09:54:40             at reactor.core.publisher.MonoIgnoreThen$ThenIgnoreMain.onComplete(MonoIgnoreThen.java:203) ~[reactor-core-3.5.6.jar!/:3.5.6]
  205.     2023-10-20 09:54:40             at reactor.core.publisher.Operators$MultiSubscriptionSubscriber.onComplete(Operators.java:2205) ~[reactor-core-3.5.6.jar!/:3.5.6]
  206.     2023-10-20 09:54:40             at reactor.core.publisher.MonoIgnoreElements$IgnoreElementsSubscriber.onComplete(MonoIgnoreElements.java:89) ~[reactor-core-3.5.6.jar!/:3.5.6]
  207.     2023-10-20 09:54:40             at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.6.jar!/:3.5.6]
  208.     2023-10-20 09:54:40             at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.6.jar!/:3.5.6]
  209.     2023-10-20 09:54:40             at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.6.jar!/:3.5.6]
  210.     2023-10-20 09:54:40             at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.6.jar!/:3.5.6]
  211.     2023-10-20 09:54:40             at reactor.core.publisher.Operators.complete(Operators.java:137) ~[reactor-core-3.5.6.jar!/:3.5.6]
  212.     2023-10-20 09:54:40             at reactor.netty.channel.FluxReceive.startReceiver(FluxReceive.java:179) ~[reactor-netty-core-1.1.7.jar!/:1.1.7]
  213.     2023-10-20 09:54:40             at reactor.netty.channel.FluxReceive.subscribe(FluxReceive.java:145) ~[reactor-netty-core-1.1.7.jar!/:1.1.7]
  214.     2023-10-20 09:54:40             at reactor.core.publisher.InternalFluxOperator.subscribe(InternalFluxOperator.java:62) ~[reactor-core-3.5.6.jar!/:3.5.6]
  215.     2023-10-20 09:54:40             at reactor.netty.ByteBufFlux.subscribe(ByteBufFlux.java:340) ~[reactor-netty-core-1.1.7.jar!/:1.1.7]
  216.     2023-10-20 09:54:40             at reactor.core.publisher.Mono.subscribe(Mono.java:4485) ~[reactor-core-3.5.6.jar!/:3.5.6]
  217.     2023-10-20 09:54:40             at reactor.core.publisher.MonoIgnoreThen$ThenIgnoreMain.subscribeNext(MonoIgnoreThen.java:263) ~[reactor-core-3.5.6.jar!/:3.5.6]
  218.     2023-10-20 09:54:40             at reactor.core.publisher.MonoIgnoreThen.subscribe(MonoIgnoreThen.java:51) ~[reactor-core-3.5.6.jar!/:3.5.6]
  219.     2023-10-20 09:54:40             at reactor.core.publisher.MonoFlatMap$FlatMapMain.onNext(MonoFlatMap.java:165) ~[reactor-core-3.5.6.jar!/:3.5.6]
  220.     2023-10-20 09:54:40             at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:122) ~[reactor-core-3.5.6.jar!/:3.5.6]
  221.     2023-10-20 09:54:40             at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.6.jar!/:3.5.6]
  222.     2023-10-20 09:54:40             at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.6.jar!/:3.5.6]
  223.     2023-10-20 09:54:40             at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.6.jar!/:3.5.6]
  224.     2023-10-20 09:54:40             at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.6.jar!/:3.5.6]
  225.     2023-10-20 09:54:40             at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.6.jar!/:3.5.6]
  226.     2023-10-20 09:54:40             at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.6.jar!/:3.5.6]
  227.     2023-10-20 09:54:40             at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.6.jar!/:3.5.6]
  228.     2023-10-20 09:54:40             at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.6.jar!/:3.5.6]
  229.     2023-10-20 09:54:40             at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.6.jar!/:3.5.6]
  230.     2023-10-20 09:54:40             at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.6.jar!/:3.5.6]
  231.     2023-10-20 09:54:40             at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.6.jar!/:3.5.6]
  232.     2023-10-20 09:54:40             at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.6.jar!/:3.5.6]
  233.     2023-10-20 09:54:40             at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:413) ~[reactor-netty-core-1.1.7.jar!/:1.1.7]
  234.     2023-10-20 09:54:40             at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.7.jar!/:1.1.7]
  235.     2023-10-20 09:54:40             at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.7.jar!/:1.1.7]
  236.     2023-10-20 09:54:40             at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.7.jar!/:1.1.7]
  237.     2023-10-20 09:54:40             at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.7.jar!/:1.1.7]
  238.     2023-10-20 09:54:40             at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.92.Final.jar!/:4.1.92.Final]
  239.     2023-10-20 09:54:40             at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.92.Final.jar!/:4.1.92.Final]
  240.     2023-10-20 09:54:40             at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.92.Final.jar!/:4.1.92.Final]
  241.     2023-10-20 09:54:40             at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.92.Final.jar!/:4.1.92.Final]
  242.     2023-10-20 09:54:40             at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.92.Final.jar!/:4.1.92.Final]
  243.     2023-10-20 09:54:40             at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.92.Final.jar!/:4.1.92.Final]
  244.     2023-10-20 09:54:40             at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.92.Final.jar!/:4.1.92.Final]
  245.     2023-10-20 09:54:40             at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.92.Final.jar!/:4.1.92.Final]
  246.     2023-10-20 09:54:40             at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.92.Final.jar!/:4.1.92.Final]
  247.     2023-10-20 09:54:40             at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.92.Final.jar!/:4.1.92.Final]
  248.     2023-10-20 09:54:40             at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.92.Final.jar!/:4.1.92.Final]
  249.     2023-10-20 09:54:40             at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.92.Final.jar!/:4.1.92.Final]
  250.     2023-10-20 09:54:40             at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.92.Final.jar!/:4.1.92.Final]
  251.     2023-10-20 09:54:40             at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.92.Final.jar!/:4.1.92.Final]
  252.     2023-10-20 09:54:40             at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.92.Final.jar!/:4.1.92.Final]
  253.     2023-10-20 09:54:40             at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.92.Final.jar!/:4.1.92.Final]
  254.     2023-10-20 09:54:40             at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.92.Final.jar!/:4.1.92.Final]
  255.     2023-10-20 09:54:40             at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.92.Final.jar!/:4.1.92.Final]
  256.     2023-10-20 09:54:40             at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.92.Final.jar!/:4.1.92.Final]
  257.     2023-10-20 09:54:40             at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.92.Final.jar!/:4.1.92.Final]
  258.     2023-10-20 09:54:40             at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.92.Final.jar!/:4.1.92.Final]
  259.     2023-10-20 09:54:40             at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.92.Final.jar!/:4.1.92.Final]
  260.     2023-10-20 09:54:40             at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.92.Final.jar!/:4.1.92.Final]
  261.     2023-10-20 09:54:40             at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.92.Final.jar!/:4.1.92.Final]
  262.     2023-10-20 09:54:40             at java.base/java.lang.Thread.run(Thread.java:833) ~[na:na]
  263.     2023-10-20 09:54:40 Caused by: org.springframework.web.reactive.function.client.WebClientResponseException$Unauthorized: 401 Unauthorized from GET http://localhost:8080/default/jwks
  264.     2023-10-20 09:54:40     at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:310) ~[spring-webflux-6.0.9.jar!/:6.0.9]
  265.     2023-10-20 09:54:40     Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException:
  266.     2023-10-20 09:54:40 Error has been observed at the following site(s):
  267.     2023-10-20 09:54:40     *__checkpoint ⇢ 401 UNAUTHORIZED from GET http://localhost:8080/default/jwks [DefaultWebClient]
  268.     2023-10-20 09:54:40 Original Stack Trace:
  269.     2023-10-20 09:54:40             at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:310) ~[spring-webflux-6.0.9.jar!/:6.0.9]
  270.     2023-10-20 09:54:40             at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.9.jar!/:6.0.9]
  271.     2023-10-20 09:54:40             at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.6.jar!/:3.5.6]
  272.     2023-10-20 09:54:40             at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.6.jar!/:3.5.6]
  273.     2023-10-20 09:54:40             at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.6.jar!/:3.5.6]
  274.     2023-10-20 09:54:40             at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.6.jar!/:3.5.6]
  275.     2023-10-20 09:54:40             at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.6.jar!/:3.5.6]
  276.     2023-10-20 09:54:40             at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.6.jar!/:3.5.6]
  277.     2023-10-20 09:54:40             at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.6.jar!/:3.5.6]
  278.     2023-10-20 09:54:40             at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.6.jar!/:3.5.6]
  279.     2023-10-20 09:54:40             at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.6.jar!/:3.5.6]
  280.     2023-10-20 09:54:40             at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.6.jar!/:3.5.6]
  281.     2023-10-20 09:54:40             at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.6.jar!/:3.5.6]
  282.     2023-10-20 09:54:40             at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.6.jar!/:3.5.6]
  283.     2023-10-20 09:54:40             at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.6.jar!/:3.5.6]
  284.     2023-10-20 09:54:40             at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:413) ~[reactor-netty-core-1.1.7.jar!/:1.1.7]
  285.     2023-10-20 09:54:40             at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.7.jar!/:1.1.7]
  286.     2023-10-20 09:54:40             at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.7.jar!/:1.1.7]
  287.     2023-10-20 09:54:40             at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.7.jar!/:1.1.7]
  288.     2023-10-20 09:54:40             at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.7.jar!/:1.1.7]
  289.     2023-10-20 09:54:40             at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.92.Final.jar!/:4.1.92.Final]
  290.     2023-10-20 09:54:40             at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.92.Final.jar!/:4.1.92.Final]
  291.     2023-10-20 09:54:40             at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.92.Final.jar!/:4.1.92.Final]
  292.     2023-10-20 09:54:40             at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.92.Final.jar!/:4.1.92.Final]
  293.     2023-10-20 09:54:40             at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.92.Final.jar!/:4.1.92.Final]
  294.     2023-10-20 09:54:40             at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.92.Final.jar!/:4.1.92.Final]
  295.     2023-10-20 09:54:40             at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.92.Final.jar!/:4.1.92.Final]
  296.     2023-10-20 09:54:40             at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.92.Final.jar!/:4.1.92.Final]
  297.     2023-10-20 09:54:40             at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.92.Final.jar!/:4.1.92.Final]
  298.     2023-10-20 09:54:40             at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.92.Final.jar!/:4.1.92.Final]
  299.     2023-10-20 09:54:40             at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.92.Final.jar!/:4.1.92.Final]
  300.     2023-10-20 09:54:40             at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.92.Final.jar!/:4.1.92.Final]
  301.     2023-10-20 09:54:40             at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.92.Final.jar!/:4.1.92.Final]
  302.     2023-10-20 09:54:40             at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.92.Final.jar!/:4.1.92.Final]
  303.     2023-10-20 09:54:40             at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.92.Final.jar!/:4.1.92.Final]
  304.     2023-10-20 09:54:40             at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.92.Final.jar!/:4.1.92.Final]
  305.     2023-10-20 09:54:40             at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.92.Final.jar!/:4.1.92.Final]
  306.     2023-10-20 09:54:40             at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.92.Final.jar!/:4.1.92.Final]
  307.     2023-10-20 09:54:40             at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.92.Final.jar!/:4.1.92.Final]
  308.     2023-10-20 09:54:40             at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.92.Final.jar!/:4.1.92.Final]
  309.     2023-10-20 09:54:40             at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.92.Final.jar!/:4.1.92.Final]
  310.     2023-10-20 09:54:40             at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.92.Final.jar!/:4.1.92.Final]
  311.     2023-10-20 09:54:40             at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.92.Final.jar!/:4.1.92.Final]
  312.     2023-10-20 09:54:40             at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.92.Final.jar!/:4.1.92.Final]
  313.     2023-10-20 09:54:40             at java.base/java.lang.Thread.run(Thread.java:833) ~[na:na]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement