之前也出现过这个问题,恢复几天前的数据库就可以成功进入,但是写的博客都会丢,使用的是mysql,不知道什么原因,完整日志如下
2024-09-23T09:46:02.421+08:00 INFO 14676 --- [main] run.halo.app.Application : Starting Application v2.19.0 using Java 21 with PID 14676 (C:\boke_halo2\halo.jar started by Administrator in C:\boke_halo2)
2024-09-23T09:46:02.429+08:00 INFO 14676 --- [main] run.halo.app.Application : No active profile set, falling back to 1 default profile: "default"
2024-09-23T09:46:02.918+08:00 WARN 14676 --- [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-09-23T09:46:05.650+08:00 INFO 14676 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
2024-09-23T09:46:05.655+08:00 INFO 14676 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data R2DBC repositories in DEFAULT mode.
2024-09-23T09:46:05.992+08:00 INFO 14676 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 307 ms. Found 1 R2DBC repository interface.
2024-09-23T09:46:11.322+08:00 INFO 14676 --- [main] org.pf4j.DefaultPluginStatusProvider : Enabled plugins: []
2024-09-23T09:46:11.326+08:00 INFO 14676 --- [main] org.pf4j.DefaultPluginStatusProvider : Disabled plugins: [alist-integration, PluginSitePush, plugin-artalk, share-post-via-link, plugin-douban, plugin-comment-migrate, plugin-webp-se-cloud, twikoo, PluginS3ObjectStorage, PluginUmami, PluginSitemap, PluginFeed, typecho, plugin-uni-halo, plugin-afdian, plugin-oauth2, PluginUnsplash, PluginAliOSS, plugin-bilibili-bangumi, cloudinary-envoy, export2doc, chenhe-lsky-pro, plugin-blog-hao, plugin-waline, text-diagram, postchat, static-pages, PluginLightGallery, PictureBed, wxyshine-webhook, plugin-docsme, PluginHighlightJS, notifyme, PluginLive2d, plugin-friends]
2024-09-23T09:46:11.331+08:00 INFO 14676 --- [main] org.pf4j.DefaultPluginManager : PF4J version 3.12.0 in 'deployment' mode
2024-09-23T09:46:15.533+08:00 INFO 14676 --- [main] o.a.l.s.MemorySegmentIndexInputProvider : Using MemorySegmentIndexInput with Java 21 or later; to disable start with -Dorg.apache.lucene.store.MMapDirectory.enableMemorySegments=false
2024-09-23T09:46:15.536+08:00 INFO 14676 --- [main] r.h.a.search.lucene.LuceneSearchEngine : Initialized lucene search engine
2024-09-23T09:46:16.951+08:00 INFO 14676 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 33 endpoints beneath base path '/actuator'
2024-09-23T09:46:18.626+08:00 INFO 14676 --- [reactor-tcp-nio-2] i.a.r.mysql.client.ReactorNettyClient : Response: OkMessage{isEndOfRows=true, affectedRows=0, lastInsertId=0, serverStatuses=22, warnings=1, information='', systemVariables={}}, reports 1 warning(s)
2024-09-23T09:46:18.690+08:00 INFO 14676 --- [reactor-tcp-nio-2] i.a.r.mysql.client.ReactorNettyClient : Response: OkMessage{isEndOfRows=false, affectedRows=0, lastInsertId=0, serverStatuses=2, warnings=1, information='', systemVariables={}}, reports 1 warning(s)
2024-09-23T09:46:18.701+08:00 INFO 14676 --- [reactor-tcp-nio-2] i.a.r.mysql.client.ReactorNettyClient : Response: OkMessage{isEndOfRows=false, affectedRows=0, lastInsertId=0, serverStatuses=2, warnings=1, information='', systemVariables={}}, reports 1 warning(s)
2024-09-23T09:46:18.706+08:00 INFO 14676 --- [reactor-tcp-nio-3] i.a.r.mysql.client.ReactorNettyClient : Response: OkMessage{isEndOfRows=true, affectedRows=0, lastInsertId=0, serverStatuses=22, warnings=1, information='', systemVariables={}}, reports 1 warning(s)
2024-09-23T09:46:18.720+08:00 INFO 14676 --- [reactor-tcp-nio-4] i.a.r.mysql.client.ReactorNettyClient : Response: OkMessage{isEndOfRows=true, affectedRows=0, lastInsertId=0, serverStatuses=22, warnings=1, information='', systemVariables={}}, reports 1 warning(s)
2024-09-23T09:46:18.737+08:00 INFO 14676 --- [reactor-tcp-nio-5] i.a.r.mysql.client.ReactorNettyClient : Response: OkMessage{isEndOfRows=true, affectedRows=0, lastInsertId=0, serverStatuses=22, warnings=1, information='', systemVariables={}}, reports 1 warning(s)
2024-09-23T09:46:18.752+08:00 INFO 14676 --- [reactor-tcp-nio-6] i.a.r.mysql.client.ReactorNettyClient : Response: OkMessage{isEndOfRows=true, affectedRows=0, lastInsertId=0, serverStatuses=22, warnings=1, information='', systemVariables={}}, reports 1 warning(s)
2024-09-23T09:46:18.768+08:00 INFO 14676 --- [reactor-tcp-nio-1] i.a.r.mysql.client.ReactorNettyClient : Response: OkMessage{isEndOfRows=true, affectedRows=0, lastInsertId=0, serverStatuses=22, warnings=1, information='', systemVariables={}}, reports 1 warning(s)
2024-09-23T09:46:18.778+08:00 INFO 14676 --- [reactor-tcp-nio-2] i.a.r.mysql.client.ReactorNettyClient : Response: OkMessage{isEndOfRows=true, affectedRows=0, lastInsertId=0, serverStatuses=22, warnings=1, information='', systemVariables={}}, reports 1 warning(s)
2024-09-23T09:46:18.792+08:00 INFO 14676 --- [reactor-tcp-nio-3] i.a.r.mysql.client.ReactorNettyClient : Response: OkMessage{isEndOfRows=true, affectedRows=0, lastInsertId=0, serverStatuses=22, warnings=1, information='', systemVariables={}}, reports 1 warning(s)
2024-09-23T09:46:18.805+08:00 INFO 14676 --- [reactor-tcp-nio-4] i.a.r.mysql.client.ReactorNettyClient : Response: OkMessage{isEndOfRows=true, affectedRows=0, lastInsertId=0, serverStatuses=22, warnings=1, information='', systemVariables={}}, reports 1 warning(s)
2024-09-23T09:46:18.818+08:00 INFO 14676 --- [reactor-tcp-nio-5] i.a.r.mysql.client.ReactorNettyClient : Response: OkMessage{isEndOfRows=true, affectedRows=0, lastInsertId=0, serverStatuses=22, warnings=1, information='', systemVariables={}}, reports 1 warning(s)
2024-09-23T09:46:18.963+08:00 INFO 14676 --- [main] o.s.b.web.embedded.netty.NettyWebServer : Netty started on port 8091 (http)
2024-09-23T09:46:18.965+08:00 INFO 14676 --- [main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.metrics.VisitedEventReconciler
2024-09-23T09:46:18.971+08:00 INFO 14676 --- [main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.content.TagPostCountUpdater
2024-09-23T09:46:18.971+08:00 INFO 14676 --- [run.halo.app.metrics.VisitedEventReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.metrics.VisitedEventReconciler-worker-1 started
2024-09-23T09:46:18.972+08:00 INFO 14676 --- [main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.content.CategoryPostCountUpdater
2024-09-23T09:46:18.972+08:00 INFO 14676 --- [run.halo.app.content.TagPostCountUpdater-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.content.TagPostCountUpdater-worker-1 started
2024-09-23T09:46:18.973+08:00 INFO 14676 --- [main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.metrics.VotedEventReconciler
2024-09-23T09:46:18.975+08:00 INFO 14676 --- [run.halo.app.content.CategoryPostCountUpdater-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.content.CategoryPostCountUpdater-worker-1 started
2024-09-23T09:46:18.975+08:00 INFO 14676 --- [main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.content.PostHideFromListStateUpdater
2024-09-23T09:46:18.978+08:00 INFO 14676 --- [run.halo.app.metrics.VotedEventReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.metrics.VotedEventReconciler-worker-1 started
2024-09-23T09:46:18.978+08:00 INFO 14676 --- [main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.metrics.ReplyEventReconciler
2024-09-23T09:46:18.979+08:00 INFO 14676 --- [run.halo.app.content.PostHideFromListStateUpdater-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.content.PostHideFromListStateUpdater-worker-1 started
2024-09-23T09:46:18.980+08:00 INFO 14676 --- [main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.metrics.PostStatsUpdater
2024-09-23T09:46:18.981+08:00 INFO 14676 --- [run.halo.app.metrics.ReplyEventReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.metrics.ReplyEventReconciler-worker-1 started
2024-09-23T09:46:18.981+08:00 INFO 14676 --- [main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.notification.DefaultNotificationSender
2024-09-23T09:46:18.983+08:00 INFO 14676 --- [run.halo.app.metrics.PostStatsUpdater-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.metrics.PostStatsUpdater-worker-1 started
2024-09-23T09:46:18.985+08:00 INFO 14676 --- [run.halo.app.notification.DefaultNotificationSender-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.notification.DefaultNotificationSender-worker-1 started
2024-09-23T09:46:18.987+08:00 INFO 14676 --- [run.halo.app.notification.DefaultNotificationSender-t-2] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.notification.DefaultNotificationSender-worker-2 started
2024-09-23T09:46:18.987+08:00 INFO 14676 --- [run.halo.app.notification.DefaultNotificationSender-t-3] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.notification.DefaultNotificationSender-worker-3 started
2024-09-23T09:46:18.987+08:00 INFO 14676 --- [run.halo.app.notification.DefaultNotificationSender-t-4] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.notification.DefaultNotificationSender-worker-4 started
2024-09-23T09:46:18.989+08:00 INFO 14676 --- [run.halo.app.notification.DefaultNotificationSender-t-5] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.notification.DefaultNotificationSender-worker-5 started
2024-09-23T09:46:19.017+08:00 INFO 14676 --- [main] r.h.a.e.ReactiveExtensionClientImpl : Start building index for all extensions, please wait...
2024-09-23T09:46:19.289+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/roles, please wait...
2024-09-23T09:46:19.337+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/roles built successfully, cost 48 ms
2024-09-23T09:46:19.442+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/plugin.halo.run/plugins, please wait...
2024-09-23T09:46:19.458+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/plugin.halo.run/plugins built successfully, cost 16 ms
2024-09-23T09:46:19.473+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/plugin.halo.run/searchengines, please wait...
2024-09-23T09:46:19.474+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/plugin.halo.run/searchengines built successfully, cost 1 ms
2024-09-23T09:46:19.490+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/plugin.halo.run/extensionpointdefinitions, please wait...
2024-09-23T09:46:19.503+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/plugin.halo.run/extensionpointdefinitions built successfully, cost 13 ms
2024-09-23T09:46:19.534+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/plugin.halo.run/extensiondefinitions, please wait...
2024-09-23T09:46:19.537+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/plugin.halo.run/extensiondefinitions built successfully, cost 3 ms
2024-09-23T09:46:19.550+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/rolebindings, please wait...
2024-09-23T09:46:19.552+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/rolebindings built successfully, cost 2 ms
2024-09-23T09:46:19.570+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/users, please wait...
2024-09-23T09:46:19.574+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/users built successfully, cost 4 ms
2024-09-23T09:46:19.626+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/plugin.halo.run/reverseproxies, please wait...
2024-09-23T09:46:19.641+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/plugin.halo.run/reverseproxies built successfully, cost 15 ms
2024-09-23T09:46:19.678+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/settings, please wait...
2024-09-23T09:46:19.682+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/settings built successfully, cost 4 ms
2024-09-23T09:46:19.696+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/annotationsettings, please wait...
2024-09-23T09:46:19.697+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/annotationsettings built successfully, cost 1 ms
2024-09-23T09:46:19.723+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/configmaps, please wait...
2024-09-23T09:46:19.726+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/configmaps built successfully, cost 3 ms
2024-09-23T09:46:19.746+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/secrets, please wait...
2024-09-23T09:46:19.747+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/secrets built successfully, cost 1 ms
2024-09-23T09:46:19.764+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/theme.halo.run/themes, please wait...
2024-09-23T09:46:19.764+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/theme.halo.run/themes built successfully, cost 0 ms
2024-09-23T09:46:19.778+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/menus, please wait...
2024-09-23T09:46:19.780+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/menus built successfully, cost 2 ms
2024-09-23T09:46:19.809+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/menuitems, please wait...
2024-09-23T09:46:19.810+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/menuitems built successfully, cost 1 ms
2024-09-23T09:46:19.929+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/content.halo.run/posts, please wait...
2024-09-23T09:46:20.003+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/content.halo.run/posts built successfully, cost 74 ms
2024-09-23T09:46:20.026+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/content.halo.run/categories, please wait...
2024-09-23T09:46:20.030+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/content.halo.run/categories built successfully, cost 4 ms
2024-09-23T09:46:20.076+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/content.halo.run/tags, please wait...
2024-09-23T09:46:20.085+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/content.halo.run/tags built successfully, cost 9 ms
2024-09-23T09:46:20.183+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/content.halo.run/snapshots, please wait...
2024-09-23T09:46:20.191+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/content.halo.run/snapshots built successfully, cost 8 ms
2024-09-23T09:46:20.213+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/content.halo.run/comments, please wait...
2024-09-23T09:46:20.217+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/content.halo.run/comments built successfully, cost 4 ms
2024-09-23T09:46:20.229+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/content.halo.run/replies, please wait...
2024-09-23T09:46:20.230+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/content.halo.run/replies built successfully, cost 1 ms
2024-09-23T09:46:20.244+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/content.halo.run/singlepages, please wait...
2024-09-23T09:46:20.248+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/content.halo.run/singlepages built successfully, cost 4 ms
2024-09-23T09:46:20.258+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/storage.halo.run/groups, please wait...
2024-09-23T09:46:20.260+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/storage.halo.run/groups built successfully, cost 2 ms
2024-09-23T09:46:20.271+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/storage.halo.run/policies, please wait...
2024-09-23T09:46:20.272+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/storage.halo.run/policies built successfully, cost 1 ms
2024-09-23T09:46:20.330+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/storage.halo.run/attachments, please wait...
2024-09-23T09:46:20.642+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/storage.halo.run/attachments built successfully, cost 312 ms
2024-09-23T09:46:20.668+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/storage.halo.run/policytemplates, please wait...
2024-09-23T09:46:20.669+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/storage.halo.run/policytemplates built successfully, cost 1 ms
2024-09-23T09:46:20.739+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/storage.halo.run/thumbnails, please wait...
2024-09-23T09:46:23.403+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Index for type: /registry/storage.halo.run/thumbnails built successfully, cost 2664 ms
2024-09-23T09:46:23.524+08:00 INFO 14676 --- [main] r.h.a.e.index.IndexerFactoryImpl : Start building index for type: /registry/storage.halo.run/localthumbnails, please wait...
2024-09-23T09:46:23.596+08:00 WARN 14676 --- [main] onfigReactiveWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: run.halo.app.infra.exception.DuplicateNameException: 400 BAD_REQUEST "The value [8a891233b53e72bba6487104eea6d794d68b6f3f9f968f81b2e4f2025d0dc14e] is already exists for unique index [spec.thumbSignature]."
2024-09-23T09:46:23.604+08:00 INFO 14676 --- [main] r.h.a.search.lucene.LuceneSearchEngine : Destroyed lucene search engine
2024-09-23T09:46:23.604+08:00 INFO 14676 --- [main] r.h.a.e.c.DefaultControllerManager : Shutting down 0 controllers...
2024-09-23T09:46:23.606+08:00 INFO 14676 --- [main] r.h.a.e.c.DefaultControllerManager : Shutdown 0 controllers.
2024-09-23T09:46:23.608+08:00 INFO 14676 --- [main] r.h.a.e.controller.DefaultController : Disposing controller garbage-collector-controller
2024-09-23T09:46:23.610+08:00 INFO 14676 --- [main] r.h.a.e.controller.DefaultController : Controller garbage-collector-controller is disposed
2024-09-23T09:46:23.656+08:00 INFO 14676 --- [main] .s.b.a.l.ConditionEvaluationReportLogger :
Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
2024-09-23T09:46:23.656+08:00 WARN 14676 --- [main] o.s.b.c.e.EventPublishingRunListener : Error calling ApplicationEventListener
java.lang.IllegalStateException: org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext@6111ba37 has not been refreshed yet
at org.springframework.context.support.AbstractApplicationContext.assertBeanFactoryActive(AbstractApplicationContext.java:1230) ~[spring-context-6.1.12.jar!/:6.1.12]
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1242) ~[spring-context-6.1.12.jar!/:6.1.12]
at org.springframework.context.event.ApplicationListenerMethodAdapter.getTargetBean(ApplicationListenerMethodAdapter.java:392) ~[spring-context-6.1.12.jar!/:6.1.12]
at org.springframework.context.event.ApplicationListenerMethodAdapter.doInvoke(ApplicationListenerMethodAdapter.java:354) ~[spring-context-6.1.12.jar!/:6.1.12]
at org.springframework.context.event.ApplicationListenerMethodAdapter.processEvent(ApplicationListenerMethodAdapter.java:237) ~[spring-context-6.1.12.jar!/:6.1.12]
at org.springframework.context.event.ApplicationListenerMethodAdapter.onApplicationEvent(ApplicationListenerMethodAdapter.java:168) ~[spring-context-6.1.12.jar!/:6.1.12]
at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:185) ~[spring-context-6.1.12.jar!/:6.1.12]
at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:171) ~[spring-context-6.1.12.jar!/:6.1.12]
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:156) ~[spring-context-6.1.12.jar!/:6.1.12]
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:138) ~[spring-context-6.1.12.jar!/:6.1.12]
at org.springframework.boot.context.event.EventPublishingRunListener.failed(EventPublishingRunListener.java:130) ~[spring-boot-3.3.3.jar!/:3.3.3]
at org.springframework.boot.SpringApplicationRunListeners.callFailedListener(SpringApplicationRunListeners.java:94) ~[spring-boot-3.3.3.jar!/:3.3.3]
at org.springframework.boot.SpringApplicationRunListeners.lambda$failed$7(SpringApplicationRunListeners.java:85) ~[spring-boot-3.3.3.jar!/:3.3.3]
at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[na:na]
at org.springframework.boot.SpringApplicationRunListeners.doWithListeners(SpringApplicationRunListeners.java:118) ~[spring-boot-3.3.3.jar!/:3.3.3]
at org.springframework.boot.SpringApplicationRunListeners.failed(SpringApplicationRunListeners.java:84) ~[spring-boot-3.3.3.jar!/:3.3.3]
at org.springframework.boot.SpringApplication.handleRunFailure(SpringApplication.java:810) ~[spring-boot-3.3.3.jar!/:3.3.3]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:345) ~[spring-boot-3.3.3.jar!/:3.3.3]
at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:149) ~[spring-boot-3.3.3.jar!/:3.3.3]
at run.halo.app.Application.main(Application.java:28) ~[!/:2.19.0]
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na]
at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na]
at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:102) ~[halo.jar:2.19.0]
at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:64) ~[halo.jar:2.19.0]
at org.springframework.boot.loader.launch.JarLauncher.main(JarLauncher.java:40) ~[halo.jar:2.19.0]
2024-09-23T09:46:23.708+08:00 ERROR 14676 --- [main] o.s.boot.SpringApplication : Application run failed
run.halo.app.infra.exception.DuplicateNameException: 400 BAD_REQUEST "The value [8a891233b53e72bba6487104eea6d794d68b6f3f9f968f81b2e4f2025d0dc14e] is already exists for unique index [spec.thumbSignature]."
at run.halo.app.extension.index.IndexEntryImpl.addEntry(IndexEntryImpl.java:69) ~[!/:na]
at run.halo.app.extension.index.IndexBuilderImpl.indexRecords(IndexBuilderImpl.java:61) ~[!/:na]
at run.halo.app.extension.index.IndexBuilderImpl.startBuildingIndex(IndexBuilderImpl.java:35) ~[!/:na]
at run.halo.app.extension.index.IndexerFactoryImpl.createIndexerFor(IndexerFactoryImpl.java:51) ~[!/:na]
at run.halo.app.extension.ReactiveExtensionClientImpl$IndexBuildsManager.createIndexerFor(ReactiveExtensionClientImpl.java:484) ~[!/:2.19.0]
at java.base/java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:891) ~[na:na]
at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1116) ~[na:na]
at run.halo.app.extension.ReactiveExtensionClientImpl$IndexBuildsManager.startBuildingIndex(ReactiveExtensionClientImpl.java:465) ~[!/:2.19.0]
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na]
at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na]
at org.springframework.context.event.ApplicationListenerMethodAdapter.doInvoke(ApplicationListenerMethodAdapter.java:365) ~[spring-context-6.1.12.jar!/:6.1.12]
at org.springframework.context.event.ApplicationListenerMethodAdapter.processEvent(ApplicationListenerMethodAdapter.java:237) ~[spring-context-6.1.12.jar!/:6.1.12]
at org.springframework.context.event.ApplicationListenerMethodAdapter.onApplicationEvent(ApplicationListenerMethodAdapter.java:168) ~[spring-context-6.1.12.jar!/:6.1.12]
at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:185) ~[spring-context-6.1.12.jar!/:6.1.12]
at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:178) ~[spring-context-6.1.12.jar!/:6.1.12]
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:156) ~[spring-context-6.1.12.jar!/:6.1.12]
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:452) ~[spring-context-6.1.12.jar!/:6.1.12]
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:385) ~[spring-context-6.1.12.jar!/:6.1.12]
at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:993) ~[spring-context-6.1.12.jar!/:6.1.12]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:628) ~[spring-context-6.1.12.jar!/:6.1.12]
at org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext.refresh(ReactiveWebServerApplicationContext.java:66) ~[spring-boot-3.3.3.jar!/:3.3.3]
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754) ~[spring-boot-3.3.3.jar!/:3.3.3]
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456) ~[spring-boot-3.3.3.jar!/:3.3.3]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:335) ~[spring-boot-3.3.3.jar!/:3.3.3]
at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:149) ~[spring-boot-3.3.3.jar!/:3.3.3]
at run.halo.app.Application.main(Application.java:28) ~[!/:2.19.0]
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na]
at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na]
at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:102) ~[halo.jar:2.19.0]
at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:64) ~[halo.jar:2.19.0]
at org.springframework.boot.loader.launch.JarLauncher.main(JarLauncher.java:40) ~[halo.jar:2.19.0]