Skip to content
This repository has been archived by the owner on Nov 13, 2021. It is now read-only.

Docker image not working #10

Closed
mtb0x1 opened this issue Jul 31, 2021 · 0 comments
Closed

Docker image not working #10

mtb0x1 opened this issue Jul 31, 2021 · 0 comments

Comments

@mtb0x1
Copy link

mtb0x1 commented Jul 31, 2021

I am using Docker with WSL2 integration, docker image boots and I can access the web interface.
I submit my phone number and I get the screen requesting the pin/code ... which I never received. (I am registred on clubhouse and its running fine on my phone). below the error in app.log @seovchinnikov



2021-07-31 17:07:38,172 DEBUG io.netty.util.internal.NativeLibraryLoader [main] -Dio.netty.native.tryPatchShadedId: true2021-07-31 17:07:38,173 DEBUG io.netty.util.internal.NativeLibraryLoader [main] Unable to load the library 'netty_transport_native_epoll_x86_64', trying other loading mechanism.
java.lang.UnsatisfiedLinkError: no netty_transport_native_epoll_x86_64 in java.library.path: [/usr/java/packages/lib, /usr/lib64, /lib64, /lib, /usr/lib]
        at java.base/java.lang.ClassLoader.loadLibrary(Unknown Source)
        at java.base/java.lang.Runtime.loadLibrary0(Unknown Source)
        at java.base/java.lang.System.loadLibrary(Unknown Source)
        at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.base/java.lang.reflect.Method.invoke(Unknown Source)
        at io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:385)
        at java.base/java.security.AccessController.doPrivileged(Native Method)
        at io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:377)
        at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:341)
        at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:136)
        at io.netty.channel.epoll.Native.loadNativeLibrary(Native.java:250)
        at io.netty.channel.epoll.Native.<clinit>(Native.java:69)
        at io.netty.channel.epoll.Epoll.<clinit>(Epoll.java:39)
        at java.base/java.lang.Class.forName0(Native Method)
        at java.base/java.lang.Class.forName(Unknown Source)
        at reactor.netty.resources.DefaultLoopEpoll.<clinit>(DefaultLoopEpoll.java:106)
        at reactor.netty.resources.DefaultLoopNativeDetector.<clinit>(DefaultLoopNativeDetector.java:35)
        at reactor.netty.resources.LoopResources.hasNativeSupport(LoopResources.java:270)
        at reactor.netty.resources.DefaultLoopResources.onServer(DefaultLoopResources.java:147)
        at reactor.netty.tcp.TcpResources.onServer(TcpResources.java:225)
        at reactor.netty.transport.ServerTransportConfig.childEventLoopGroup(ServerTransportConfig.java:205)
        at reactor.netty.transport.ServerTransport.lambda$bind$0(ServerTransport.java:109)
        at reactor.core.publisher.MonoCreate.subscribe(MonoCreate.java:57)
        at reactor.core.publisher.Mono.subscribe(Mono.java:4046)
        at reactor.core.publisher.Mono.block(Mono.java:1726)
        at reactor.netty.transport.ServerTransport.bindNow(ServerTransport.java:145)
        at reactor.netty.transport.ServerTransport.bindNow(ServerTransport.java:130)
        at org.springframework.boot.web.embedded.netty.NettyWebServer.startHttpServer(NettyWebServer.java:145)
        at org.springframework.boot.web.embedded.netty.NettyWebServer.start(NettyWebServer.java:100)
        at org.springframework.boot.web.reactive.context.WebServerManager.start(WebServerManager.java:54)
        at org.springframework.boot.web.reactive.context.WebServerStartStopLifecycle.start(WebServerStartStopLifecycle.java:40)
        at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:178)
        at org.springframework.context.support.DefaultLifecycleProcessor.access$200(DefaultLifecycleProcessor.java:54)
        at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:356)
        at java.base/java.lang.Iterable.forEach(Unknown Source)
        at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:155)
        at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:123)
        at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:940)
        at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:591)
        at org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext.refresh(ReactiveWebServerApplicationContext.java:63)
        at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:767)
        at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:759)
        at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:426)
        at org.springframework.boot.SpringApplication.run(SpringApplication.java:326)
        at org.springframework.boot.SpringApplication.run(SpringApplication.java:1311)
        at org.springframework.boot.SpringApplication.run(SpringApplication.java:1300)
        at edu.clubhouseapi.Application.main(Application.java:10)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.base/java.lang.reflect.Method.invoke(Unknown Source)
        at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
        at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
        at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
        at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-07-31 17:07:38,174 DEBUG io.netty.util.internal.NativeLibraryLoader [main] netty_transport_native_epoll_x86_64 cannot be loaded from java.library.path, now trying export to -Dio.netty.native.workdir: /tmp
