用的unraid,数据库使用的MariaDB。
无法启动的日志记录信息如下
错误日志摘录:
`
Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
2024-04-27T18:08:19.999+08:00 ERROR 7 --- [main] o.s.boot.SpringApplication : Application run failed
java.lang.IllegalStateException: Timeout on blocking read for 60000000000 NANOSECONDS
at reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:129) ~[reactor-core-3.6.4.jar:3.6.4]
at reactor.core.publisher.Mono.block(Mono.java:1807) ~[reactor-core-3.6.4.jar:3.6.4]
at run.halo.app.infra.ExtensionResourceInitializer.onApplicationEvent(ExtensionResourceInitializer.java:87) ~[classes/:2.14.1]
at run.halo.app.infra.ExtensionResourceInitializer.onApplicationEvent(ExtensionResourceInitializer.java:31) ~[classes/:2.14.1]
at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:185) ~[spring-context-6.1.5.jar:6.1.5]
at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:178) ~[spring-context-6.1.5.jar:6.1.5]
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:156) ~[spring-context-6.1.5.jar:6.1.5]
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:451) ~[spring-context-6.1.5.jar:6.1.5]
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:384) ~[spring-context-6.1.5.jar:6.1.5]
at org.springframework.boot.context.event.EventPublishingRunListener.started(EventPublishingRunListener.java:103) ~[spring-boot-3.2.4.jar:3.2.4]
at org.springframework.boot.SpringApplicationRunListeners.lambda$started$5(SpringApplicationRunListeners.java:76) ~[spring-boot-3.2.4.jar:3.2.4]
at java.base/java.lang.Iterable.forEach(Unknown Source) ~[na:na]
at org.springframework.boot.SpringApplicationRunListeners.doWithListeners(SpringApplicationRunListeners.java:118) ~[spring-boot-3.2.4.jar:3.2.4]
at org.springframework.boot.SpringApplicationRunListeners.doWithListeners(SpringApplicationRunListeners.java:112) ~[spring-boot-3.2.4.jar:3.2.4]
at org.springframework.boot.SpringApplicationRunListeners.started(SpringApplicationRunListeners.java:76) ~[spring-boot-3.2.4.jar:3.2.4]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:340) ~[spring-boot-3.2.4.jar:3.2.4]
at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:149) ~[spring-boot-3.2.4.jar:3.2.4]
at run.halo.app.Application.main(Application.java:28) ~[classes/:2.14.1]
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source) ~[na:na]
at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:91) ~[application/:na]
at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:53) ~[application/:na]
at org.springframework.boot.loader.launch.JarLauncher.main(JarLauncher.java:58) ~[application/:na]
Caused by: java.util.concurrent.TimeoutException: Timeout on blocking read for 60000000000 NANOSECONDS
... 23 common frames omitted
以下为详细日志记录:
2024-04-27T18:07:09.287+08:00 INFO 7 --- [main] run.halo.app.Application : Starting Application v2.14.1 using Java 21.0.2 with PID 7 (/application/BOOT-INF/classes started by root in /application)
2024-04-27T18:07:09.289+08:00 INFO 7 --- [main] run.halo.app.Application : No active profile set, falling back to 1 default profile: "default"
2024-04-27T18:07:09.616+08:00 WARN 7 --- [main] o.s.c.a.AnnotationBeanNameGenerator : Support for convention-based stereotype names is deprecated and will be removed in a future version of the framework. Please annotate the 'value' attribute in @run.halo.app.theme.finders.Finder with @AliasFor(annotation=Component.class) to declare an explicit alias for @Component's 'value' attribute.
2024-04-27T18:07:11.205+08:00 INFO 7 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
2024-04-27T18:07:11.208+08:00 INFO 7 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data R2DBC repositories in DEFAULT mode.
2024-04-27T18:07:11.401+08:00 INFO 7 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 180 ms. Found 1 R2DBC repository interface.
2024-04-27T18:07:14.664+08:00 INFO 7 --- [main] org.pf4j.DefaultPluginStatusProvider : Enabled plugins: []
2024-04-27T18:07:14.666+08:00 INFO 7 --- [main] org.pf4j.DefaultPluginStatusProvider : Disabled plugins: [plugin-bilibili-bangumi]
2024-04-27T18:07:14.670+08:00 INFO 7 --- [main] org.pf4j.DefaultPluginManager : PF4J version 3.10.0 in 'deployment' mode
2024-04-27T18:07:15.154+08:00 INFO 7 --- [main] o.a.l.s.MemorySegmentIndexInputProvider : Using MemorySegmentIndexInput with Java 21; to disable start with -Dorg.apache.lucene.store.MMapDirectory.enableMemorySegments=false
2024-04-27T18:07:17.863+08:00 INFO 7 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 32 endpoint(s) beneath base path '/actuator'
2024-04-27T18:07:18.900+08:00 INFO 7 --- [main] o.s.b.web.embedded.netty.NettyWebServer : Netty started on port 8090
2024-04-27T18:07:18.901+08:00 INFO 7 --- [main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.metrics.VisitedEventReconciler
2024-04-27T18:07:18.906+08:00 INFO 7 --- [main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.content.TagPostCountUpdater
2024-04-27T18:07:18.906+08:00 INFO 7 --- [run.halo.app.metrics.VisitedEventReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.metrics.VisitedEventReconciler-worker-1 started
2024-04-27T18:07:18.907+08:00 INFO 7 --- [main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.search.post.PostEventReconciler
2024-04-27T18:07:18.908+08:00 INFO 7 --- [main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.metrics.VotedEventReconciler
2024-04-27T18:07:18.907+08:00 INFO 7 --- [run.halo.app.content.TagPostCountUpdater-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.content.TagPostCountUpdater-worker-1 started
2024-04-27T18:07:18.908+08:00 INFO 7 --- [run.halo.app.search.post.PostEventReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.search.post.PostEventReconciler-worker-1 started
2024-04-27T18:07:18.909+08:00 INFO 7 --- [run.halo.app.metrics.VotedEventReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.metrics.VotedEventReconciler-worker-1 started
2024-04-27T18:07:18.909+08:00 INFO 7 --- [main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.metrics.ReplyEventReconciler
2024-04-27T18:07:18.911+08:00 INFO 7 --- [main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.notification.DefaultNotificationSender
2024-04-27T18:07:18.911+08:00 INFO 7 --- [run.halo.app.metrics.ReplyEventReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.metrics.ReplyEventReconciler-worker-1 started
2024-04-27T18:07:18.912+08:00 INFO 7 --- [run.halo.app.notification.DefaultNotificationSender-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.notification.DefaultNotificationSender-worker-1 started
2024-04-27T18:07:18.913+08:00 INFO 7 --- [run.halo.app.notification.DefaultNotificationSender-t-2] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.notification.DefaultNotificationSender-worker-2 started
2024-04-27T18:07:18.914+08:00 INFO 7 --- [run.halo.app.notification.DefaultNotificationSender-t-3] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.notification.DefaultNotificationSender-worker-3 started
2024-04-27T18:07:18.916+08:00 INFO 7 --- [run.halo.app.notification.DefaultNotificationSender-t-5] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.notification.DefaultNotificationSender-worker-5 started
2024-04-27T18:07:18.917+08:00 INFO 7 --- [run.halo.app.notification.DefaultNotificationSender-t-4] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.notification.DefaultNotificationSender-worker-4 started
2024-04-27T18:07:18.959+08:00 INFO 7 --- [main] r.h.a.e.ReactiveExtensionClientImpl : Start building index for all extensions, please wait...
2024-04-27T18:07:18.978+08:00 INFO 7 --- [scheduling-1] r.h.a.s.a.login.impl.RsaKeyService : Generating RSA keys...
2024-04-27T18:07:19.191+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/roles, please wait...
2024-04-27T18:07:19.241+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/roles built successfully, cost 49 ms
2024-04-27T18:07:19.268+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/plugin.halo.run/plugins, please wait...
2024-04-27T18:07:19.269+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/plugin.halo.run/plugins built successfully, cost 1 ms
2024-04-27T18:07:19.279+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/plugin.halo.run/searchengines, please wait...
2024-04-27T18:07:19.280+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/plugin.halo.run/searchengines built successfully, cost 1 ms
2024-04-27T18:07:19.290+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/plugin.halo.run/extensionpointdefinitions, please wait...
2024-04-27T18:07:19.291+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/plugin.halo.run/extensionpointdefinitions built successfully, cost 1 ms
2024-04-27T18:07:19.296+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/plugin.halo.run/extensiondefinitions, please wait...
2024-04-27T18:07:19.297+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/plugin.halo.run/extensiondefinitions built successfully, cost 1 ms
2024-04-27T18:07:19.305+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/rolebindings, please wait...
2024-04-27T18:07:19.305+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/rolebindings built successfully, cost 0 ms
2024-04-27T18:07:19.319+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/users, please wait...
2024-04-27T18:07:19.322+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/users built successfully, cost 3 ms
2024-04-27T18:07:19.341+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/plugin.halo.run/reverseproxies, please wait...
2024-04-27T18:07:19.343+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/plugin.halo.run/reverseproxies built successfully, cost 2 ms
2024-04-27T18:07:19.368+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/settings, please wait...
2024-04-27T18:07:19.370+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/settings built successfully, cost 1 ms
2024-04-27T18:07:19.379+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/annotationsettings, please wait...
2024-04-27T18:07:19.380+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/annotationsettings built successfully, cost 1 ms
2024-04-27T18:07:19.397+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/configmaps, please wait...
2024-04-27T18:07:19.401+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/configmaps built successfully, cost 4 ms
2024-04-27T18:07:19.411+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/secrets, please wait...
2024-04-27T18:07:19.412+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/secrets built successfully, cost 1 ms
2024-04-27T18:07:19.424+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/theme.halo.run/themes, please wait...
2024-04-27T18:07:19.426+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/theme.halo.run/themes built successfully, cost 2 ms
2024-04-27T18:07:19.431+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/menus, please wait...
2024-04-27T18:07:19.432+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/menus built successfully, cost 1 ms
2024-04-27T18:07:19.445+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/menuitems, please wait...
2024-04-27T18:07:19.448+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/menuitems built successfully, cost 3 ms
2024-04-27T18:07:19.460+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/content.halo.run/posts, please wait...
2024-04-27T18:07:19.461+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/content.halo.run/posts built successfully, cost 1 ms
2024-04-27T18:07:19.468+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/content.halo.run/categories, please wait...
2024-04-27T18:07:19.473+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/content.halo.run/categories built successfully, cost 4 ms
2024-04-27T18:07:19.480+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/content.halo.run/tags, please wait...
2024-04-27T18:07:19.480+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/content.halo.run/tags built successfully, cost 0 ms
2024-04-27T18:07:19.498+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/content.halo.run/snapshots, please wait...
2024-04-27T18:07:19.500+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/content.halo.run/snapshots built successfully, cost 2 ms
2024-04-27T18:07:19.504+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/content.halo.run/comments, please wait...
2024-04-27T18:07:19.505+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/content.halo.run/comments built successfully, cost 1 ms
2024-04-27T18:07:19.509+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/content.halo.run/replies, please wait...
2024-04-27T18:07:19.510+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/content.halo.run/replies built successfully, cost 1 ms
2024-04-27T18:07:19.514+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/content.halo.run/singlepages, please wait...
2024-04-27T18:07:19.515+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/content.halo.run/singlepages built successfully, cost 1 ms
2024-04-27T18:07:19.524+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/storage.halo.run/groups, please wait...
2024-04-27T18:07:19.525+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/storage.halo.run/groups built successfully, cost 1 ms
2024-04-27T18:07:19.533+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/storage.halo.run/policies, please wait...
2024-04-27T18:07:19.533+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/storage.halo.run/policies built successfully, cost 1 ms
2024-04-27T18:07:19.545+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/storage.halo.run/attachments, please wait...
2024-04-27T18:07:19.547+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/storage.halo.run/attachments built successfully, cost 2 ms
2024-04-27T18:07:19.552+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/storage.halo.run/policytemplates, please wait...
2024-04-27T18:07:19.553+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/storage.halo.run/policytemplates built successfully, cost 1 ms
2024-04-27T18:07:19.562+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/metrics.halo.run/counters, please wait...
2024-04-27T18:07:19.562+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/metrics.halo.run/counters built successfully, cost 0 ms
2024-04-27T18:07:19.570+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/auth.halo.run/authproviders, please wait...
2024-04-27T18:07:19.570+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/auth.halo.run/authproviders built successfully, cost 0 ms
2024-04-27T18:07:19.578+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/auth.halo.run/userconnections, please wait...
2024-04-27T18:07:19.579+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/auth.halo.run/userconnections built successfully, cost 1 ms
2024-04-27T18:07:19.587+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/security.halo.run/personalaccesstokens, please wait...
2024-04-27T18:07:19.587+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/security.halo.run/personalaccesstokens built successfully, cost 0 ms
2024-04-27T18:07:19.594+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/migration.halo.run/backups, please wait...
2024-04-27T18:07:19.594+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/migration.halo.run/backups built successfully, cost 0 ms
2024-04-27T18:07:19.602+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/notification.halo.run/reasontypes, please wait...
2024-04-27T18:07:19.604+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/notification.halo.run/reasontypes built successfully, cost 2 ms
2024-04-27T18:07:19.610+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/notification.halo.run/reasons, please wait...
2024-04-27T18:07:19.610+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/notification.halo.run/reasons built successfully, cost 0 ms
2024-04-27T18:07:19.621+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/notification.halo.run/notificationtemplates, please wait...
2024-04-27T18:07:19.623+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/notification.halo.run/notificationtemplates built successfully, cost 2 ms
2024-04-27T18:07:19.629+08:00 INFO 7 --- [scheduling-1] r.h.a.s.a.login.impl.RsaKeyService : Generated RSA keys. Usage: 649 ms.
2024-04-27T18:07:19.634+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/notification.halo.run/subscriptions, please wait...
2024-04-27T18:07:19.638+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/notification.halo.run/subscriptions built successfully, cost 4 ms
2024-04-27T18:07:19.645+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/notification.halo.run/notifierDescriptors, please wait...
2024-04-27T18:07:19.646+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/notification.halo.run/notifierDescriptors built successfully, cost 1 ms
2024-04-27T18:07:19.653+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/notification.halo.run/notifications, please wait...
2024-04-27T18:07:19.653+08:00 INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/notification.halo.run/notifications built successfully, cost 0 ms
2024-04-27T18:07:19.654+08:00 INFO 7 --- [main] r.h.a.e.ReactiveExtensionClientImpl : Successfully built index in 695ms, Preparing to lunch application...
2024-04-27T18:07:19.655+08:00 INFO 7 --- [main] run.halo.app.Application : Started Application in 12.782 seconds (process running for 13.499)
2024-04-27T18:08:19.961+08:00 INFO 7 --- [main] .s.b.a.l.ConditionEvaluationReportLogger :
Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
2024-04-27T18:08:19.999+08:00 ERROR 7 --- [main] o.s.boot.SpringApplication : Application run failed
java.lang.IllegalStateException: Timeout on blocking read for 60000000000 NANOSECONDS
at reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:129) ~[reactor-core-3.6.4.jar:3.6.4]
at reactor.core.publisher.Mono.block(Mono.java:1807) ~[reactor-core-3.6.4.jar:3.6.4]
at run.halo.app.infra.ExtensionResourceInitializer.onApplicationEvent(ExtensionResourceInitializer.java:87) ~[classes/:2.14.1]
at run.halo.app.infra.ExtensionResourceInitializer.onApplicationEvent(ExtensionResourceInitializer.java:31) ~[classes/:2.14.1]
at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:185) ~[spring-context-6.1.5.jar:6.1.5]
at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:178) ~[spring-context-6.1.5.jar:6.1.5]
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:156) ~[spring-context-6.1.5.jar:6.1.5]
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:451) ~[spring-context-6.1.5.jar:6.1.5]
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:384) ~[spring-context-6.1.5.jar:6.1.5]
at org.springframework.boot.context.event.EventPublishingRunListener.started(EventPublishingRunListener.java:103) ~[spring-boot-3.2.4.jar:3.2.4]
at org.springframework.boot.SpringApplicationRunListeners.lambda$started$5(SpringApplicationRunListeners.java:76) ~[spring-boot-3.2.4.jar:3.2.4]
at java.base/java.lang.Iterable.forEach(Unknown Source) ~[na:na]
at org.springframework.boot.SpringApplicationRunListeners.doWithListeners(SpringApplicationRunListeners.java:118) ~[spring-boot-3.2.4.jar:3.2.4]
at org.springframework.boot.SpringApplicationRunListeners.doWithListeners(SpringApplicationRunListeners.java:112) ~[spring-boot-3.2.4.jar:3.2.4]
at org.springframework.boot.SpringApplicationRunListeners.started(SpringApplicationRunListeners.java:76) ~[spring-boot-3.2.4.jar:3.2.4]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:340) ~[spring-boot-3.2.4.jar:3.2.4]
at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:149) ~[spring-boot-3.2.4.jar:3.2.4]
at run.halo.app.Application.main(Application.java:28) ~[classes/:2.14.1]
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source) ~[na:na]
at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:91) ~[application/:na]
at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:53) ~[application/:na]
at org.springframework.boot.loader.launch.JarLauncher.main(JarLauncher.java:58) ~[application/:na]
Caused by: java.util.concurrent.TimeoutException: Timeout on blocking read for 60000000000 NANOSECONDS
... 23 common frames omitted
2024-04-27T18:08:20.012+08:00 INFO 7 --- [main] r.h.a.e.controller.DefaultController : Disposing controller run.halo.app.metrics.VisitedEventReconciler
2024-04-27T18:08:20.013+08:00 INFO 7 --- [run.halo.app.metrics.VisitedEventReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.metrics.VisitedEventReconciler-worker-1 interrupted
2024-04-27T18:08:20.013+08:00 INFO 7 --- [run.halo.app.metrics.VisitedEventReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.metrics.VisitedEventReconciler-worker-1 is stopped
2024-04-27T18:08:20.014+08:00 INFO 7 --- [main] r.h.a.e.controller.DefaultController : Controller run.halo.app.metrics.VisitedEventReconciler is disposed
2024-04-27T18:08:20.014+08:00 INFO 7 --- [main] r.h.a.e.controller.DefaultController : Disposing controller run.halo.app.content.TagPostCountUpdater
2024-04-27T18:08:20.015+08:00 INFO 7 --- [run.halo.app.content.TagPostCountUpdater-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.content.TagPostCountUpdater-worker-1 interrupted
2024-04-27T18:08:20.019+08:00 INFO 7 --- [run.halo.app.content.TagPostCountUpdater-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.content.TagPostCountUpdater-worker-1 is stopped
2024-04-27T18:08:20.019+08:00 INFO 7 --- [main] r.h.a.e.controller.DefaultController : Controller run.halo.app.content.TagPostCountUpdater is disposed
2024-04-27T18:08:20.020+08:00 INFO 7 --- [main] r.h.a.e.controller.DefaultController : Disposing controller run.halo.app.search.post.PostEventReconciler
2024-04-27T18:08:20.020+08:00 INFO 7 --- [run.halo.app.search.post.PostEventReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.search.post.PostEventReconciler-worker-1 interrupted
2024-04-27T18:08:20.021+08:00 INFO 7 --- [run.halo.app.search.post.PostEventReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.search.post.PostEventReconciler-worker-1 is stopped
2024-04-27T18:08:20.024+08:00 INFO 7 --- [main] r.h.a.e.controller.DefaultController : Controller run.halo.app.search.post.PostEventReconciler is disposed
2024-04-27T18:08:20.025+08:00 INFO 7 --- [main] r.h.a.e.controller.DefaultController : Disposing controller run.halo.app.metrics.VotedEventReconciler
2024-04-27T18:08:20.025+08:00 INFO 7 --- [run.halo.app.metrics.VotedEventReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.metrics.VotedEventReconciler-worker-1 interrupted
2024-04-27T18:08:20.025+08:00 INFO 7 --- [run.halo.app.metrics.VotedEventReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.metrics.VotedEventReconciler-worker-1 is stopped
2024-04-27T18:08:20.026+08:00 INFO 7 --- [main] r.h.a.e.controller.DefaultController : Controller run.halo.app.metrics.VotedEventReconciler is disposed
2024-04-27T18:08:20.026+08:00 INFO 7 --- [main] r.h.a.e.controller.DefaultController : Disposing controller run.halo.app.metrics.ReplyEventReconciler
2024-04-27T18:08:20.026+08:00 INFO 7 --- [run.halo.app.metrics.ReplyEventReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.metrics.ReplyEventReconciler-worker-1 interrupted
2024-04-27T18:08:20.026+08:00 INFO 7 --- [run.halo.app.metrics.ReplyEventReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.metrics.ReplyEventReconciler-worker-1 is stopped
2024-04-27T18:08:20.026+08:00 INFO 7 --- [main] r.h.a.e.controller.DefaultController : Controller run.halo.app.metrics.ReplyEventReconciler is disposed
2024-04-27T18:08:20.027+08:00 INFO 7 --- [main] r.h.a.e.controller.DefaultController : Disposing controller run.halo.app.notification.DefaultNotificationSender
2024-04-27T18:08:20.027+08:00 INFO 7 --- [run.halo.app.notification.DefaultNotificationSender-t-4] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.notification.DefaultNotificationSender-worker-4 interrupted
2024-04-27T18:08:20.027+08:00 INFO 7 --- [run.halo.app.notification.DefaultNotificationSender-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.notification.DefaultNotificationSender-worker-1 interrupted
2024-04-27T18:08:20.027+08:00 INFO 7 --- [run.halo.app.notification.DefaultNotificationSender-t-4] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.notification.DefaultNotificationSender-worker-4 is stopped
2024-04-27T18:08:20.027+08:00 INFO 7 --- [run.halo.app.notification.DefaultNotificationSender-t-5] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.notification.DefaultNotificationSender-worker-5 interrupted
2024-04-27T18:08:20.028+08:00 INFO 7 --- [run.halo.app.notification.DefaultNotificationSender-t-5] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.notification.DefaultNotificationSender-worker-5 is stopped
2024-04-27T18:08:20.027+08:00 INFO 7 --- [run.halo.app.notification.DefaultNotificationSender-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.notification.DefaultNotificationSender-worker-1 is stopped
2024-04-27T18:08:20.027+08:00 INFO 7 --- [run.halo.app.notification.DefaultNotificationSender-t-3] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.notification.DefaultNotificationSender-worker-3 interrupted
2024-04-27T18:08:20.027+08:00 INFO 7 --- [run.halo.app.notification.DefaultNotificationSender-t-2] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.notification.DefaultNotificationSender-worker-2 interrupted
2024-04-27T18:08:20.029+08:00 INFO 7 --- [run.halo.app.notification.DefaultNotificationSender-t-2] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.notification.DefaultNotificationSender-worker-2 is stopped
2024-04-27T18:08:20.029+08:00 INFO 7 --- [run.halo.app.notification.DefaultNotificationSender-t-3] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.notification.DefaultNotificationSender-worker-3 is stopped
2024-04-27T18:08:20.030+08:00 INFO 7 --- [main] r.h.a.e.controller.DefaultController : Controller run.halo.app.notification.DefaultNotificationSender is disposed
2024-04-27T18:08:22.073+08:00 INFO 7 --- [main] r.h.a.e.c.DefaultControllerManager : Shutting down 0 controllers...
2024-04-27T18:08:22.075+08:00 INFO 7 --- [main] r.h.a.e.c.DefaultControllerManager : Shutdown 0 controllers.
2024-04-27T18:08:22.077+08:00 INFO 7 --- [main] r.h.a.e.controller.DefaultController : Disposing controller garbage-collector-controller
2024-04-27T18:08:22.078+08:00 INFO 7 --- [main] r.h.a.e.controller.DefaultController : Controller garbage-collector-controller is disposed
`