请问大佬,已按文档构建得到2.2版本的jar,使用java -jar ./halo-2.2.0.jar在ubuntu上运行,无法访问到网页(安全组正常),感觉是application.yaml我写的有问题,内容见下
application.yaml
server:
port: 8090
Response data gzip.
compression:
enabled: false
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://127.0.0.1:3306/halo?characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrie> username: 码了
password: 也码
halo:
Your admin client path is https://your-domain/{admin-path}
admin-path: admin
memory or level
cache: memory
日志
/ / / /___ / /__
/ // / __ `/ / __ \
/ __ / // / / // /
// //_,//____/
Version: 2.2.0-buerka
2023-02-03T01:44:34.395+08:00 INFO 858907 --- [ main] run.halo.app.Application : Starting Application v2.2.0-buerka using Java 17.0.5 with PID 858907 (/home/ubuntu/halo/halo-2.2.0-buerka.jar started by ubuntu in /home/ubuntu/halo)
2023-02-03T01:44:34.399+08:00 INFO 858907 --- [ main] run.halo.app.Application : No active profile set, falling back to 1 default profile: "default"
2023-02-03T01:44:36.463+08:00 INFO 858907 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
2023-02-03T01:44:36.466+08:00 INFO 858907 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data R2DBC repositories in DEFAULT mode.
2023-02-03T01:44:36.754+08:00 INFO 858907 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 283 ms. Found 1 R2DBC repository interfaces.
2023-02-03T01:44:38.665+08:00 INFO 858907 --- [ main] org.pf4j.DefaultPluginStatusProvider : Enabled plugins: []
2023-02-03T01:44:38.667+08:00 INFO 858907 --- [ main] org.pf4j.DefaultPluginStatusProvider : Disabled plugins: []2023-02-03T01:44:38.670+08:00 INFO 858907 --- [ main] org.pf4j.DefaultPluginManager : PF4J version 3.8.0 in 'deployment' mode
2023-02-03T01:44:41.230+08:00 INFO 858907 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint(s) beneath base path '/actuator'
2023-02-03T01:44:41.948+08:00 WARN 858907 --- [ main] ion$DefaultTemplateResolverConfiguration : Cannot find template location: classpath:/templates/ (please add some templates, check your Thymeleaf configuration, or set spring.thymeleaf.check-template-location=false)
2023-02-03T01:44:42.164+08:00 INFO 858907 --- [ main] o.s.b.web.embedded.netty.NettyWebServer : Netty started on port 8090
2023-02-03T01:44:42.171+08:00 INFO 858907 --- [ main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.search.post.PostEventReconciler
2023-02-03T01:44:42.183+08:00 INFO 858907 --- [tReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.search.post.PostEventReconciler-worker-1 started
2023-02-03T01:44:42.198+08:00 INFO 858907 --- [ main] run.halo.app.Application : Started Application in 8.624 seconds (process running for 9.496)
2023-02-03T01:44:43.215+08:00 INFO 858907 --- [ main] r.h.a.e.controller.DefaultController : Starting controller garbage-collector-controller
2023-02-03T01:44:43.216+08:00 INFO 858907 --- [-controller-t-1] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-1 started
2023-02-03T01:44:43.221+08:00 INFO 858907 --- [-controller-t-2] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-2 started
2023-02-03T01:44:43.231+08:00 INFO 858907 --- [-controller-t-3] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-3 started
2023-02-03T01:44:43.239+08:00 INFO 858907 --- [-controller-t-4] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-4 started
2023-02-03T01:44:43.246+08:00 INFO 858907 --- [-controller-t-5] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-5 started
2023-02-03T01:44:43.255+08:00 INFO 858907 --- [-controller-t-6] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-6 started
2023-02-03T01:44:43.264+08:00 INFO 858907 --- [-controller-t-7] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-7 started
2023-02-03T01:44:43.273+08:00 INFO 858907 --- [-controller-t-8] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-8 started
2023-02-03T01:44:43.281+08:00 INFO 858907 --- [-controller-t-9] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-9 started
2023-02-03T01:44:43.294+08:00 INFO 858907 --- [ main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.attachment.AttachmentReconciler
2023-02-03T01:44:43.295+08:00 INFO 858907 --- [controller-t-10] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-10 started
2023-02-03T01:44:43.299+08:00 INFO 858907 --- [ main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.CategoryReconciler
2023-02-03T01:44:43.303+08:00 INFO 858907 --- [tReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.attachment.AttachmentReconciler-worker-1 started
2023-02-03T01:44:43.303+08:00 INFO 858907 --- [tReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.attachment.Attachment) synchronizer...
2023-02-03T01:44:43.306+08:00 INFO 858907 --- [ main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.CommentReconciler
2023-02-03T01:44:43.306+08:00 INFO 858907 --- [yReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.CategoryReconciler-worker-1 started
2023-02-03T01:44:43.306+08:00 INFO 858907 --- [yReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.content.Category) synchronizer...
2023-02-03T01:44:43.312+08:00 INFO 858907 --- [ main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.MenuItemReconciler
2023-02-03T01:44:43.313+08:00 INFO 858907 --- [tReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.CommentReconciler-worker-1 started
2023-02-03T01:44:43.314+08:00 INFO 858907 --- [tReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.content.Comment) synchronizer...
2023-02-03T01:44:43.319+08:00 INFO 858907 --- [ main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.PluginReconciler
2023-02-03T01:44:43.320+08:00 INFO 858907 --- [mReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.MenuItemReconciler-worker-1 started
2023-02-03T01:44:43.320+08:00 INFO 858907 --- [mReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.MenuItem) synchronizer...
2023-02-03T01:44:43.324+08:00 INFO 858907 --- [nReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PluginReconciler-worker-1 started
2023-02-03T01:44:43.324+08:00 INFO 858907 --- [nReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.Plugin) synchronizer...
2023-02-03T01:44:43.324+08:00 INFO 858907 --- [ main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.PostReconciler
2023-02-03T01:44:43.334+08:00 INFO 858907 --- [tReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-1 started
2023-02-03T01:44:43.335+08:00 INFO 858907 --- [tReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.content.Post) synchronizer...
2023-02-03T01:44:43.343+08:00 INFO 858907 --- [tReconciler-t-2] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-2 started
2023-02-03T01:44:43.344+08:00 INFO 858907 --- [tReconciler-t-3] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-3 started
2023-02-03T01:44:43.347+08:00 INFO 858907 --- [tReconciler-t-4] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-4 started
2023-02-03T01:44:43.358+08:00 INFO 858907 --- [tReconciler-t-6] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-6 started
2023-02-03T01:44:43.359+08:00 INFO 858907 --- [tReconciler-t-5] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-5 started
2023-02-03T01:44:43.367+08:00 INFO 858907 --- [tReconciler-t-7] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-7 started
2023-02-03T01:44:43.371+08:00 INFO 858907 --- [tReconciler-t-8] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-8 started
2023-02-03T01:44:43.375+08:00 INFO 858907 --- [tReconciler-t-9] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-9 started
2023-02-03T01:44:43.383+08:00 INFO 858907 --- [ main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.ReverseProxyReconciler
2023-02-03T01:44:43.384+08:00 INFO 858907 --- [Reconciler-t-10] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-10 started
2023-02-03T01:44:43.384+08:00 INFO 858907 --- [ main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.RoleBindingReconciler
2023-02-03T01:44:43.384+08:00 INFO 858907 --- [yReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.ReverseProxyReconciler-worker-1 started
2023-02-03T01:44:43.384+08:00 INFO 858907 --- [yReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.ReverseProxy) synchronizer...
2023-02-03T01:44:43.386+08:00 INFO 858907 --- [ main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.RoleReconciler
2023-02-03T01:44:43.386+08:00 INFO 858907 --- [gReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.RoleBindingReconciler-worker-1 started
2023-02-03T01:44:43.386+08:00 INFO 858907 --- [gReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.RoleBinding) synchronizer...
2023-02-03T01:44:43.387+08:00 INFO 858907 --- [ main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.SinglePageReconciler
2023-02-03T01:44:43.387+08:00 INFO 858907 --- [eReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.RoleReconciler-worker-1 started
2023-02-03T01:44:43.388+08:00 INFO 858907 --- [eReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.Role) synchronizer...
2023-02-03T01:44:43.388+08:00 INFO 858907 --- [ main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.SystemSettingReconciler
2023-02-03T01:44:43.389+08:00 INFO 858907 --- [eReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.SinglePageReconciler-worker-1 started
2023-02-03T01:44:43.389+08:00 INFO 858907 --- [eReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.content.SinglePage) synchronizer...
2023-02-03T01:44:43.390+08:00 INFO 858907 --- [ main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.TagReconciler
2023-02-03T01:44:43.390+08:00 INFO 858907 --- [gReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.SystemSettingReconciler-worker-1 started
2023-02-03T01:44:43.390+08:00 INFO 858907 --- [gReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.extension.ConfigMap) synchronizer...
2023-02-03T01:44:43.391+08:00 INFO 858907 --- [ main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.ThemeReconciler
2023-02-03T01:44:43.392+08:00 INFO 858907 --- [gReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.TagReconciler-worker-1 started
2023-02-03T01:44:43.392+08:00 INFO 858907 --- [gReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.content.Tag) synchronizer...
2023-02-03T01:44:43.393+08:00 INFO 858907 --- [ main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.UserReconciler
2023-02-03T01:44:43.393+08:00 INFO 858907 --- [eReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.ThemeReconciler-worker-1 started
2023-02-03T01:44:43.393+08:00 INFO 858907 --- [eReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.Theme) synchronizer...
2023-02-03T01:44:43.397+08:00 INFO 858907 --- [rReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.UserReconciler-worker-1 started
2023-02-03T01:44:43.397+08:00 INFO 858907 --- [rReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.User) synchronizer...
2023-02-03T01:44:43.421+08:00 INFO 858907 --- [ task-1] run.halo.app.search.IndicesInitializer : Initialize post indices...
2023-02-03T01:44:43.466+08:00 INFO 858907 --- [tReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.attachment.Attachment) synchronizer.
2023-02-03T01:44:43.468+08:00 INFO 858907 --- [yReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.content.Category) synchronizer.
2023-02-03T01:44:43.469+08:00 INFO 858907 --- [tReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.content.Comment) synchronizer.
2023-02-03T01:44:43.471+08:00 INFO 858907 --- [mReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.MenuItem) synchronizer.
2023-02-03T01:44:43.476+08:00 INFO 858907 --- [nReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.Plugin) synchronizer.
2023-02-03T01:44:43.478+08:00 INFO 858907 --- [tReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.content.Post) synchronizer.
2023-02-03T01:44:43.479+08:00 INFO 858907 --- [yReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.ReverseProxy) synchronizer.
2023-02-03T01:44:43.493+08:00 INFO 858907 --- [gReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.RoleBinding) synchronizer.
2023-02-03T01:44:43.551+08:00 INFO 858907 --- [eReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.Role) synchronizer.
2023-02-03T01:44:43.553+08:00 INFO 858907 --- [eReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.content.SinglePage) synchronizer.
2023-02-03T01:44:43.567+08:00 INFO 858907 --- [gReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.extension.ConfigMap) synchronizer.
2023-02-03T01:44:43.568+08:00 INFO 858907 --- [gReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.content.Tag) synchronizer.
2023-02-03T01:44:43.585+08:00 INFO 858907 --- [eReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.Theme) synchronizer.
2023-02-03T01:44:43.590+08:00 INFO 858907 --- [rReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.User) synchronizer.
2023-02-03T01:44:44.095+08:00 INFO 858907 --- [ task-1] run.halo.app.search.IndicesInitializer : Initialized post indices. Usage: StopWatch 'PostIndicesWatch': running time = 673315044 ns; [rebuild] took 673315044 ns = 100%
2023-02-03T01:44:44.832+08:00 WARN 858907 --- [eReconciler-t-1] r.h.a.c.e.service.DefaultRoleService : Detected a cycle in role dependencies: role-template-view-snaphosts,and skipped automatically
2023-02-03T01:44:44.835+08:00 WARN 858907 --- [eReconciler-t-1] r.h.a.c.e.service.DefaultRoleService : Detected a cycle in role dependencies: role-template-view-categories,and skipped automatically
2023-02-03T01:44:44.835+08:00 WARN 858907 --- [eReconciler-t-1] r.h.a.c.e.service.DefaultRoleService : Detected a cycle in role dependencies: role-template-view-tags,and skipped automatically
2023-02-03T01:44:44.942+08:00 WARN 858907 --- [eReconciler-t-1] r.h.a.c.e.service.DefaultRoleService : Detected a cycle in role dependencies: role-template-view-snaphosts,and skipped automatically
C2023-02-03T01:51:42.327+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.controller.DefaultController : Disposing controller run.halo.app.search.post.PostEventReconciler
2023-02-03T01:51:42.328+08:00 INFO 858907 --- [tReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.search.post.PostEventReconciler-worker-1 interrupted
2023-02-03T01:51:42.328+08:00 INFO 858907 --- [tReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.search.post.PostEventReconciler-worker-1 is stopped
2023-02-03T01:51:42.328+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.controller.DefaultController : Controller run.halo.app.search.post.PostEventReconciler is disposed
2023-02-03T01:51:42.334+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.c.DefaultControllerManager : Shutting down 14 controllers...
2023-02-03T01:51:42.335+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.c.DefaultControllerManager : Shutting down controller run.halo.app.core.extension.reconciler.SystemSettingReconciler...
2023-02-03T01:51:42.335+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.controller.DefaultController : Disposing controller run.halo.app.core.extension.reconciler.SystemSettingReconciler
2023-02-03T01:51:42.335+08:00 INFO 858907 --- [gReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.SystemSettingReconciler-worker-1 interrupted
2023-02-03T01:51:42.335+08:00 INFO 858907 --- [gReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.SystemSettingReconciler-worker-1 is stopped
2023-02-03T01:51:42.335+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.controller.DefaultController : Controller run.halo.app.core.extension.reconciler.SystemSettingReconciler is disposed
2023-02-03T01:51:42.336+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.c.DefaultControllerManager : Shutdown controller run.halo.app.core.extension.reconciler.SystemSettingReconciler successfully
2023-02-03T01:51:42.336+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.c.DefaultControllerManager : Shutting down controller run.halo.app.core.extension.reconciler.RoleReconciler...
2023-02-03T01:51:42.336+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.controller.DefaultController : Disposing controller run.halo.app.core.extension.reconciler.RoleReconciler
2023-02-03T01:51:42.336+08:00 INFO 858907 --- [eReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.RoleReconciler-worker-1 interrupted
2023-02-03T01:51:42.336+08:00 INFO 858907 --- [eReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.RoleReconciler-worker-1 is stopped
2023-02-03T01:51:42.336+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.controller.DefaultController : Controller run.halo.app.core.extension.reconciler.RoleReconciler is disposed
2023-02-03T01:51:42.336+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.c.DefaultControllerManager : Shutdown controller run.halo.app.core.extension.reconciler.RoleReconciler successfully
2023-02-03T01:51:42.336+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.c.DefaultControllerManager : Shutting down controller run.halo.app.core.extension.reconciler.MenuItemReconciler...
2023-02-03T01:51:42.337+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.controller.DefaultController : Disposing controller run.halo.app.core.extension.reconciler.MenuItemReconciler
2023-02-03T01:51:42.337+08:00 INFO 858907 --- [mReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.MenuItemReconciler-worker-1 interrupted
2023-02-03T01:51:42.337+08:00 INFO 858907 --- [mReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.MenuItemReconciler-worker-1 is stopped
2023-02-03T01:51:42.337+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.controller.DefaultController : Controller run.halo.app.core.extension.reconciler.MenuItemReconciler is disposed
2023-02-03T01:51:42.337+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.c.DefaultControllerManager : Shutdown controller run.halo.app.core.extension.reconciler.MenuItemReconciler successfully
2023-02-03T01:51:42.338+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.c.DefaultControllerManager : Shutting down controller run.halo.app.core.extension.reconciler.PostReconciler...
2023-02-03T01:51:42.338+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.controller.DefaultController : Disposing controller run.halo.app.core.extension.reconciler.PostReconciler
2023-02-03T01:51:42.338+08:00 INFO 858907 --- [Reconciler-t-10] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-10 interrupted
2023-02-03T01:51:42.338+08:00 INFO 858907 --- [Reconciler-t-10] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-10 is stopped
2023-02-03T01:51:42.338+08:00 INFO 858907 --- [tReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-1 interrupted
2023-02-03T01:51:42.338+08:00 INFO 858907 --- [tReconciler-t-8] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-8 interrupted
2023-02-03T01:51:42.338+08:00 INFO 858907 --- [tReconciler-t-8] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-8 is stopped
2023-02-03T01:51:42.338+08:00 INFO 858907 --- [tReconciler-t-9] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-9 interrupted
2023-02-03T01:51:42.338+08:00 INFO 858907 --- [tReconciler-t-9] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-9 is stopped
2023-02-03T01:51:42.338+08:00 INFO 858907 --- [tReconciler-t-5] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-5 interrupted
2023-02-03T01:51:42.338+08:00 INFO 858907 --- [tReconciler-t-5] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-5 is stopped
2023-02-03T01:51:42.338+08:00 INFO 858907 --- [tReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-1 is stopped
2023-02-03T01:51:42.338+08:00 INFO 858907 --- [tReconciler-t-7] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-7 interrupted
2023-02-03T01:51:42.339+08:00 INFO 858907 --- [tReconciler-t-7] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-7 is stopped
2023-02-03T01:51:42.341+08:00 INFO 858907 --- [tReconciler-t-2] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-2 interrupted
2023-02-03T01:51:42.341+08:00 INFO 858907 --- [tReconciler-t-2] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-2 is stopped
2023-02-03T01:51:42.341+08:00 INFO 858907 --- [tReconciler-t-3] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-3 interrupted
2023-02-03T01:51:42.341+08:00 INFO 858907 --- [tReconciler-t-3] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-3 is stopped
2023-02-03T01:51:42.341+08:00 INFO 858907 --- [tReconciler-t-6] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-6 interrupted
2023-02-03T01:51:42.341+08:00 INFO 858907 --- [tReconciler-t-6] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-6 is stopped
2023-02-03T01:51:42.341+08:00 INFO 858907 --- [tReconciler-t-4] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-4 interrupted
2023-02-03T01:51:42.341+08:00 INFO 858907 --- [tReconciler-t-4] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-4 is stopped
2023-02-03T01:51:42.341+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.controller.DefaultController : Controller run.halo.app.core.extension.reconciler.PostReconciler is disposed
2023-02-03T01:51:42.341+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.c.DefaultControllerManager : Shutdown controller run.halo.app.core.extension.reconciler.PostReconciler successfully
2023-02-03T01:51:42.342+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.c.DefaultControllerManager : Shutting down controller run.halo.app.core.extension.reconciler.CategoryReconciler...
2023-02-03T01:51:42.342+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.controller.DefaultController : Disposing controller run.halo.app.core.extension.reconciler.CategoryReconciler
2023-02-03T01:51:42.342+08:00 INFO 858907 --- [yReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.CategoryReconciler-worker-1 interrupted
2023-02-03T01:51:42.342+08:00 INFO 858907 --- [yReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.CategoryReconciler-worker-1 is stopped
2023-02-03T01:51:42.342+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.controller.DefaultController : Controller run.halo.app.core.extension.reconciler.CategoryReconciler is disposed
2023-02-03T01:51:42.342+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.c.DefaultControllerManager : Shutdown controller run.halo.app.core.extension.reconciler.CategoryReconciler successfully
2023-02-03T01:51:42.342+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.c.DefaultControllerManager : Shutting down controller run.halo.app.core.extension.reconciler.CommentReconciler...
2023-02-03T01:51:42.343+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.controller.DefaultController : Disposing controller run.halo.app.core.extension.reconciler.CommentReconciler
2023-02-03T01:51:42.343+08:00 INFO 858907 --- [tReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.CommentReconciler-worker-1 interrupted
2023-02-03T01:51:42.343+08:00 INFO 858907 --- [tReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.CommentReconciler-worker-1 is stopped
2023-02-03T01:51:42.343+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.controller.DefaultController : Controller run.halo.app.core.extension.reconciler.CommentReconciler is disposed
2023-02-03T01:51:42.343+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.c.DefaultControllerManager : Shutdown controller run.halo.app.core.extension.reconciler.CommentReconciler successfully
2023-02-03T01:51:42.343+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.c.DefaultControllerManager : Shutting down controller run.halo.app.core.extension.reconciler.ReverseProxyReconciler...
2023-02-03T01:51:42.343+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.controller.DefaultController : Disposing controller run.halo.app.core.extension.reconciler.ReverseProxyReconciler
2023-02-03T01:51:42.343+08:00 INFO 858907 --- [yReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.ReverseProxyReconciler-worker-1 interrupted
2023-02-03T01:51:42.343+08:00 INFO 858907 --- [yReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.ReverseProxyReconciler-worker-1 is stopped
2023-02-03T01:51:42.344+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.controller.DefaultController : Controller run.halo.app.core.extension.reconciler.ReverseProxyReconciler is disposed
2023-02-03T01:51:42.344+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.c.DefaultControllerManager : Shutdown controller run.halo.app.core.extension.reconciler.ReverseProxyReconciler successfully
2023-02-03T01:51:42.344+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.c.DefaultControllerManager : Shutting down controller run.halo.app.core.extension.reconciler.UserReconciler...
2023-02-03T01:51:42.344+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.controller.DefaultController : Disposing controller run.halo.app.core.extension.reconciler.UserReconciler
2023-02-03T01:51:42.344+08:00 INFO 858907 --- [rReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.UserReconciler-worker-1 interrupted
2023-02-03T01:51:42.344+08:00 INFO 858907 --- [rReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.UserReconciler-worker-1 is stopped
2023-02-03T01:51:42.345+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.controller.DefaultController : Controller run.halo.app.core.extension.reconciler.UserReconciler is disposed
2023-02-03T01:51:42.345+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.c.DefaultControllerManager : Shutdown controller run.halo.app.core.extension.reconciler.UserReconciler successfully
2023-02-03T01:51:42.345+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.c.DefaultControllerManager : Shutting down controller run.halo.app.core.extension.reconciler.PluginReconciler...
2023-02-03T01:51:42.345+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.controller.DefaultController : Disposing controller run.halo.app.core.extension.reconciler.PluginReconciler
2023-02-03T01:51:42.345+08:00 INFO 858907 --- [nReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PluginReconciler-worker-1 interrupted
2023-02-03T01:51:42.345+08:00 INFO 858907 --- [nReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.PluginReconciler-worker-1 is stopped
2023-02-03T01:51:42.346+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.controller.DefaultController : Controller run.halo.app.core.extension.reconciler.PluginReconciler is disposed
2023-02-03T01:51:42.346+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.c.DefaultControllerManager : Shutdown controller run.halo.app.core.extension.reconciler.PluginReconciler successfully
2023-02-03T01:51:42.346+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.c.DefaultControllerManager : Shutting down controller run.halo.app.core.extension.reconciler.SinglePageReconciler...
2023-02-03T01:51:42.346+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.controller.DefaultController : Disposing controller run.halo.app.core.extension.reconciler.SinglePageReconciler
2023-02-03T01:51:42.346+08:00 INFO 858907 --- [eReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.SinglePageReconciler-worker-1 interrupted
2023-02-03T01:51:42.346+08:00 INFO 858907 --- [eReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.SinglePageReconciler-worker-1 is stopped
2023-02-03T01:51:42.347+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.controller.DefaultController : Controller run.halo.app.core.extension.reconciler.SinglePageReconciler is disposed
2023-02-03T01:51:42.347+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.c.DefaultControllerManager : Shutdown controller run.halo.app.core.extension.reconciler.SinglePageReconciler successfully
2023-02-03T01:51:42.347+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.c.DefaultControllerManager : Shutting down controller run.halo.app.core.extension.reconciler.TagReconciler...
2023-02-03T01:51:42.347+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.controller.DefaultController : Disposing controller run.halo.app.core.extension.reconciler.TagReconciler
2023-02-03T01:51:42.347+08:00 INFO 858907 --- [gReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.TagReconciler-worker-1 interrupted
2023-02-03T01:51:42.347+08:00 INFO 858907 --- [gReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.TagReconciler-worker-1 is stopped
2023-02-03T01:51:42.347+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.controller.DefaultController : Controller run.halo.app.core.extension.reconciler.TagReconciler is disposed
2023-02-03T01:51:42.348+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.c.DefaultControllerManager : Shutdown controller run.halo.app.core.extension.reconciler.TagReconciler successfully
2023-02-03T01:51:42.348+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.c.DefaultControllerManager : Shutting down controller run.halo.app.core.extension.reconciler.RoleBindingReconciler...
2023-02-03T01:51:42.348+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.controller.DefaultController : Disposing controller run.halo.app.core.extension.reconciler.RoleBindingReconciler
2023-02-03T01:51:42.348+08:00 INFO 858907 --- [gReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.RoleBindingReconciler-worker-1 interrupted
2023-02-03T01:51:42.348+08:00 INFO 858907 --- [gReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.RoleBindingReconciler-worker-1 is stopped
2023-02-03T01:51:42.348+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.controller.DefaultController : Controller run.halo.app.core.extension.reconciler.RoleBindingReconciler is disposed
2023-02-03T01:51:42.349+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.c.DefaultControllerManager : Shutdown controller run.halo.app.core.extension.reconciler.RoleBindingReconciler successfully
2023-02-03T01:51:42.349+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.c.DefaultControllerManager : Shutting down controller run.halo.app.core.extension.reconciler.ThemeReconciler...
2023-02-03T01:51:42.350+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.controller.DefaultController : Disposing controller run.halo.app.core.extension.reconciler.ThemeReconciler
2023-02-03T01:51:42.350+08:00 INFO 858907 --- [eReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.ThemeReconciler-worker-1 interrupted
2023-02-03T01:51:42.350+08:00 INFO 858907 --- [eReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.ThemeReconciler-worker-1 is stopped
2023-02-03T01:51:42.350+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.controller.DefaultController : Controller run.halo.app.core.extension.reconciler.ThemeReconciler is disposed
2023-02-03T01:51:42.350+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.c.DefaultControllerManager : Shutdown controller run.halo.app.core.extension.reconciler.ThemeReconciler successfully
2023-02-03T01:51:42.351+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.c.DefaultControllerManager : Shutting down controller run.halo.app.core.extension.reconciler.attachment.AttachmentReconciler...
2023-02-03T01:51:42.351+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.controller.DefaultController : Disposing controller run.halo.app.core.extension.reconciler.attachment.AttachmentReconciler
2023-02-03T01:51:42.351+08:00 INFO 858907 --- [tReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.attachment.AttachmentReconciler-worker-1 interrupted
2023-02-03T01:51:42.351+08:00 INFO 858907 --- [tReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.core.extension.reconciler.attachment.AttachmentReconciler-worker-1 is stopped
2023-02-03T01:51:42.351+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.controller.DefaultController : Controller run.halo.app.core.extension.reconciler.attachment.AttachmentReconciler is disposed
2023-02-03T01:51:42.351+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.c.DefaultControllerManager : Shutdown controller run.halo.app.core.extension.reconciler.attachment.AttachmentReconciler successfully
2023-02-03T01:51:42.352+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.c.DefaultControllerManager : Shutdown 14 controllers.
2023-02-03T01:51:42.352+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.controller.DefaultController : Disposing controller garbage-collector-controller
2023-02-03T01:51:42.352+08:00 INFO 858907 --- [-controller-t-2] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-2 interrupted
2023-02-03T01:51:42.352+08:00 INFO 858907 --- [-controller-t-2] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-2 is stopped
2023-02-03T01:51:42.353+08:00 INFO 858907 --- [-controller-t-6] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-6 interrupted
2023-02-03T01:51:42.353+08:00 INFO 858907 --- [-controller-t-6] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-6 is stopped
2023-02-03T01:51:42.353+08:00 INFO 858907 --- [-controller-t-7] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-7 interrupted
2023-02-03T01:51:42.353+08:00 INFO 858907 --- [-controller-t-7] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-7 is stopped
2023-02-03T01:51:42.353+08:00 INFO 858907 --- [-controller-t-4] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-4 interrupted
2023-02-03T01:51:42.353+08:00 INFO 858907 --- [-controller-t-3] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-3 interrupted
2023-02-03T01:51:42.353+08:00 INFO 858907 --- [-controller-t-4] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-4 is stopped
2023-02-03T01:51:42.353+08:00 INFO 858907 --- [-controller-t-3] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-3 is stopped
2023-02-03T01:51:42.354+08:00 INFO 858907 --- [-controller-t-9] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-9 interrupted
2023-02-03T01:51:42.354+08:00 INFO 858907 --- [-controller-t-9] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-9 is stopped
2023-02-03T01:51:42.354+08:00 INFO 858907 --- [-controller-t-1] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-1 interrupted
2023-02-03T01:51:42.354+08:00 INFO 858907 --- [-controller-t-5] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-5 interrupted
2023-02-03T01:51:42.354+08:00 INFO 858907 --- [-controller-t-1] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-1 is stopped
2023-02-03T01:51:42.354+08:00 INFO 858907 --- [-controller-t-5] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-5 is stopped
2023-02-03T01:51:42.354+08:00 INFO 858907 --- [controller-t-10] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-10 interrupted
2023-02-03T01:51:42.354+08:00 INFO 858907 --- [controller-t-10] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-10 is stopped
2023-02-03T01:51:42.354+08:00 INFO 858907 --- [-controller-t-8] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-8 interrupted
2023-02-03T01:51:42.354+08:00 INFO 858907 --- [-controller-t-8] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-8 is stopped
2023-02-03T01:51:42.354+08:00 INFO 858907 --- [ionShutdownHook] r.h.a.e.controller.DefaultController : Controller garbage-collector-controller is disposed
非常感谢谢谢