java.lang.UnsatisfiedLinkError: no netty_transport_native_epoll_x86_64 in java.library.path: [/usr/java/packages/lib, /usr/lib64, /lib64, /lib, /usr/lib]
        at java.base/java.lang.ClassLoader.loadLibrary(Unknown Source)
        at java.base/java.lang.Runtime.loadLibrary0(Unknown Source)
        at java.base/java.lang.System.loadLibrary(Unknown Source)
        at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)
        at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:351)
        at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:136)
        at io.netty.channel.epoll.Native.loadNativeLibrary(Native.java:250)
        at io.netty.channel.epoll.Native.<clinit>(Native.java:69)
        at io.netty.channel.epoll.Epoll.<clinit>(Epoll.java:39)
        at java.base/java.lang.Class.forName0(Native Method)
        at java.base/java.lang.Class.forName(Unknown Source)
        at reactor.netty.resources.DefaultLoopEpoll.<clinit>(DefaultLoopEpoll.java:106)
        at reactor.netty.resources.DefaultLoopNativeDetector.<clinit>(DefaultLoopNativeDetector.java:35)
        at reactor.netty.resources.LoopResources.hasNativeSupport(LoopResources.java:270)
        at reactor.netty.resources.DefaultLoopResources.onServer(DefaultLoopResources.java:147)
        at reactor.netty.tcp.TcpResources.onServer(TcpResources.java:225)
        at reactor.netty.transport.ServerTransportConfig.childEventLoopGroup(ServerTransportConfig.java:205)
        at reactor.netty.transport.ServerTransport.lambda$bind$0(ServerTransport.java:109)
        at reactor.core.publisher.MonoCreate.subscribe(MonoCreate.java:57)
        at reactor.core.publisher.Mono.subscribe(Mono.java:4046)
        at reactor.core.publisher.Mono.block(Mono.java:1726)
        at reactor.netty.transport.ServerTransport.bindNow(ServerTransport.java:145)
        at reactor.netty.transport.ServerTransport.bindNow(ServerTransport.java:130)
        at org.springframework.boot.web.embedded.netty.NettyWebServer.startHttpServer(NettyWebServer.java:145)
        at org.springframework.boot.web.embedded.netty.NettyWebServer.start(NettyWebServer.java:100)
        at org.springframework.boot.web.reactive.context.WebServerManager.start(WebServerManager.java:54)
        at org.springframework.boot.web.reactive.context.WebServerStartStopLifecycle.start(WebServerStartStopLifecycle.java:40)
        at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:178)
        at org.springframework.context.support.DefaultLifecycleProcessor.access$200(DefaultLifecycleProcessor.java:54)
        at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:356)
        at java.base/java.lang.Iterable.forEach(Unknown Source)
        at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:155)
        at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:123)
        at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:940)
        at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:591)
        at org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext.refresh(ReactiveWebServerApplicationContext.java:63)
        at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:767)
        at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:759)
        at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:426)
        at org.springframework.boot.SpringApplication.run(SpringApplication.java:326)
        at org.springframework.boot.SpringApplication.run(SpringApplication.java:1311)
        at org.springframework.boot.SpringApplication.run(SpringApplication.java:1300)
        at edu.clubhouseapi.Application.main(Application.java:10)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.base/java.lang.reflect.Method.invoke(Unknown Source)
        at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
        at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
        at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
        at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
        Suppressed: java.lang.UnsatisfiedLinkError: no netty_transport_native_epoll_x86_64 in java.library.path: [/usr/java/packages/lib, /usr/lib64, /lib64, /lib, /usr/lib]
                at java.base/java.lang.ClassLoader.loadLibrary(Unknown Source)
                at java.base/java.lang.Runtime.loadLibrary0(Unknown Source)
                at java.base/java.lang.System.loadLibrary(Unknown Source)
                at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)
                at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
                at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
                at java.base/java.lang.reflect.Method.invoke(Unknown Source)
                at io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:385)
                at java.base/java.security.AccessController.doPrivileged(Native Method)
                at io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:377)
                at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:341)
                ... 46 common frames omitted
