Ryan Wang 👍
java -jar 正常启动,但是一访问就报以下错误😵
2020-03-31 18:03:41.217 INFO 20204 --- [ main] o.f.core.internal.command.DbValidate : Successfully validated 4 migrations (execution time 00:00.005s)
2020-03-31 18:03:41.253 INFO 20204 --- [ main] o.f.core.internal.command.DbMigrate : Current version of schema "PUBLIC": 4
2020-03-31 18:03:41.254 INFO 20204 --- [ main] o.f.core.internal.command.DbMigrate : Schema "PUBLIC" is up to date. No migration necessary.
2020-03-31 18:03:41.255 INFO 20204 --- [ main] run.halo.app.listener.StartedListener : Migrate database succeed.
2020-03-31 18:03:41.657 INFO 20204 --- [ main] run.halo.app.listener.StartedListener : Halo started at https://www.mrdeer.top
2020-03-31 18:03:41.658 INFO 20204 --- [ main] run.halo.app.listener.StartedListener : Halo admin started at https://www.mrdeer.top/admin
2020-03-31 18:03:41.658 INFO 20204 --- [ main] run.halo.app.listener.StartedListener : Halo has started successfully!
2020-03-31 18:03:59.413 INFO 20204 --- [ XNIO-1 task-1] io.undertow.servlet : Initializing Spring DispatcherServlet 'dispatcherServlet'
2020-03-31 18:03:59.414 INFO 20204 --- [ XNIO-1 task-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2020-03-31 18:03:59.455 INFO 20204 --- [ XNIO-1 task-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 40 ms
2020-03-31 18:03:59.871 ERROR 20204 --- [ XNIO-1 task-3] r.h.a.controller.core.CommonController : Request URL: [https://www.mrdeer.top/error], URI: [/error], Request Method: [GET], IP: [111.17.25.95]
2020-03-31 18:03:59.882 ERROR 20204 --- [ XNIO-1 task-2] r.h.a.controller.core.CommonController : Request URL: [https://www.mrdeer.top/error], URI: [/error], Request Method: [GET], IP: [111.17.25.95]
2020-03-31 18:03:59.893 ERROR 20204 --- [ XNIO-1 task-4] r.h.a.controller.core.CommonController : Request URL: [https://www.mrdeer.top/error], URI: [/error], Request Method: [GET], IP: [111.17.25.95]
2020-03-31 18:03:59.951 ERROR 20204 --- [ XNIO-1 task-5] r.h.a.controller.core.CommonController : Request URL: [https://www.mrdeer.top/error], URI: [/error], Request Method: [GET], IP: [111.17.25.95]
2020-03-31 18:04:00.010 ERROR 20204 --- [ XNIO-1 task-6] r.h.a.controller.core.CommonController : Request URL: [https://www.mrdeer.top/error], URI: [/error], Request Method: [GET], IP: [111.17.25.95]
2020-03-31 18:04:00.095 ERROR 20204 --- [ XNIO-1 task-7] r.h.a.controller.core.CommonController : Request URL: [https://www.mrdeer.top/error], URI: [/error], Request Method: [GET], IP: [111.17.25.95]
2020-03-31 18:04:00.136 ERROR 20204 --- [ XNIO-1 task-8] r.h.a.controller.core.CommonController : Request URL: [https://www.mrdeer.top/error], URI: [/error], Request Method: [GET], IP: [111.17.25.95]
2020-03-31 18:04:00.168 ERROR 20204 --- [ XNIO-1 task-10] r.h.a.controller.core.CommonController : Request URL: [https://www.mrdeer.top/error], URI: [/error], Request Method: [GET], IP: [111.17.25.95]
2020-03-31 18:04:00.196 ERROR 20204 --- [ XNIO-1 task-11] r.h.a.controller.core.CommonController : Request URL: [https://www.mrdeer.top/error], URI: [/error], Request Method: [GET], IP: [111.17.25.95]
2020-03-31 18:04:00.238 ERROR 20204 --- [ XNIO-1 task-12] r.h.a.controller.core.CommonController : Request URL: [https://www.mrdeer.top/error], URI: [/error], Request Method: [GET], IP: [111.17.25.95]
2020-03-31 18:04:00.268 ERROR 20204 --- [ XNIO-1 task-13] r.h.a.controller.core.CommonController : Request URL: [https://www.mrdeer.top/error], URI: [/error], Request Method: [GET], IP: [111.17.25.95]
2020-03-31 18:04:00.309 ERROR 20204 --- [ XNIO-1 task-14] r.h.a.controller.core.CommonController : Request URL: [https://www.mrdeer.top/error], URI: [/error], Request Method: [GET], IP: [111.17.25.95]
2020-03-31 18:04:00.367 ERROR 20204 --- [ XNIO-1 task-9] r.h.a.controller.core.CommonController : Request URL: [https://www.mrdeer.top/error], URI: [/error], Request Method: [GET], IP: [111.17.25.95]
2020-03-31 18:04:00.442 ERROR 20204 --- [ XNIO-1 task-16] r.h.a.controller.core.CommonController : Request URL: [https://www.mrdeer.top/error], URI: [/error], Request Method: [GET], IP: [111.17.25.95]
2020-03-31 18:04:00.457 ERROR 20204 --- [ XNIO-1 task-15] r.h.a.controller.core.CommonController : Request URL: [https://www.mrdeer.top/error], URI: [/error], Request Method: [GET], IP: [111.17.25.95]
2020-03-31 18:04:00.469 ERROR 20204 --- [ XNIO-1 task-1] r.h.a.controller.core.CommonController : Request URL: [https://www.mrdeer.top/error], URI: [/error], Request Method: [GET], IP: [111.17.25.95]
2020-03-31 18:04:00.868 ERROR 20204 --- [ XNIO-1 task-16] r.h.a.controller.core.CommonController : Request URL: [https://www.mrdeer.top/error], URI: [/error], Request Method: [GET], IP: [111.17.25.95]
2020-03-31 18:04:00.875 ERROR 20204 --- [ XNIO-1 task-16] r.h.a.controller.core.CommonController : Request URL: [https://www.mrdeer.top/error], URI: [/error], Request Method: [GET], IP: [111.17.25.95]
2020-03-31 18:04:00.881 ERROR 20204 --- [ XNIO-1 task-16] r.h.a.controller.core.CommonController : Request URL: [https://www.mrdeer.top/error], URI: [/error], Request Method: [GET], IP: [111.17.25.95]
2020-03-31 18:04:00.889 ERROR 20204 --- [ XNIO-1 task-5] r.h.a.controller.core.CommonController : Request URL: [https://www.mrdeer.top/error], URI: [/error], Request Method: [GET], IP: [111.17.25.95]
2020-03-31 18:04:00.895 ERROR 20204 --- [ XNIO-1 task-5] r.h.a.controller.core.CommonController : Request URL: [https://www.mrdeer.top/error], URI: [/error], Request Method: [GET], IP: [111.17.25.95]
2020-03-31 18:04:00.900 ERROR 20204 --- [ XNIO-1 task-5] r.h.a.controller.core.CommonController : Request URL: [https://www.mrdeer.top/error], URI: [/error], Request Method: [GET], IP: [111.17.25.95]
2020-03-31 18:04:00.904 ERROR 20204 --- [ XNIO-1 task-4] r.h.a.controller.core.CommonController : Request URL: [https://www.mrdeer.top/error], URI: [/error], Request Method: [GET], IP: [111.17.25.95]
2020-03-31 18:04:00.910 ERROR 20204 --- [ XNIO-1 task-4] r.h.a.controller.core.CommonController : Request URL: [https://www.mrdeer.top/error], URI: [/error], Request Method: [GET], IP: [111.17.25.95]
2020-03-31 18:04:00.923 ERROR 20204 --- [ XNIO-1 task-6] r.h.a.controller.core.CommonController : Request URL: [https://www.mrdeer.top/error], URI: [/error], Request Method: [GET], IP: [111.17.25.95]
2020-03-31 18:04:00.928 ERROR 20204 --- [ XNIO-1 task-13] r.h.a.controller.core.CommonController : Request URL: [https://www.mrdeer.top/error], URI: [/error], Request Method: [GET], IP: [111.17.25.95]
2020-03-31 18:04:00.963 ERROR 20204 --- [ XNIO-1 task-13] r.h.a.controller.core.CommonController : Request URL: [https://www.mrdeer.top/error], URI: [/error], Request Method: [GET], IP: [111.17.25.95]
2020-03-31 18:04:00.966 ERROR 20204 --- [ XNIO-1 task-14] r.h.a.controller.core.CommonController : Request URL: [https://www.mrdeer.top/error], URI: [/error], Request Method: [GET], IP: [111.17.25.95]
2020-03-31 18:04:00.973 ERROR 20204 --- [ XNIO-1 task-4] r.h.a.controller.core.CommonController : Request URL: [https://www.mrdeer.top/error], URI: [/error], Request Method: [GET], IP: [111.17.25.95]
2020-03-31 18:04:00.998 ERROR 20204 --- [ XNIO-1 task-6] r.h.a.controller.core.CommonController : Request URL: [https://www.mrdeer.top/error], URI: [/error], Request Method: [GET], IP: [111.17.25.95]
2020-03-31 18:04:01.003 ERROR 20204 --- [ XNIO-1 task-2] r.h.a.controller.core.CommonController : Request URL: [https://www.mrdeer.top/error], URI: [/error], Request Method: [GET], IP: [111.17.25.95]
2020-03-31 18:04:01.010 ERROR 20204 --- [ XNIO-1 task-2] r.h.a.controller.core.CommonController : Request URL: [https://www.mrdeer.top/error], URI: [/error], Request Method: [GET], IP: [111.17.25.95]
2020-03-31 18:04:01.019 ERROR 20204 --- [ XNIO-1 task-9] r.h.a.controller.core.CommonController : Request URL: [https://www.mrdeer.top/error], URI: [/error], Request Method: [GET], IP: [111.17.25.95]
2020-03-31 18:04:01.026 ERROR 20204 --- [ XNIO-1 task-9] r.h.a.controller.core.CommonController : Request URL: [https://www.mrdeer.top/error], URI: [/error], Request Method: [GET], IP: [111.17.25.95]
2020-03-31 18:04:01.047 ERROR 20204 --- [ XNIO-1 task-5] r.h.a.controller.core.CommonController : Request URL: [https://www.mrdeer.top/error], URI: [/error], Request Method: [GET], IP: [111.17.25.95]
2020-03-31 18:04:01.052 ERROR 20204 --- [ XNIO-1 task-3] r.h.a.controller.core.CommonController : Request URL: [https://www.mrdeer.top/error], URI: [/error], Request Method: [GET], IP: [111.17.25.95]
2020-03-31 18:04:01.114 ERROR 20204 --- [ XNIO-1 task-2] r.h.a.controller.core.CommonController : Request URL: [https://www.mrdeer.top/error], URI: [/error], Request Method: [GET], IP: [111.17.25.95]
2020-03-31 18:04:01.295 ERROR 20204 --- [ XNIO-1 task-1] r.h.a.controller.core.CommonController : Request URL: [https://www.mrdeer.top/error], URI: [/error], Request Method: [GET], IP: [111.17.25.95]