[错误] 文件搜索出错
2026-09-15 09:33:47.869 ERROR 1 --- [e77abe01-95db-4b7f-ac66-683c7b395cb4] [ 20] [ 10.0.243.63] [http-nio-8080-exec-3] i.z.z.c.e.GlobalExceptionHandler : Handler dispatch failed: org.graalvm.nativeimage.MissingReflectionRegistrationError: Cannot reflectively instantiate the array class 'im.zhaojun.zfile.module.storage.model.result.FileItemResult[]'. To allow this operation, add the following to the 'reflection' section of 'reachability-metadata.json' and rebuild the native image: { "type": "im.zhaojun.zfile.module.storage.model.result.FileItemResult[]" } The 'reachability-metadata.json' file should be located in 'META-INF/native-image///' of your project. For further help, see https://www.graalvm.org/latest/reference-manual/native-image/metadata/#reflection jakarta.servlet.ServletException: Handler dispatch failed: org.graalvm.nativeimage.MissingReflectionRegistrationError: Cannot reflectively instantiate the array class 'im.zhaojun.zfile.module.storage.model.result.FileItemResult[]'. To allow this operation, add the following to the 'reflection' section of 'reachability-metadata.json' and rebuild the native image: { "type": "im.zhaojun.zfile.module.storage.model.result.FileItemResult[]" } The 'reachability-metadata.json' file should be located in 'META-INF/native-image///' of your project. For further help, see https://www.graalvm.org/latest/reference-manual/native-image/metadata/#reflection at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1104) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:138) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at …
内容来源: zfile-dev/zfile