docker日志错误的那一段如下:
2022-12-30T20:22:20.050+08:00 INFO 7 --- [tReconciler-t-1] org.wltea.analyzer.dic.Dictionary : 加载扩展停止词典:org/wltea/analyzer/dic/stopword.dic
2022-12-30T20:22:21.598+08:00 INFO 7 --- [ task-1] run.halo.app.search.IndicesInitializer : Initialized post indices. Usage: StopWatch 'PostIndicesWatch': running time = 19465389315 ns; [rebuild] took 19465389315 ns = 100%
2022-12-30T20:22:22.059+08:00 INFO 7 --- [nReconciler-t-1] run.halo.app.plugin.HaloPluginManager : Start plugin 'PluginSearchWidget@1.0.0'
2022-12-30T20:22:22.955+08:00 INFO 7 --- [tReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.attachment.Attachment) synchronizer.
2022-12-30T20:22:23.221+08:00 INFO 7 --- [nReconciler-t-1] run.halo.app.plugin.HaloPluginManager : Start plugin 'PluginMigrate@1.0.2'
2022-12-30T20:22:23.892+08:00 INFO 7 --- [nReconciler-t-1] run.halo.app.plugin.HaloPluginManager : Start plugin 'PluginLinks@1.0.0'
2022-12-30T20:22:25.256+08:00 WARN 7 --- [eReconciler-t-1] r.h.a.c.e.service.DefaultRoleService : Detected a cycle in role dependencies: role-template-view-snaphosts,and skipped automatically
2022-12-30T20:22:25.310+08:00 WARN 7 --- [eReconciler-t-1] r.h.a.c.e.service.DefaultRoleService : Detected a cycle in role dependencies: role-template-view-categories,and skipped automatically
2022-12-30T20:22:25.311+08:00 WARN 7 --- [eReconciler-t-1] r.h.a.c.e.service.DefaultRoleService : Detected a cycle in role dependencies: role-template-view-tags,and skipped automatically
2022-12-30T20:22:25.659+08:00 INFO 7 --- [nReconciler-t-1] run.halo.app.plugin.HaloPluginManager : Start plugin 'PluginSitemap@1.0.0'
2022-12-30T20:22:26.448+08:00 WARN 7 --- [eReconciler-t-1] r.h.a.c.e.service.DefaultRoleService : Detected a cycle in role dependencies: role-template-view-snaphosts,and skipped automatically
目前的版本是2.1.0,用2.0的时候也多次出现这种情况,然后手动停止,再启动,不一定哪一次能成功启动。
请问是什么原因造成的呢?