-
Notifications
You must be signed in to change notification settings - Fork 120
Description
前端请求地址http://192.168.57.55:7001/chaos-blade/index.bundle.js,日志信息如下,是否是路径请求位置不对导致的
2025-10-09 15:18:54.343 INFO 29186 --- [nio-7001-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring FrameworkServlet 'dispatcherServlet'
2025-10-09 15:18:54.343 INFO 29186 --- [nio-7001-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization started
2025-10-09 15:18:54.378 INFO 29186 --- [nio-7001-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization completed in 35 ms
2025-10-09 15:18:54.672 WARN 29186 --- [nio-7001-exec-2] o.s.web.servlet.PageNotFound : No mapping found for HTTP request with URI [/chaos-blade/index.bundle.js] in DispatcherServlet with name 'dispatcherServlet'
2025-10-09 15:18:54.679 WARN 29186 --- [nio-7001-exec-2] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved exception caused by handler execution: org.springframework.web.servlet.NoHandlerFoundException: No handler found for GET /chaos-blade/index.bundle.js
2025-10-09 15:19:00.113 WARN 29186 --- [nio-7001-exec-4] o.s.web.servlet.PageNotFound : No mapping found for HTTP request with URI [/chaos-blade/index.bundle.js] in DispatcherServlet with name 'dispatcherServlet'
2025-10-09 15:19:00.114 WARN 29186 --- [nio-7001-exec-4] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved exception caused by handler execution: org.springframework.web.servlet.NoHandlerFoundException: No handler found for GET /chaos-blade/index.bundle.js