|
|
|
|
2020-08-17 12:10:13.085 [main] ERROR com.alibaba.druid.pool.DruidDataSource - testWhileIdle is true, validationQuery not set
|
|
|
|
|
2020-08-17 12:12:26.847 [main] ERROR com.alibaba.druid.pool.DruidDataSource - testWhileIdle is true, validationQuery not set
|
|
|
|
|
2020-08-17 12:13:43.022 [http-nio-16666-exec-3] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor100 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637426414/debug_Sobel.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor100.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 12:13:43.022 [http-nio-16666-exec-5] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor100 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637426414/debug_GaussianBlur.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor100.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 12:13:43.022 [http-nio-16666-exec-4] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor100 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637424983/debug_gray.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor100.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 12:13:43.022 [http-nio-16666-exec-6] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor100 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637426414/debug_gray.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor100.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 12:13:43.023 [http-nio-16666-exec-1] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor100 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637424983/debug_GaussianBlur.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor100.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 12:13:43.022 [http-nio-16666-exec-2] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor100 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637424983/debug_Sobel.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor100.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 12:13:43.042 [http-nio-16666-exec-3] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor100 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637424983/debug_Contours.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor100.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 12:13:43.042 [http-nio-16666-exec-9] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor100 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637424983/debug_morphology.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor100.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 12:13:43.042 [http-nio-16666-exec-6] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor100 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637426414/debug_Contours.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor100.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 12:13:43.045 [http-nio-16666-exec-8] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor100 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637426414/debug_morphology.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor100.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 12:13:43.045 [http-nio-16666-exec-7] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor100 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637424983/debug_threshold.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor100.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 12:13:43.047 [http-nio-16666-exec-10] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor100 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apach
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637426414/debug_threshold.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor100.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 12:13:43.066 [http-nio-16666-exec-1] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor100 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637424983/debug_crop_1.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor100.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 12:13:43.067 [http-nio-16666-exec-5] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor100 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637424983/debug_crop_2.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor100.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 12:13:43.066 [http-nio-16666-exec-2] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor100 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637426414/debug_crop_1.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor100.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 12:13:43.073 [http-nio-16666-exec-3] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor100 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637424983/debug_resize_1.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor100.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 12:13:43.074 [http-nio-16666-exec-4] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor100 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637426414/debug_crop_2.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor100.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 12:13:43.075 [http-nio-16666-exec-1] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor100 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637426414/debug_resize_1.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor100.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 12:13:43.096 [http-nio-16666-exec-6] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor100 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637424983/debug_resize_2.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor100.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 12:13:43.124 [http-nio-16666-exec-7] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor100 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637426414/debug_resize_2.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$5e316199.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor100.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 12:15:55.310 [main] ERROR com.alibaba.druid.pool.DruidDataSource - testWhileIdle is true, validationQuery not set
|
|
|
|
|
2020-08-17 14:45:03.555 [main] ERROR com.alibaba.druid.pool.DruidDataSource - testWhileIdle is true, validationQuery not set
|
|
|
|
|
2020-08-17 15:09:37.612 [http-nio-16666-exec-10] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637440120/debug_morphology.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:37.612 [http-nio-16666-exec-1] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637440120/debug_Contours.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:37.612 [http-nio-16666-exec-7] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637440120/debug_crop_1.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:37.612 [http-nio-16666-exec-5] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637440120/debug_threshold.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:37.612 [http-nio-16666-exec-6] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637440120/debug_Sobel.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:37.612 [http-nio-16666-exec-3] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637440120/debug_GaussianBlur.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:37.634 [http-nio-16666-exec-4] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637440120/debug_resize_1.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:41.377 [http-nio-16666-exec-10] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637449757/debug_GaussianBlur.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:41.380 [http-nio-16666-exec-9] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637449757/debug_threshold.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:41.380 [http-nio-16666-exec-2] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637449757/debug_gray.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:41.382 [http-nio-16666-exec-5] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637449757/debug_Sobel.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:41.384 [http-nio-16666-exec-7] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637449757/debug_Contours.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:41.385 [http-nio-16666-exec-1] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637449757/debug_morphology.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:41.390 [http-nio-16666-exec-6] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637449757/result_0.png
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:41.396 [http-nio-16666-exec-3] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637449757/debug_crop_1.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:41.399 [http-nio-16666-exec-6] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637449757/debug_crop_2.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:41.400 [http-nio-16666-exec-8] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637449757/debug_crop_4.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:41.401 [http-nio-16666-exec-10] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637449757/debug_crop_5.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:41.405 [http-nio-16666-exec-9] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637449757/debug_crop_6.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:41.405 [http-nio-16666-exec-8] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637449757/debug_crop_7.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:41.409 [http-nio-16666-exec-5] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637449757/debug_crop_8.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:41.418 [http-nio-16666-exec-7] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637449757/debug_resize_1.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:41.420 [http-nio-16666-exec-1] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637449757/debug_resize_2.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:41.422 [http-nio-16666-exec-4] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637449757/debug_resize_3.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:41.425 [http-nio-16666-exec-3] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637449757/debug_resize_4.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:41.425 [http-nio-16666-exec-6] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637449757/debug_resize_5.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:41.426 [http-nio-16666-exec-10] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637449757/debug_resize_6.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:41.431 [http-nio-16666-exec-6] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637449757/debug_resize_8.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:41.435 [http-nio-16666-exec-2] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637449757/debug_resize_7.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:45.378 [http-nio-16666-exec-3] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637453723/debug_GaussianBlur.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:45.379 [http-nio-16666-exec-1] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637453723/debug_Contours.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:45.380 [http-nio-16666-exec-8] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637453723/debug_morphology.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:45.385 [http-nio-16666-exec-5] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637453723/debug_threshold.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:45.385 [http-nio-16666-exec-6] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637453723/debug_Sobel.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:45.386 [http-nio-16666-exec-7] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637453723/debug_crop_1.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:45.391 [http-nio-16666-exec-6] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637453723/result_0.png
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:45.397 [http-nio-16666-exec-4] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637453723/debug_crop_2.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:45.399 [http-nio-16666-exec-10] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637453723/debug_crop_3.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:45.403 [http-nio-16666-exec-9] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637453723/debug_resize_1.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:45.409 [http-nio-16666-exec-3] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637453723/debug_resize_2.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|
|
|
|
|
2020-08-17 15:09:45.414 [http-nio-16666-exec-1] ERROR com.yuxue.exception.ResultReturnExceptionHandler - <---[com.yuxue.service.impl.FileServiceImpl * readFile] <---[com.yuxue.controller.FileController * readFile] <---[com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b * invoke] <---[org.springframework.cglib.proxy.MethodProxy * invoke] <---[org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation * invokeJoinpoint] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[com.yuxue.aop.AroundMethod * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.interceptor.ExposeInvocationInterceptor * invoke] <---[org.springframework.aop.framework.ReflectiveMethodInvocation * proceed] <---[org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor * intercept] <---[com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6 * readFile] <---[jdk.internal.reflect.GeneratedMethodAccessor94 * invoke] <---[jdk.internal.reflect.DelegatingMethodAccessorImpl * invoke] <---[java.lang.reflect.Method * invoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * doInvoke] <---[org.springframework.web.method.support.InvocableHandlerMethod * invokeForRequest] <---[org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod * invokeAndHandle] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * invokeHandlerMethod] <---[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter * handleInternal] <---[org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter * handle] <---[org.springframework.web.servlet.DispatcherServlet * doDispatch] <---[org.springframework.web.servlet.DispatcherServlet * doService] <---[org.springframework.web.servlet.FrameworkServlet * processRequest] <---[org.springframework.web.servlet.FrameworkServlet * doGet] <---[javax.servlet.http.HttpServlet * service] <---[org.springframework.web.servlet.FrameworkServlet * service] <---[javax.servlet.http.HttpServlet * service] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.apache.tomcat.websocket.server.WsFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[com.alibaba.druid.support.http.WebStatFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.RequestContextFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.FormContentFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.HiddenHttpMethodFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.catalina.core.ApplicationFilterChain * internalDoFilter] <---[org.apache.catalina.core.ApplicationFilterChain * doFilter] <---[org.springframework.web.filter.CharacterEncodingFilter * doFilterInternal] <---[org.springframework.web.filter.OncePerRequestFilter * doFilter] <---[org.apache.
|
|
|
|
|
com.yuxue.exception.ResultReturnException: filePath参数异常,找不到指定的文件: D:/PlateDetect/temp/1597637453723/debug_resize_3.jpg
|
|
|
|
|
at com.yuxue.service.impl.FileServiceImpl.readFile(FileServiceImpl.java:50)
|
|
|
|
|
at com.yuxue.controller.FileController.readFile(FileController.java:80)
|
|
|
|
|
at com.yuxue.controller.FileController$$FastClassBySpringCGLIB$$75d2b37b.invoke(<generated>)
|
|
|
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at com.yuxue.aop.AroundMethod.invoke(AroundMethod.java:25)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
|
|
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
|
|
at com.yuxue.controller.FileController$$EnhancerBySpringCGLIB$$a2107db6.readFile(<generated>)
|
|
|
|
|
at jdk.internal.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
|
|
|
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
|
|
|
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
|
|
|
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
|
|
|
|
|
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
|
|
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
|
|
at java.base/java.lang.Thread.run(Thread.java:835)
|