2021-07-31 17:07:38,195 DEBUG io.netty.util.internal.NativeLibraryLoader [main] Successfully loaded the library /tmp/libnetty_transport_native_epoll_x86_647253021268989023604.so
2021-07-31 17:07:38,197 DEBUG io.netty.util.NetUtil [main] -Djava.net.preferIPv4Stack: false
2021-07-31 17:07:38,198 DEBUG io.netty.util.NetUtil [main] -Djava.net.preferIPv6Addresses: false
2021-07-31 17:07:38,201 DEBUG io.netty.util.NetUtilInitializations [main] Loopback interface: lo (lo, 127.0.0.1)
2021-07-31 17:07:38,203 DEBUG io.netty.util.NetUtil [main] /proc/sys/net/core/somaxconn: 4096
2021-07-31 17:07:38,204 DEBUG reactor.netty.resources.DefaultLoopEpoll [main] Default Epoll support : true
2021-07-31 17:07:38,208 DEBUG io.netty.channel.MultithreadEventLoopGroup [main] -Dio.netty.eventLoopThreads: 24
2021-07-31 17:07:38,223 DEBUG io.netty.util.internal.PlatformDependent [main] org.jctools-core.MpscChunkedArrayQueue: available
2021-07-31 17:07:38,249 DEBUG io.netty.channel.DefaultChannelId [main] -Dio.netty.processId: 1 (auto-detected)
2021-07-31 17:07:38,251 DEBUG io.netty.channel.DefaultChannelId [main] -Dio.netty.machineId: 02:42:ac:ff:fe:11:00:02 (auto-detected)
2021-07-31 17:07:38,280 DEBUG io.netty.buffer.PooledByteBufAllocator [main] -Dio.netty.allocator.numHeapArenas: 10
2021-07-31 17:07:38,281 DEBUG io.netty.buffer.PooledByteBufAllocator [main] -Dio.netty.allocator.numDirectArenas: 10
2021-07-31 17:07:38,281 DEBUG io.netty.buffer.PooledByteBufAllocator [main] -Dio.netty.allocator.pageSize: 8192
2021-07-31 17:07:38,281 DEBUG io.netty.buffer.PooledByteBufAllocator [main] -Dio.netty.allocator.maxOrder: 11
2021-07-31 17:07:38,281 DEBUG io.netty.buffer.PooledByteBufAllocator [main] -Dio.netty.allocator.chunkSize: 16777216
2021-07-31 17:07:38,281 DEBUG io.netty.buffer.PooledByteBufAllocator [main] -Dio.netty.allocator.smallCacheSize: 256
2021-07-31 17:07:38,281 DEBUG io.netty.buffer.PooledByteBufAllocator [main] -Dio.netty.allocator.normalCacheSize: 64
2021-07-31 17:07:38,281 DEBUG io.netty.buffer.PooledByteBufAllocator [main] -Dio.netty.allocator.maxCachedBufferCapacity: 32768
2021-07-31 17:07:38,281 DEBUG io.netty.buffer.PooledByteBufAllocator [main] -Dio.netty.allocator.cacheTrimInterval: 81922021-07-31 17:07:38,281 DEBUG io.netty.buffer.PooledByteBufAllocator [main] -Dio.netty.allocator.cacheTrimIntervalMillis: 0
2021-07-31 17:07:38,282 DEBUG io.netty.buffer.PooledByteBufAllocator [main] -Dio.netty.allocator.useCacheForAllThreads:
true
2021-07-31 17:07:38,282 DEBUG io.netty.buffer.PooledByteBufAllocator [main] -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
2021-07-31 17:07:38,290 DEBUG io.netty.buffer.ByteBufUtil [main] -Dio.netty.allocator.type: pooled
2021-07-31 17:07:38,290 DEBUG io.netty.buffer.ByteBufUtil [main] -Dio.netty.threadLocalDirectBufferSize: 0
2021-07-31 17:07:38,290 DEBUG io.netty.buffer.ByteBufUtil [main] -Dio.netty.maxThreadLocalCharBufferSize: 16384
2021-07-31 17:07:38,315 DEBUG reactor.netty.transport.ServerTransport [reactor-http-epoll-1] [id: 0xf2143a3e, L:/0.0.0.0:8080] Bound new server
2021-07-31 17:07:38,316 INFO org.springframework.boot.web.embedded.netty.NettyWebServer [main] Netty started on port 8080
2021-07-31 17:07:38,334 INFO edu.clubhouseapi.Application [main] Started Application in 2.839 seconds (JVM running for 3.505)
2021-07-31 17:12:09,887 DEBUG io.netty.buffer.AbstractByteBuf [reactor-http-epoll-2] -Dio.netty.buffer.checkAccessible:
true
2021-07-31 17:12:09,887 DEBUG io.netty.buffer.AbstractByteBuf [reactor-http-epoll-2] -Dio.netty.buffer.checkBounds: true2021-07-31 17:12:09,888 DEBUG io.netty.util.ResourceLeakDetectorFactory [reactor-http-epoll-2] Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@5429f0d5
2021-07-31 17:12:09,931 DEBUG reactor.netty.http.server.HttpServerOperations [reactor-http-epoll-2] [id: 0xc0c8cbdd, L:/172.17.0.2:8080 - R:/172.17.0.1:39784] New http connection, requesting read
2021-07-31 17:12:09,932 DEBUG reactor.netty.transport.TransportConfig [reactor-http-epoll-2] [id: 0xc0c8cbdd, L:/172.17.0.2:8080 - R:/172.17.0.1:39784] Initialized pipeline DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpServerCodec), (reactor.left.httpTrafficHandler = reactor.netty.http.server.HttpTrafficHandler), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)}
2021-07-31 17:12:09,940 DEBUG io.netty.util.Recycler [reactor-http-epoll-2] -Dio.netty.recycler.maxCapacityPerThread: 4096
2021-07-31 17:12:09,940 DEBUG io.netty.util.Recycler [reactor-http-epoll-2] -Dio.netty.recycler.maxSharedCapacityFactor: 2
2021-07-31 17:12:09,940 DEBUG io.netty.util.Recycler [reactor-http-epoll-2] -Dio.netty.recycler.linkCapacity: 16
2021-07-31 17:12:09,940 DEBUG io.netty.util.Recycler [reactor-http-epoll-2] -Dio.netty.recycler.ratio: 8
2021-07-31 17:12:09,940 DEBUG io.netty.util.Recycler [reactor-http-epoll-2] -Dio.netty.recycler.delayedQueue.ratio: 8
2021-07-31 17:12:09,971 DEBUG reactor.netty.http.server.HttpServerOperations [reactor-http-epoll-2] [id: 0xc0c8cbdd, L:/172.17.0.2:8080 - R:/172.17.0.1:39784] Increasing pending responses, now 1
2021-07-31 17:12:09,979 DEBUG reactor.netty.http.server.HttpServer [reactor-http-epoll-2] [id: 0xc0c8cbdd, L:/172.17.0.2:8080 - R:/172.17.0.1:39784] Handler is being applied: org.springframework.http.server.reactive.ReactorHttpHandlerAdapter@65628d6a
2021-07-31 17:12:10,150 DEBUG reactor.netty.http.server.HttpServerOperations [reactor-http-epoll-2] [id: 0xc0c8cbdd, L:/172.17.0.2:8080 - R:/172.17.0.1:39784] Last HTTP response frame
2021-07-31 17:12:10,150 DEBUG reactor.netty.http.server.HttpServerOperations [reactor-http-epoll-2] [id: 0xc0c8cbdd, L:/172.17.0.2:8080 - R:/172.17.0.1:39784] Decreasing pending responses, now 0
2021-07-31 17:12:10,151 DEBUG reactor.netty.http.server.HttpServerOperations [reactor-http-epoll-2] [id: 0xc0c8cbdd, L:/172.17.0.2:8080 - R:/172.17.0.1:39784] Last HTTP packet was sent, terminating the channel
2021-07-31 17:12:10,168 DEBUG reactor.netty.http.server.HttpServerOperations [reactor-http-epoll-2] [id: 0xc0c8cbdd, L:/172.17.0.2:8080 - R:/172.17.0.1:39784] Increasing pending responses, now 1
2021-07-31 17:12:10,169 DEBUG reactor.netty.http.server.HttpServer [reactor-http-epoll-2] [id: 0xc0c8cbdd, L:/172.17.0.2:8080 - R:/172.17.0.1:39784] Handler is being applied: org.springframework.http.server.reactive.ReactorHttpHandlerAdapter@65628d6a
2021-07-31 17:12:10,170 DEBUG reactor.netty.http.server.HttpServerOperations [reactor-http-epoll-3] [id: 0x29a47dc6, L:/172.17.0.2:8080 - R:/172.17.0.1:39788] New http connection, requesting read
2021-07-31 17:12:10,170 DEBUG reactor.netty.transport.TransportConfig [reactor-http-epoll-3] [id: 0x29a47dc6, L:/172.17.0.2:8080 - R:/172.17.0.1:39788] Initialized pipeline DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpServerCodec), (reactor.left.httpTrafficHandler = reactor.netty.http.server.HttpTrafficHandler), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)}
2021-07-31 17:12:10,179 DEBUG reactor.netty.http.server.HttpServerOperations [reactor-http-epoll-3] [id: 0x29a47dc6, L:/172.17.0.2:8080 - R:/172.17.0.1:39788] Increasing pending responses, now 1
2021-07-31 17:12:10,180 DEBUG reactor.netty.http.server.HttpServer [reactor-http-epoll-3] [id: 0x29a47dc6, L:/172.17.0.2:8080 - R:/172.17.0.1:39788] Handler is being applied: org.springframework.http.server.reactive.ReactorHttpHandlerAdapter@65628d6a
2021-07-31 17:12:10,197 DEBUG reactor.netty.http.server.HttpServerOperations [boundedElastic-1] [id: 0xc0c8cbdd, L:/172.17.0.2:8080 - R:/172.17.0.1:39784] Last HTTP response frame
2021-07-31 17:12:10,197 DEBUG reactor.netty.http.server.HttpServerOperations [boundedElastic-1] [id: 0xc0c8cbdd, L:/172.17.0.2:8080 - R:/172.17.0.1:39784] No sendHeaders() called before complete, sending zero-length header
2021-07-31 17:12:10,198 DEBUG reactor.netty.http.server.HttpServerOperations [reactor-http-epoll-2] [id: 0xc0c8cbdd, L:/172.17.0.2:8080 - R:/172.17.0.1:39784] Decreasing pending responses, now 0
2021-07-31 17:12:10,199 DEBUG reactor.netty.http.server.HttpServerOperations [reactor-http-epoll-2] [id: 0xc0c8cbdd, L:/172.17.0.2:8080 - R:/172.17.0.1:39784] Last HTTP packet was sent, terminating the channel
2021-07-31 17:12:10,321 DEBUG reactor.netty.http.server.HttpServerOperations [reactor-http-epoll-3] [id: 0x29a47dc6, L:/172.17.0.2:8080 - R:/172.17.0.1:39788] Last HTTP response frame
2021-07-31 17:12:10,322 DEBUG reactor.netty.http.server.HttpServerOperations [reactor-http-epoll-3] [id: 0x29a47dc6, L:/172.17.0.2:8080 - R:/172.17.0.1:39788] Decreasing pending responses, now 0
2021-07-31 17:12:10,322 DEBUG reactor.netty.http.server.HttpServerOperations [reactor-http-epoll-3] [id: 0x29a47dc6, L:/172.17.0.2:8080 - R:/172.17.0.1:39788] Last HTTP packet was sent, terminating the channel
2021-07-31 17:12:10,706 DEBUG reactor.netty.http.server.HttpServerOperations [reactor-http-epoll-2] [id: 0xc0c8cbdd, L:/172.17.0.2:8080 - R:/172.17.0.1:39784] Increasing pending responses, now 1
2021-07-31 17:12:10,707 DEBUG reactor.netty.http.server.HttpServerOperations [reactor-http-epoll-3] [id: 0x29a47dc6, L:/172.17.0.2:8080 - R:/172.17.0.1:39788] Increasing pending responses, now 1
2021-07-31 17:12:10,707 DEBUG reactor.netty.http.server.HttpServer [reactor-http-epoll-2] [id: 0xc0c8cbdd, L:/172.17.0.2:8080 - R:/172.17.0.1:39784] Handler is being applied: org.springframework.http.server.reactive.ReactorHttpHandlerAdapter@65628d6a
2021-07-31 17:12:10,707 DEBUG reactor.netty.http.server.HttpServer [reactor-http-epoll-3] [id: 0x29a47dc6, L:/172.17.0.2:8080 - R:/172.17.0.1:39788] Handler is being applied: org.springframework.http.server.reactive.ReactorHttpHandlerAdapter@65628d6a
2021-07-31 17:12:10,710 DEBUG reactor.netty.http.server.HttpServerOperations [boundedElastic-1] [id: 0x29a47dc6, L:/172.17.0.2:8080 - R:/172.17.0.1:39788] Last HTTP response frame
2021-07-31 17:12:10,710 DEBUG reactor.netty.http.server.HttpServerOperations [boundedElastic-2] [id: 0xc0c8cbdd, L:/172.17.0.2:8080 - R:/172.17.0.1:39784] Last HTTP response frame
2021-07-31 17:12:10,711 DEBUG reactor.netty.http.server.HttpServerOperations [boundedElastic-2] [id: 0xc0c8cbdd, L:/172.17.0.2:8080 - R:/172.17.0.1:39784] No sendHeaders() called before complete, sending zero-length header
2021-07-31 17:12:10,711 DEBUG reactor.netty.http.server.HttpServerOperations [boundedElastic-1] [id: 0x29a47dc6, L:/172.17.0.2:8080 - R:/172.17.0.1:39788] No sendHeaders() called before complete, sending zero-length header
2021-07-31 17:12:10,712 DEBUG reactor.netty.http.server.HttpServerOperations [reactor-http-epoll-3] [id: 0x29a47dc6, L:/172.17.0.2:8080 - R:/172.17.0.1:39788] Decreasing pending responses, now 0
2021-07-31 17:12:10,712 DEBUG reactor.netty.http.server.HttpServerOperations [reactor-http-epoll-2] [id: 0xc0c8cbdd, L:/172.17.0.2:8080 - R:/172.17.0.1:39784] Decreasing pending responses, now 0
2021-07-31 17:12:10,712 DEBUG reactor.netty.http.server.HttpServerOperations [reactor-http-epoll-3] [id: 0x29a47dc6, L:/172.17.0.2:8080 - R:/172.17.0.1:39788] Last HTTP packet was sent, terminating the channel
2021-07-31 17:12:10,712 DEBUG reactor.netty.http.server.HttpServerOperations [reactor-http-epoll-2] [id: 0xc0c8cbdd, L:/172.17.0.2:8080 - R:/172.17.0.1:39784] Last HTTP packet was sent, terminating the channel
@mtb0x1 mtb0x1 closed this as completed Sep 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant