Caused by: javax.net.ssl.SSLHandshakeException: (handshake_failure)
日志:1Panel-halo-8U7D | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:565) ~[spring-beans-7.0.7.jar:7.0.7]
1Panel-halo-8U7D | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:525) ~[spring-beans-7.0.7.jar:7.0.7]
1Panel-halo-8U7D | at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:333) ~[spring-beans-7.0.7.jar:7.0.7]
1Panel-halo-8U7D | at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:371) ~[spring-beans-7.0.7.jar:7.0.7]
1Panel-halo-8U7D | at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:331) ~[spring-beans-7.0.7.jar:7.0.7]
1Panel-halo-8U7D | at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:196) ~[spring-beans-7.0.7.jar:7.0.7]
1Panel-halo-8U7D | at org.springframework.beans.factory.support.DefaultListableBeanFactory.instantiateSingleton(DefaultListableBeanFactory.java:1218) ~[spring-beans-7.0.7.jar:7.0.7]
1Panel-halo-8U7D | at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingleton(DefaultListableBeanFactory.java:1184) ~[spring-beans-7.0.7.jar:7.0.7]
1Panel-halo-8U7D | at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:1121) ~[spring-beans-7.0.7.jar:7.0.7]
1Panel-halo-8U7D | at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:994) ~[spring-context-7.0.7.jar:7.0.7]
1Panel-halo-8U7D | at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:621) ~[spring-context-7.0.7.jar:7.0.7]
1Panel-halo-8U7D | at org.springframework.boot.web.server.reactive.context.ReactiveWebServerApplicationContext.refresh(ReactiveWebServerApplicationContext.java:69) ~[spring-boot-web-server-4.1.0-RC1.jar:4.1.0-RC1]
1Panel-halo-8U7D | at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:756) ~[spring-boot-4.1.0-RC1.jar:4.1.0-RC1]
1Panel-halo-8U7D | at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:445) ~[spring-boot-4.1.0-RC1.jar:4.1.0-RC1]
1Panel-halo-8U7D | at org.springframework.boot.SpringApplication.run(SpringApplication.java:321) ~[spring-boot-4.1.0-RC1.jar:4.1.0-RC1]
1Panel-halo-8U7D | at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:154) ~[spring-boot-4.1.0-RC1.jar:4.1.0-RC1]
1Panel-halo-8U7D | at run.halo.app.Application.main(Application.java:27) ~[application.jar:2.24.2]
1Panel-halo-8U7D | Caused by: org.springframework.dao.DataAccessResourceFailureException: Failed to obtain R2DBC Connection
1Panel-halo-8U7D | at org.springframework.r2dbc.connection.ConnectionFactoryUtils.lambda$getConnection$0(ConnectionFactoryUtils.java:102) ~[spring-r2dbc-7.0.7.jar:7.0.7]
1Panel-halo-8U7D | at reactor.core.publisher.Mono.lambda$onErrorMap$1(Mono.java:3855) ~[reactor-core-3.8.5.jar:3.8.5]
1Panel-halo-8U7D | at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:95) ~[reactor-core-3.8.5.jar:3.8.5]
1Panel-halo-8U7D | ... 70 common frames omitted
1Panel-halo-8U7D | Caused by: io.asyncer.r2dbc.mysql.client.MySqlConnectionException
1Panel-halo-8U7D | at io.asyncer.r2dbc.mysql.client.ClientExceptions.wrap(ClientExceptions.java:48) ~[r2dbc-mysql-1.4.1.jar:1.4.1]
1Panel-halo-8U7D | ... 33 common frames omitted
1Panel-halo-8U7D | Caused by: javax.net.ssl.SSLHandshakeException: (handshake_failure) Received fatal alert: handshake_failure
1Panel-halo-8U7D | at java.base/sun.security.ssl.Alert.createSSLException(Unknown Source) ~[na:na]
1Panel-halo-8U7D | at java.base/sun.security.ssl.Alert.createSSLException(Unknown Source) ~[na:na]
1Panel-halo-8U7D | at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source) ~[na:na]
1Panel-halo-8U7D | at java.base/sun.security.ssl.Alert$AlertConsumer.consume(Unknown Source) ~[na:na]
1Panel-halo-8U7D | at java.base/sun.security.ssl.TransportContext.dispatch(Unknown Source) ~[na:na]
1Panel-halo-8U7D | at java.base/sun.security.ssl.SSLTransport.decode(Unknown Source) ~[na:na]
1Panel-halo-8U7D | at java.base/sun.security.ssl.SSLEngineImpl.decode(Unknown Source) ~[na:na]
1Panel-halo-8U7D | at java.base/sun.security.ssl.SSLEngineImpl.readRecord(Unknown Source) ~[na:na]
1Panel-halo-8U7D | at java.base/sun.security.ssl.SSLEngineImpl.unwrap(Unknown Source) ~[na:na]
1Panel-halo-8U7D | at java.base/sun.security.ssl.SSLEngineImpl.unwrap(Unknown Source) ~[na:na]
1Panel-halo-8U7D | at java.base/javax.net.ssl.SSLEngine.unwrap(Unknown Source) ~[na:na]
1Panel-halo-8U7D | at io.netty.handler.ssl.SslHandler$SslEngineType$3.unwrap(SslHandler.java:306) ~[netty-handler-4.2.12.Final.jar:4.2.12.Final]
1Panel-halo-8U7D | at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1493) ~[netty-handler-4.2.12.Final.jar:4.2.12.Final]
1Panel-halo-8U7D | at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1384) ~[netty-handler-4.2.12.Final.jar:4.2.12.Final]
1Panel-halo-8U7D | ... 18 common frames omitted
1Panel-halo-8U7D |
1Panel-halo-8U7D | 2026-05-12T07:29:23.161+08:00 WARN 1 --- [tor-tcp-epoll-4] i.a.r.mysql.client.ReactorNettyClient : Connection unexpectedly closed
1Panel-halo-8U7D | 2026-05-12T07:29:23.162+08:00 ERROR 1 --- [tor-tcp-epoll-4] reactor.core.publisher.Operators : Operator called default onErrorDropped
1Panel-halo-8U7D |
1Panel-halo-8U7D | io.asyncer.r2dbc.mysql.client.MySqlConnectionClosedException: Connection unexpectedly closed
1Panel-halo-8U7D | at io.asyncer.r2dbc.mysql.client.ClientExceptions.unexpectedClosed(ClientExceptions.java:32) ~[r2dbc-mysql-1.4.1.jar:1.4.1]
1Panel-halo-8U7D | at io.asyncer.r2dbc.mysql.client.ReactorNettyClient.handleClose(ReactorNettyClient.java:321) ~[r2dbc-mysql-1.4.1.jar:1.4.1]
1Panel-halo-8U7D | at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:268) ~[reactor-core-3.8.5.jar:3.8.5]
1Panel-halo-8U7D | at reactor.core.publisher.Operators$MultiSubscriptionSubscriber.onComplete(Operators.java:2225) ~[reactor-core-3.8.5.jar:3.8.5]
1Panel-halo-8U7D | at reactor.core.publisher.FluxConcatMapNoPrefetch$FluxConcatMapNoPrefetchSubscriber.onComplete(FluxConcatMapNoPrefetch.java:240) ~[reactor-core-3.8.5.jar:3.8.5]
1Panel-halo-8U7D | at reactor.core.publisher.SinkManyUnicast.checkTerminated(SinkManyUnicast.java:395) ~[reactor-core-3.8.5.jar:3.8.5]
1Panel-halo-8U7D | at reactor.core.publisher.SinkManyUnicast.drainRegular(SinkManyUnicast.java:280) ~[reactor-core-3.8.5.jar:3.8.5]
1Panel-halo-8U7D | at reactor.core.publisher.SinkManyUnicast.drain(SinkManyUnicast.java:370) ~[reactor-core-3.8.5.jar:3.8.5]
1Panel-halo-8U7D | at reactor.core.publisher.SinkManyUnicast.tryEmitComplete(SinkManyUnicast.java:209) ~[reactor-core-3.8.5.jar:3.8.5]
1Panel-halo-8U7D | at reactor.core.publisher.SinkManySerialized.tryEmitComplete(SinkManySerialized.java:64) ~[reactor-core-3.8.5.jar:3.8.5]
1Panel-halo-8U7D | at reactor.core.publisher.InternalManySink.emitComplete(InternalManySink.java:68) ~[reactor-core-3.8.5.jar:3.8.5]
1Panel-halo-8U7D | at io.asyncer.r2dbc.mysql.client.ReactorNettyClient.resumeError(ReactorNettyClient.java:292) ~[r2dbc-mysql-1.4.1.jar:1.4.1]
1Panel-halo-8U7D | at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:95) ~[reactor-core-3.8.5.jar:3.8.5]
1Panel-halo-8U7D | at reactor.core.publisher.FluxPeek$PeekSubscriber.onError(FluxPeek.java:225) ~[reactor-core-3.8.5.jar:3.8.5]
1Panel-halo-8U7D | at reactor.netty.channel.FluxReceive.terminateReceiver(FluxReceive.java:484) ~[reactor-netty-core-1.3.5.jar:1.3.5]
1Panel-halo-8U7D | at reactor.netty.channel.FluxReceive.drainReceiver(FluxReceive.java:277) ~[reactor-netty-core-1.3.5.jar:1.3.5]
1Panel-halo-8U7D | at reactor.netty.channel.FluxReceive.onInboundError(FluxReceive.java:472) ~[reactor-netty-core-1.3.5.jar:1.3.5]
1Panel-halo-8U7D | at reactor.netty.channel.ChannelOperations.onInboundError(ChannelOperations.java:538) ~[reactor-netty-core-1.3.5.jar:1.3.5]
1Panel-halo-8U7D | at reactor.netty.channel.ChannelOperationsHandler.exceptionCaught(ChannelOperationsHandler.java:153) ~[reactor-netty-core-1.3.5.jar:1.3.5]
1Panel-halo-8U7D | at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:290) ~[netty-transport-4.2.12.Final.jar:4.2.12.Final]
1Panel-halo-8U7D | at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:272) ~[netty-transport-4.2.12.Final.jar:4.2.12.Final]
1Panel-halo-8U7D | at io.asyncer.r2dbc.mysql.client.SslBridgeHandler.handleSslCompleted(SslBridgeHandler.java:116) ~[r2dbc-mysql-1.4.1.jar:1.4.1]
1Panel-halo-8U7D | at io.asyncer.r2dbc.mysql.client.SslBridgeHandler.userEventTriggered(SslBridgeHandler.java:108) ~[r2dbc-mysql-1.4.1.jar:1.4.1]
1Panel-halo-8U7D | at io.netty.channel.AbstractChannelHandlerContext.fireUserEventTriggered(AbstractChannelHandlerContext.java:324) ~[netty-transport-4.2.12.Final.jar:4.2.12.Final]
1Panel-halo-8U7D | at io.netty.handler.ssl.SslHandler.handleUnwrapThrowable(SslHandler.java:1410) ~[netty-handler-4.2.12.Final.jar:4.2.12.Final]
1Panel-halo-8U7D | at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1391) ~[netty-handler-4.2.12.Final.jar:4.2.12.Final]
1Panel-halo-8U7D | at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1435) ~[netty-handler-4.2.12.Final.jar:4.2.12.Final]
1Panel-halo-8U7D | at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:545) ~[netty-codec-base-4.2.12.Final.jar:4.2.12.Final]
1Panel-halo-8U7D | at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:484) ~[netty-codec-base-4.2.12.Final.jar:4.2.12.Final]
1Panel-halo-8U7D | at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:296) ~[netty-codec-base-4.2.12.Final.jar:4.2.12.Final]
1Panel-halo-8U7D | at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) ~[netty-transport-4.2.12.Final.jar:4.2.12.Final]
1Panel-halo-8U7D | at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1429) ~[netty-transport-4.2.12.Final.jar:4.2.12.Final]
1Panel-halo-8U7D | at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:918) ~[netty-transport-4.2.12.Final.jar:4.2.12.Final]
1Panel-halo-8U7D | at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:804) ~[netty-transport-classes-epoll-4.2.12.Final.jar:4.2.12.Final]
1Panel-halo-8U7D | at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.handle(AbstractEpollChannel.java:487) ~[netty-transport-classes-epoll-4.2.12.Final.jar:4.2.12.Final]
1Panel-halo-8U7D | at io.netty.channel.epoll.EpollIoHandler$DefaultEpollIoRegistration.handle(EpollIoHandler.java:337) ~[netty-transport-classes-epoll-4.2.12.Final.jar:4.2.12.Final]
1Panel-halo-8U7D | at io.netty.channel.epoll.EpollIoHandler.processReady(EpollIoHandler.java:534) ~[netty-transport-classes-epoll-4.2.12.Final.jar:4.2.12.Final]
1Panel-halo-8U7D | at io.netty.channel.epoll.EpollIoHandler.run(EpollIoHandler.java:479) ~[netty-transport-classes-epoll-4.2.12.Final.jar:4.2.12.Final]
1Panel-halo-8U7D | at io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:225) ~[netty-transport-4.2.12.Final.jar:4.2.12.Final]
1Panel-halo-8U7D | at io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:196) ~[netty-transport-4.2.12.Final.jar:4.2.12.Final]
1Panel-halo-8U7D | at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1195) ~[netty-common-4.2.12.Final.jar:4.2.12.Final]
1Panel-halo-8U7D | at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.2.12.Final.jar:4.2.12.Final]
1Panel-halo-8U7D | at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.2.12.Final.jar:4.2.12.Final]
1Panel-halo-8U7D | at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
1Panel-halo-8U7D |
1Panel-halo-8U7D | 07:29:26,991 |-WARN in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@1099855928 - 'maxHistory' is not set, ignoring 'totalSizeCap' option with value [1 GB]
1Panel-halo-8U7D |
1Panel-halo-8U7D | __ __ __
1Panel-halo-8U7D | / / / /___ / /__
1Panel-halo-8U7D | / // / __ `/ / __ \
1Panel-halo-8U7D | / __ / // / / // /
1Panel-halo-8U7D | // //_,//____/
1Panel-halo-8U7D |
1Panel-halo-8U7D | Version: 2.24.2