1Panel-halo-LYhQ | 2026-05-15T16:28:47.818+08:00 INFO 7 --- [ main] r.h.a.search.lucene.LuceneSearchEngine : Initialized lucene search engine
1Panel-halo-LYhQ | 2026-05-15T16:28:48.871+08:00 INFO 7 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 33 endpoints beneath base path '/actuator'
1Panel-halo-LYhQ | 2026-05-15T16:28:49.591+08:00 WARN 7 --- [ main] onfigReactiveWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'r2dbcScriptDatabaseInitializer' defined in class path resource [org/springframework/boot/autoconfigure/sql/init/R2dbcInitializationConfiguration.class]: Failed to execute database script
1Panel-halo-LYhQ | 2026-05-15T16:28:49.597+08:00 INFO 7 --- [ main] r.h.a.search.lucene.LuceneSearchEngine : Destroyed lucene search engine
1Panel-halo-LYhQ | 2026-05-15T16:28:49.657+08:00 INFO 7 --- [ main] .s.b.a.l.ConditionEvaluationReportLogger :
1Panel-halo-LYhQ |
1Panel-halo-LYhQ | Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
1Panel-halo-LYhQ | 2026-05-15T16:28:49.680+08:00 ERROR 7 --- [ main] o.s.boot.SpringApplication : Application run failed
1Panel-halo-LYhQ |
1Panel-halo-LYhQ | org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'r2dbcScriptDatabaseInitializer' defined in class path resource [org/springframework/boot/autoconfigure/sql/init/R2dbcInitializationConfiguration.class]: Failed to execute database script
1Panel-halo-LYhQ | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1826) ~[spring-beans-6.2.11.jar:6.2.11]
1Panel-halo-LYhQ | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:607) ~[spring-beans-6.2.11.jar:6.2.11]
1Panel-halo-LYhQ | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:529) ~[spring-beans-6.2.11.jar:6.2.11]
1Panel-halo-LYhQ | at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:339) ~[spring-beans-6.2.11.jar:6.2.11]
1Panel-halo-LYhQ | at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:373) ~[spring-beans-6.2.11.jar:6.2.11]
1Panel-halo-LYhQ | at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:337) ~[spring-beans-6.2.11.jar:6.2.11]
1Panel-halo-LYhQ | at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-6.2.11.jar:6.2.11]
1Panel-halo-LYhQ | at org.springframework.beans.factory.support.DefaultListableBeanFactory.instantiateSingleton(DefaultListableBeanFactory.java:1221) ~[spring-beans-6.2.11.jar:6.2.11]
1Panel-halo-LYhQ | at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingleton(DefaultListableBeanFactory.java:1187) ~[spring-beans-6.2.11.jar:6.2.11]
1Panel-halo-LYhQ | at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:1123) ~[spring-beans-6.2.11.jar:6.2.11]
1Panel-halo-LYhQ | at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:987) ~[spring-context-6.2.11.jar:6.2.11]
1Panel-halo-LYhQ | at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:627) ~[spring-context-6.2.11.jar:6.2.11]
1Panel-halo-LYhQ | at org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext.refresh(ReactiveWebServerApplicationContext.java:66) ~[spring-boot-3.5.6.jar:3.5.6]
1Panel-halo-LYhQ | at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752) ~[spring-boot-3.5.6.jar:3.5.6]
1Panel-halo-LYhQ | at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:439) ~[spring-boot-3.5.6.jar:3.5.6]
1Panel-halo-LYhQ | at org.springframework.boot.SpringApplication.run(SpringApplication.java:318) ~[spring-boot-3.5.6.jar:3.5.6]
1Panel-halo-LYhQ | at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:149) ~[spring-boot-3.5.6.jar:3.5.6]
1Panel-halo-LYhQ | at run.halo.app.Application.main(Application.java:27) ~[classes/:2.21.10]
1Panel-halo-LYhQ | at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source) ~[na:na]
1Panel-halo-LYhQ | at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
1Panel-halo-LYhQ | at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:102) ~[application/:na]
1Panel-halo-LYhQ | at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:64) ~[application/:na]
1Panel-halo-LYhQ | at org.springframework.boot.loader.launch.JarLauncher.main(JarLauncher.java:40) ~[application/:na]
1Panel-halo-LYhQ | Caused by: org.springframework.r2dbc.connection.init.UncategorizedScriptException: Failed to execute database script
1Panel-halo-LYhQ | at org.springframework.r2dbc.connection.init.DatabasePopulator.lambda$populate$4(DatabasePopulator.java:65) ~[spring-r2dbc-6.2.11.jar:6.2.11]
1Panel-halo-LYhQ | at reactor.core.publisher.Mono.lambda$onErrorMap$28(Mono.java:3848) ~[reactor-core-3.7.11.jar:3.7.11]
1Panel-halo-LYhQ | at reactor.core.publisher.Mono.lambda$onErrorResume$30(Mono.java:3938) ~[reactor-core-3.7.11.jar:3.7.11]
1Panel-halo-LYhQ | at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:94) ~[reactor-core-3.7.11.jar:3.7.11]
1Panel-halo-LYhQ | at reactor.core.publisher.MonoUsingWhen$ResourceSubscriber.onError(MonoUsingWhen.java:203) ~[reactor-core-3.7.11.jar:3.7.11]
1Panel-halo-LYhQ | at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:106) ~[reactor-core-3.7.11.jar:3.7.11]
1Panel-halo-LYhQ | at reactor.core.publisher.Operators.error(Operators.java:198) ~[reactor-core-3.7.11.jar:3.7.11]
1Panel-halo-LYhQ | at reactor.core.publisher.MonoError.subscribe(MonoError.java:53) ~[reactor-core-3.7.11.jar:3.7.11]
1Panel-halo-LYhQ | at reactor.core.publisher.Mono.subscribe(Mono.java:4576) ~[reactor-core-3.7.11.jar:3.7.11]
1Panel-halo-LYhQ | at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:103) ~[reactor-core-3.7.11.jar:3.7.11]
1Panel-halo-LYhQ | at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:106) ~[reactor-core-3.7.11.jar:3.7.11]
1Panel-halo-LYhQ | at reactor.core.publisher.FluxRetry$RetrySubscriber.onError(FluxRetry.java:96) ~[reactor-core-3.7.11.jar:3.7.11]
1Panel-halo-LYhQ | at reactor.core.publisher.MonoFlatMap$FlatMapMain.onError(MonoFlatMap.java:180) ~[reactor-core-3.7.11.jar:3.7.11]
1Panel-halo-LYhQ | at reactor.pool.AbstractPool$Borrower.fail(AbstractPool.java:479) ~[reactor-pool-1.1.4.jar:1.1.4]
1Panel-halo-LYhQ | at reactor.pool.SimpleDequePool.lambda$drainLoop$9(SimpleDequePool.java:443) ~[reactor-pool-1.1.4.jar:1.1.4]
1Panel-halo-LYhQ | at reactor.core.publisher.FluxDoOnEach$DoOnEachSubscriber.onError(FluxDoOnEach.java:186) ~[reactor-core-3.7.11.jar:3.7.11]
1Panel-halo-LYhQ | at reactor.core.publisher.MonoSubscribeOn$SubscribeOnSubscriber.onError(MonoSubscribeOn.java:152) ~[reactor-core-3.7.11.jar:3.7.11]
1Panel-halo-LYhQ | at reactor.core.publisher.MonoFlatMap$FlatMapMain.onError(MonoFlatMap.java:180) ~[reactor-core-3.7.11.jar:3.7.11]
1Panel-halo-LYhQ | at reactor.core.publisher.FluxHide$SuppressFuseableSubscriber.onError(FluxHide.java:142) ~[reactor-core-3.7.11.jar:3.7.11]
1Panel-halo-LYhQ | at reactor.core.publisher.FluxMap$MapSubscriber.onError(FluxMap.java:134) ~[reactor-core-3.7.11.jar:3.7.11]
1Panel-halo-LYhQ | at reactor.core.publisher.MonoCreate$DefaultMonoSink.error(MonoCreate.java:205) ~[reactor-core-3.7.11.jar:3.7.11]
1Panel-halo-LYhQ | at reactor.netty.resources.NewConnectionProvider$DisposableConnect.onError(NewConnectionProvider.java:156) ~[reactor-netty-core-1.2.10.jar:1.2.10]
1Panel-halo-LYhQ | at reactor.core.publisher.MonoFlatMap$FlatMapMain.secondError(MonoFlatMap.java:241) ~[reactor-core-3.7.11.jar:3.7.11]
1Panel-halo-LYhQ | at reactor.core.publisher.MonoFlatMap$FlatMapInner.onError(MonoFlatMap.java:315) ~[reactor-core-3.7.11.jar:3.7.11]
1Panel-halo-LYhQ | at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:106) ~[reactor-core-3.7.11.jar:3.7.11]
1Panel-halo-LYhQ | at reactor.core.publisher.Operators.error(Operators.java:198) ~[reactor-core-3.7.11.jar:3.7.11]
1Panel-halo-LYhQ | at reactor.core.publisher.MonoError.subscribe(MonoError.java:53) ~[reactor-core-3.7.11.jar:3.7.11]
1Panel-halo-LYhQ | at reactor.core.publisher.Mono.subscribe(Mono.java:4576) ~[reactor-core-3.7.11.jar:3.7.11]
1Panel-halo-LYhQ | at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:103) ~[reactor-core-3.7.11.jar:3.7.11]
1Panel-halo-LYhQ | at reactor.netty.transport.TransportConnector$MonoChannelPromise.tryFailure(TransportConnector.java:600) ~[reactor-netty-core-1.2.10.jar:1.2.10]
1Panel-halo-LYhQ | at reactor.netty.transport.TransportConnector$MonoChannelPromise.setFailure(TransportConnector.java:546) ~[reactor-netty-core-1.2.10.jar:1.2.10]
1Panel-halo-LYhQ | at reactor.netty.transport.TransportConnector.lambda$doConnect$7(TransportConnector.java:262) ~[reactor-netty-core-1.2.10.jar:1.2.10]
1Panel-halo-LYhQ | at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:603) ~[netty-common-4.1.127.Final.jar:4.1.127.Final]
1Panel-halo-LYhQ | at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:596) ~[netty-common-4.1.127.Final.jar:4.1.127.Final]
1Panel-halo-LYhQ | at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:572) ~[netty-common-4.1.127.Final.jar:4.1.127.Final]
1Panel-halo-LYhQ | at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:505) ~[netty-common-4.1.127.Final.jar:4.1.127.Final]
1Panel-halo-LYhQ | at io.netty.util.concurrent.DefaultPromise.setValue0(DefaultPromise.java:649) ~[netty-common-4.1.127.Final.jar:4.1.127.Final]
1Panel-halo-LYhQ | at io.netty.util.concurrent.DefaultPromise.setFailure0(DefaultPromise.java:642) ~[netty-common-4.1.127.Final.jar:4.1.127.Final]
1Panel-halo-LYhQ | at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:131) ~[netty-common-4.1.127.Final.jar:4.1.127.Final]
1Panel-halo-LYhQ | at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.fulfillConnectPromise(AbstractEpollChannel.java:679) ~[netty-transport-classes-epoll-4.1.127.Final.jar:4.1.127.Final]
1Panel-halo-LYhQ | at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.finishConnect(AbstractEpollChannel.java:698) ~[netty-transport-classes-epoll-4.1.127.Final.jar:4.1.127.Final]
1Panel-halo-LYhQ | at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:567) ~[netty-transport-classes-epoll-4.1.127.Final.jar:4.1.127.Final]
1Panel-halo-LYhQ | at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:491) ~[netty-transport-classes-epoll-4.1.127.Final.jar:4.1.127.Final]
1Panel-halo-LYhQ | at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:399) ~[netty-transport-classes-epoll-4.1.127.Final.jar:4.1.127.Final]
1Panel-halo-LYhQ | at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998) ~[netty-common-4.1.127.Final.jar:4.1.127.Final]
1Panel-halo-LYhQ | at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.127.Final.jar:4.1.127.Final]
1Panel-halo-LYhQ | at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.127.Final.jar:4.1.127.Final]
1Panel-halo-LYhQ | at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
1Panel-halo-LYhQ | Suppressed: java.lang.Exception: #block terminated with an error
1Panel-halo-LYhQ | at reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:104) ~[reactor-core-3.7.11.jar:3.7.11]
1Panel-halo-LYhQ | at reactor.core.publisher.Mono.block(Mono.java:1779) ~[reactor-core-3.7.11.jar:3.7.11]
1Panel-halo-LYhQ | at org.springframework.boot.r2dbc.init.R2dbcScriptDatabaseInitializer.runScripts(R2dbcScriptDatabaseInitializer.java:68) ~[spring-boot-3.5.6.jar:3.5.6]
1Panel-halo-LYhQ | at org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.runScripts(AbstractScriptDatabaseInitializer.java:146) ~[spring-boot-3.5.6.jar:3.5.6]
1Panel-halo-LYhQ | at org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.applyScripts(AbstractScriptDatabaseInitializer.java:108) ~[spring-boot-3.5.6.jar:3.5.6]
1Panel-halo-LYhQ | at org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.applySchemaScripts(AbstractScriptDatabaseInitializer.java:98) ~[spring-boot-3.5.6.jar:3.5.6]
1Panel-halo-LYhQ | at org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.initializeDatabase(AbstractScriptDatabaseInitializer.java:76) ~[spring-boot-3.5.6.jar:3.5.6]
1Panel-halo-LYhQ | at org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.afterPropertiesSet(AbstractScriptDatabaseInitializer.java:66) ~[spring-boot-3.5.6.jar:3.5.6]
1Panel-halo-LYhQ | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1873) ~[spring-beans-6.2.11.jar:6.2.11]
1Panel-halo-LYhQ | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1822) ~[spring-beans-6.2.11.jar:6.2.11]
1Panel-halo-LYhQ | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:607) ~[spring-beans-6.2.11.jar:6.2.11]
1Panel-halo-LYhQ | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:529) ~[spring-beans-6.2.11.jar:6.2.11]
1Panel-halo-LYhQ | at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:339) ~[spring-beans-6.2.11.jar:6.2.11]
1Panel-halo-LYhQ | at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:373) ~[spring-beans-6.2.11.jar:6.2.11]
1Panel-halo-LYhQ | at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:337) ~[spring-beans-6.2.11.jar:6.2.11]
1Panel-halo-LYhQ | at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-6.2.11.jar:6.2.11]
1Panel-halo-LYhQ | at org.springframework.beans.factory.support.DefaultListableBeanFactory.instantiateSingleton(DefaultListableBeanFactory.java:1221) ~[spring-beans-6.2.11.jar:6.2.11]
1Panel-halo-LYhQ | at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingleton(DefaultListableBeanFactory.java:1187) ~[spring-beans-6.2.11.jar:6.2.11]
1Panel-halo-LYhQ | at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:1123) ~[spring-beans-6.2.11.jar:6.2.11]
1Panel-halo-LYhQ | at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:987) ~[spring-context-6.2.11.jar:6.2.11]
1Panel-halo-LYhQ | at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:627) ~[spring-context-6.2.11.jar:6.2.11]
1Panel-halo-LYhQ | at org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext.refresh(ReactiveWebServerApplicationContext.java:66) ~[spring-boot-3.5.6.jar:3.5.6]
1Panel-halo-LYhQ | at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752) ~[spring-boot-3.5.6.jar:3.5.6]
1Panel-halo-LYhQ | at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:439) ~[spring-boot-3.5.6.jar:3.5.6]
1Panel-halo-LYhQ | at org.springframework.boot.SpringApplication.run(SpringApplication.java:318) ~[spring-boot-3.5.6.jar:3.5.6]
1Panel-halo-LYhQ | at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:149) ~[spring-boot-3.5.6.jar:3.5.6]
1Panel-halo-LYhQ | at run.halo.app.Application.main(Application.java:27) ~[classes/:2.21.10]
1Panel-halo-LYhQ | at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source) ~[na:na]
1Panel-halo-LYhQ | at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
1Panel-halo-LYhQ | at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:102) ~[application/:na]
1Panel-halo-LYhQ | at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:64) ~[application/:na]
1Panel-halo-LYhQ | at org.springframework.boot.loader.launch.JarLauncher.main(JarLauncher.java:40) ~[application/:na]
1Panel-halo-LYhQ | Caused by: org.springframework.dao.DataAccessResourceFailureException: Failed to obtain R2DBC Connection
1Panel-halo-LYhQ | at org.springframework.r2dbc.connection.ConnectionFactoryUtils.lambda$getConnection$0(ConnectionFactoryUtils.java:102) ~[spring-r2dbc-6.2.11.jar:6.2.11]
1Panel-halo-LYhQ | at reactor.core.publisher.Mono.lambda$onErrorMap$29(Mono.java:3862) ~[reactor-core-3.7.11.jar:3.7.11]
1Panel-halo-LYhQ | at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:94) ~[reactor-core-3.7.11.jar:3.7.11]
1Panel-halo-LYhQ | ... 38 common frames omitted
1Panel-halo-LYhQ | Caused by: io.netty.channel.AbstractChannel$AnnotatedNoRouteToHostException: null: mysql/172.18.0.2:3306
1Panel-halo-LYhQ | Caused by: java.net.NoRouteToHostException: null
1Panel-halo-LYhQ | at io.netty.channel.unix.Errors.newConnectException0(Errors.java:158) ~[netty-transport-native-unix-common-4.1.127.Final.jar:4.1.127.Final]
1Panel-halo-LYhQ | at io.netty.channel.unix.Errors.handleConnectErrno(Errors.java:131) ~[netty-transport-native-unix-common-4.1.127.Final.jar:4.1.127.Final]
1Panel-halo-LYhQ | at io.netty.channel.unix.Socket.finishConnect(Socket.java:359) ~[netty-transport-native-unix-common-4.1.127.Final.jar:4.1.127.Final]
1Panel-halo-LYhQ | at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.doFinishConnect(AbstractEpollChannel.java:715) ~[netty-transport-classes-epoll-4.1.127.Final.jar:4.1.127.Final]
1Panel-halo-LYhQ | at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.finishConnect(AbstractEpollChannel.java:692) ~[netty-transport-classes-epoll-4.1.127.Final.jar:4.1.127.Final]
1Panel-halo-LYhQ | at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:567) ~[netty-transport-classes-epoll-4.1.127.Final.jar:4.1.127.Final]
1Panel-halo-LYhQ | at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:491) ~[netty-transport-classes-epoll-4.1.127.Final.jar:4.1.127.Final]
1Panel-halo-LYhQ | at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:399) ~[netty-transport-classes-epoll-4.1.127.Final.jar:4.1.127.Final]
1Panel-halo-LYhQ | at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998) ~[netty-common-4.1.127.Final.jar:4.1.127.Final]
1Panel-halo-LYhQ | at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.127.Final.jar:4.1.127.Final]
1Panel-halo-LYhQ | at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.127.Final.jar:4.1.127.Final]
1Panel-halo-LYhQ | at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
1Panel-halo-LYhQ |
1Panel-halo-LYhQ | Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts
1Panel-halo-LYhQ | 16:28:51,241 |-WARN in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@1115102635 - 'maxHistory' is not set, ignoring 'totalSizeCap' option with value [1 GB]