123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734 |
- 2023-11-07 08:25:01.488 [http-nio-8080-exec-4] INFO o.jeecg.modules.system.controller.LoginController:161 - 用户名: 管理员,退出成功!
- 2023-11-07 08:25:01.568 [http-nio-8080-exec-10] INFO o.jeecg.modules.system.controller.LoginController:460 - 获取验证码,Redis checkCode = vDa8,key = 1699316701538
- 2023-11-07 08:25:03.982 [http-nio-8080-exec-2] INFO o.jeecg.modules.system.controller.LoginController:460 - 获取验证码,Redis checkCode = fgas,key = 1699316703962
- 2023-11-07 08:25:05.140 [http-nio-8080-exec-8] INFO o.jeecg.modules.system.controller.LoginController:460 - 获取验证码,Redis checkCode = vcn7,key = 1699316705137
- 2023-11-07 08:25:12.276 [http-nio-8080-exec-3] INFO org.apache.tomcat.util.http.parser.Cookie:173 - A cookie header was received [Hm_lvt_5819d05c0869771ff6e6a81cdec5b2e8=1698713102,1698801184,1699082305,1699086993;] that contained an invalid cookie. That cookie will be ignored.
- Note: further occurrences of this error will be logged at DEBUG level.
- 2023-11-07 08:25:12.280 [http-nio-8080-exec-3] ERROR o.jeecg.common.exception.JeecgBootExceptionHandler:79 - 文件[temp/f84e0dffddd4de1e6ac91a6a46b04ab3(1)_1658559722015.png]不存在..
- java.lang.RuntimeException: 文件[temp/f84e0dffddd4de1e6ac91a6a46b04ab3(1)_1658559722015.png]不存在..
- at org.jeecg.modules.system.controller.CommonController.view(CommonController.java:228)
- at org.jeecg.modules.system.controller.CommonController$$FastClassBySpringCGLIB$$669ac3eb.invoke(<generated>)
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
- at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:62)
- at sun.reflect.GeneratedMethodAccessor267.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
- at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
- at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)
- at org.jeecg.modules.system.controller.CommonController$$EnhancerBySpringCGLIB$$403d8ec1.view(<generated>)
- at sun.reflect.GeneratedMethodAccessor754.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:655)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:84)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:88)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
- at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:450)
- at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
- at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
- at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
- at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
- at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.lang.Thread.run(Thread.java:748)
- 2023-11-07 08:25:12.287 [http-nio-8080-exec-2] ERROR o.jeecg.common.exception.JeecgBootExceptionHandler:79 - nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property='ew.paramNameValuePairs.MPGENVAL1', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId='null', jdbcTypeName='null', expression='null'}. Cause: org.apache.ibatis.type.TypeException: Error setting null for parameter #1 with JdbcType OTHER . Try setting a different JdbcType for this parameter or a different jdbcTypeForNull configuration property. Cause: java.sql.SQLException: 无效的列类型: 1111
- org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property='ew.paramNameValuePairs.MPGENVAL1', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId='null', jdbcTypeName='null', expression='null'}. Cause: org.apache.ibatis.type.TypeException: Error setting null for parameter #1 with JdbcType OTHER . Try setting a different JdbcType for this parameter or a different jdbcTypeForNull configuration property. Cause: java.sql.SQLException: 无效的列类型: 1111
- at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:96)
- at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:441)
- at com.sun.proxy.$Proxy136.selectOne(Unknown Source)
- at org.mybatis.spring.SqlSessionTemplate.selectOne(SqlSessionTemplate.java:160)
- at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:89)
- at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
- at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
- at com.sun.proxy.$Proxy301.selectCount(Unknown Source)
- at com.baomidou.mybatisplus.extension.service.IService.count(IService.java:361)
- at com.baomidou.mybatisplus.extension.service.IService$$FastClassBySpringCGLIB$$f8525d18.invoke(<generated>)
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:689)
- at org.jeecg.modules.zrzyqc.qyxx.service.impl.QcQyxxServiceImpl$$EnhancerBySpringCGLIB$$9b78c882.count(<generated>)
- at org.jeecg.modules.zrzyqc.qyxx.controller.QcQyxxController.getNumber(QcQyxxController.java:532)
- at org.jeecg.modules.zrzyqc.qyxx.controller.QcQyxxController$$FastClassBySpringCGLIB$$4ef4ce16.invoke(<generated>)
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
- at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:62)
- at sun.reflect.GeneratedMethodAccessor267.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
- at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
- at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)
- at org.jeecg.modules.zrzyqc.qyxx.controller.QcQyxxController$$EnhancerBySpringCGLIB$$d99562a0.getNumber(<generated>)
- at sun.reflect.GeneratedMethodAccessor755.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:655)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:88)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
- at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:450)
- at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
- at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
- at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
- at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
- at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.lang.Thread.run(Thread.java:748)
- Caused by: org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property='ew.paramNameValuePairs.MPGENVAL1', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId='null', jdbcTypeName='null', expression='null'}. Cause: org.apache.ibatis.type.TypeException: Error setting null for parameter #1 with JdbcType OTHER . Try setting a different JdbcType for this parameter or a different jdbcTypeForNull configuration property. Cause: java.sql.SQLException: 无效的列类型: 1111
- at com.baomidou.mybatisplus.core.MybatisParameterHandler.setParameters(MybatisParameterHandler.java:234)
- at org.apache.ibatis.executor.statement.PreparedStatementHandler.parameterize(PreparedStatementHandler.java:94)
- at org.apache.ibatis.executor.statement.RoutingStatementHandler.parameterize(RoutingStatementHandler.java:64)
- at sun.reflect.GeneratedMethodAccessor250.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:64)
- at com.sun.proxy.$Proxy378.parameterize(Unknown Source)
- at org.apache.ibatis.executor.SimpleExecutor.prepareStatement(SimpleExecutor.java:88)
- at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:62)
- at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325)
- at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156)
- at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109)
- at sun.reflect.GeneratedMethodAccessor248.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:64)
- at com.sun.proxy.$Proxy377.query(Unknown Source)
- at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)
- at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:62)
- at com.sun.proxy.$Proxy377.query(Unknown Source)
- at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:151)
- at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145)
- at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140)
- at org.apache.ibatis.session.defaults.DefaultSqlSession.selectOne(DefaultSqlSession.java:76)
- at sun.reflect.GeneratedMethodAccessor265.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:427)
- ... 114 common frames omitted
- Caused by: org.apache.ibatis.type.TypeException: Error setting null for parameter #1 with JdbcType OTHER . Try setting a different JdbcType for this parameter or a different jdbcTypeForNull configuration property. Cause: java.sql.SQLException: 无效的列类型: 1111
- at org.apache.ibatis.type.BaseTypeHandler.setParameter(BaseTypeHandler.java:67)
- at com.baomidou.mybatisplus.core.MybatisParameterHandler.setParameters(MybatisParameterHandler.java:232)
- ... 142 common frames omitted
- Caused by: java.sql.SQLException: 无效的列类型: 1111
- at oracle.jdbc.driver.OracleStatement.getInternalType(OracleStatement.java:3950)
- at oracle.jdbc.driver.OraclePreparedStatement.setNullCritical(OraclePreparedStatement.java:4559)
- at oracle.jdbc.driver.OraclePreparedStatement.setNull(OraclePreparedStatement.java:4541)
- at oracle.jdbc.driver.OraclePreparedStatementWrapper.setNull(OraclePreparedStatementWrapper.java:1283)
- at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_setNull(FilterChainImpl.java:3263)
- at com.alibaba.druid.filter.FilterAdapter.preparedStatement_setNull(FilterAdapter.java:1309)
- at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_setNull(FilterChainImpl.java:3260)
- at com.alibaba.druid.filter.FilterAdapter.preparedStatement_setNull(FilterAdapter.java:1309)
- at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_setNull(FilterChainImpl.java:3260)
- at com.alibaba.druid.filter.FilterAdapter.preparedStatement_setNull(FilterAdapter.java:1309)
- at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_setNull(FilterChainImpl.java:3260)
- at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.setNull(PreparedStatementProxyImpl.java:446)
- at com.alibaba.druid.pool.DruidPooledPreparedStatement.setNull(DruidPooledPreparedStatement.java:270)
- at sun.reflect.GeneratedMethodAccessor752.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:67)
- at com.sun.proxy.$Proxy380.setNull(Unknown Source)
- at org.apache.ibatis.type.BaseTypeHandler.setParameter(BaseTypeHandler.java:65)
- ... 143 common frames omitted
- 2023-11-07 08:25:12.289 [http-nio-8080-exec-1] ERROR druid.sql.Statement:149 - {conn-10021, pstmt-23380} execute error. SELECT count(1) FROM SYS_log l WHERE l.log_content LIKE concat('修改密码%', ?, '%')
- java.sql.SQLSyntaxErrorException: ORA-00909: 参数个数无效
- at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:445)
- at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
- at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:879)
- at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:450)
- at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:192)
- at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:531)
- at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:207)
- at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:884)
- at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1167)
- at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1289)
- at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3584)
- at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3685)
- at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1376)
- at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3461)
- at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
- at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459)
- at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:626)
- at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459)
- at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
- at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459)
- at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:167)
- at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:497)
- at sun.reflect.GeneratedMethodAccessor251.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59)
- at com.sun.proxy.$Proxy380.execute(Unknown Source)
- at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64)
- at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79)
- at sun.reflect.GeneratedMethodAccessor252.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:64)
- at com.sun.proxy.$Proxy378.query(Unknown Source)
- at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:63)
- at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325)
- at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156)
- at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109)
- at sun.reflect.GeneratedMethodAccessor248.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:64)
- at com.sun.proxy.$Proxy377.query(Unknown Source)
- at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)
- at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:62)
- at com.sun.proxy.$Proxy377.query(Unknown Source)
- at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:151)
- at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145)
- at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140)
- at org.apache.ibatis.session.defaults.DefaultSqlSession.selectOne(DefaultSqlSession.java:76)
- at sun.reflect.GeneratedMethodAccessor265.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:427)
- at com.sun.proxy.$Proxy136.selectOne(Unknown Source)
- at org.mybatis.spring.SqlSessionTemplate.selectOne(SqlSessionTemplate.java:160)
- at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:89)
- at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
- at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
- at com.sun.proxy.$Proxy301.getPWDlog(Unknown Source)
- at org.jeecg.modules.zrzyqc.qyxx.service.impl.QcQyxxServiceImpl.getPWDlog(QcQyxxServiceImpl.java:118)
- at org.jeecg.modules.zrzyqc.qyxx.service.impl.QcQyxxServiceImpl$$FastClassBySpringCGLIB$$ea51f798.invoke(<generated>)
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:689)
- at org.jeecg.modules.zrzyqc.qyxx.service.impl.QcQyxxServiceImpl$$EnhancerBySpringCGLIB$$9b78c882.getPWDlog(<generated>)
- at org.jeecg.modules.zrzyqc.qyxx.controller.QcQyxxController.getPWDlog(QcQyxxController.java:293)
- at org.jeecg.modules.zrzyqc.qyxx.controller.QcQyxxController$$FastClassBySpringCGLIB$$4ef4ce16.invoke(<generated>)
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
- at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:62)
- at sun.reflect.GeneratedMethodAccessor267.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
- at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
- at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)
- at org.jeecg.modules.zrzyqc.qyxx.controller.QcQyxxController$$EnhancerBySpringCGLIB$$d99562a0.getPWDlog(<generated>)
- at sun.reflect.GeneratedMethodAccessor756.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:655)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:88)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
- at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:450)
- at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
- at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
- at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
- at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
- at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.lang.Thread.run(Thread.java:748)
- 2023-11-07 08:25:12.292 [http-nio-8080-exec-1] ERROR o.jeecg.common.exception.JeecgBootExceptionHandler:79 -
- ### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00909: 参数个数无效
- ### The error may exist in file [E:\JingTian\zrzyqc2\ZRZYQCSB\BIZ\jeecg-boot-module-zrzyqc\target\classes\org\jeecg\modules\zrzyqc\qyxx\mapper\xml\QcQyxxMapper.xml]
- ### The error may involve defaultParameterMap
- ### The error occurred while setting parameters
- ### SQL: SELECT count(1) FROM SYS_log l WHERE l.log_content LIKE concat('修改密码%', ?, '%')
- ### Cause: java.sql.SQLSyntaxErrorException: ORA-00909: 参数个数无效
- ; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00909: 参数个数无效
- org.springframework.jdbc.BadSqlGrammarException:
- ### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00909: 参数个数无效
- ### The error may exist in file [E:\JingTian\zrzyqc2\ZRZYQCSB\BIZ\jeecg-boot-module-zrzyqc\target\classes\org\jeecg\modules\zrzyqc\qyxx\mapper\xml\QcQyxxMapper.xml]
- ### The error may involve defaultParameterMap
- ### The error occurred while setting parameters
- ### SQL: SELECT count(1) FROM SYS_log l WHERE l.log_content LIKE concat('修改密码%', ?, '%')
- ### Cause: java.sql.SQLSyntaxErrorException: ORA-00909: 参数个数无效
- ; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00909: 参数个数无效
- at org.springframework.jdbc.support.SQLExceptionSubclassTranslator.doTranslate(SQLExceptionSubclassTranslator.java:93)
- at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:70)
- at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:79)
- at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:91)
- at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:441)
- at com.sun.proxy.$Proxy136.selectOne(Unknown Source)
- at org.mybatis.spring.SqlSessionTemplate.selectOne(SqlSessionTemplate.java:160)
- at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:89)
- at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
- at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
- at com.sun.proxy.$Proxy301.getPWDlog(Unknown Source)
- at org.jeecg.modules.zrzyqc.qyxx.service.impl.QcQyxxServiceImpl.getPWDlog(QcQyxxServiceImpl.java:118)
- at org.jeecg.modules.zrzyqc.qyxx.service.impl.QcQyxxServiceImpl$$FastClassBySpringCGLIB$$ea51f798.invoke(<generated>)
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:689)
- at org.jeecg.modules.zrzyqc.qyxx.service.impl.QcQyxxServiceImpl$$EnhancerBySpringCGLIB$$9b78c882.getPWDlog(<generated>)
- at org.jeecg.modules.zrzyqc.qyxx.controller.QcQyxxController.getPWDlog(QcQyxxController.java:293)
- at org.jeecg.modules.zrzyqc.qyxx.controller.QcQyxxController$$FastClassBySpringCGLIB$$4ef4ce16.invoke(<generated>)
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
- at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:62)
- at sun.reflect.GeneratedMethodAccessor267.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
- at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
- at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)
- at org.jeecg.modules.zrzyqc.qyxx.controller.QcQyxxController$$EnhancerBySpringCGLIB$$d99562a0.getPWDlog(<generated>)
- at sun.reflect.GeneratedMethodAccessor756.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:655)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:88)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
- at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:450)
- at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
- at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
- at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
- at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
- at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.lang.Thread.run(Thread.java:748)
- Caused by: java.sql.SQLSyntaxErrorException: ORA-00909: 参数个数无效
- at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:445)
- at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
- at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:879)
- at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:450)
- at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:192)
- at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:531)
- at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:207)
- at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:884)
- at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1167)
- at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1289)
- at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3584)
- at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3685)
- at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1376)
- at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3461)
- at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
- at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459)
- at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:626)
- at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459)
- at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
- at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459)
- at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:167)
- at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:497)
- at sun.reflect.GeneratedMethodAccessor251.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59)
- at com.sun.proxy.$Proxy380.execute(Unknown Source)
- at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64)
- at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79)
- at sun.reflect.GeneratedMethodAccessor252.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:64)
- at com.sun.proxy.$Proxy378.query(Unknown Source)
- at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:63)
- at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325)
- at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156)
- at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109)
- at sun.reflect.GeneratedMethodAccessor248.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:64)
- at com.sun.proxy.$Proxy377.query(Unknown Source)
- at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)
- at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:62)
- at com.sun.proxy.$Proxy377.query(Unknown Source)
- at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:151)
- at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145)
- at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140)
- at org.apache.ibatis.session.defaults.DefaultSqlSession.selectOne(DefaultSqlSession.java:76)
- at sun.reflect.GeneratedMethodAccessor265.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:427)
- ... 114 common frames omitted
- 2023-11-07 08:25:21.889 [http-nio-8080-exec-1] INFO o.j.m.r.catalog.controller.RescatalogController:80 - ======用户资源目录查询成功=====耗时:40毫秒
- 2023-11-07 08:29:52.743 [http-nio-8080-exec-10] INFO o.j.config.sign.interceptor.SignAuthInterceptor:35 - request URI = /jeecg-boot/sys/dict/getDictItems/rescatalog,alias,tablename,queryable='true'
- 2023-11-07 08:29:52.750 [http-nio-8080-exec-10] INFO org.jeecg.config.sign.util.HttpUtils:44 - pathVariable: rescatalog,alias,tablename,queryable='true'
- 2023-11-07 08:29:52.751 [http-nio-8080-exec-10] INFO org.jeecg.config.sign.util.HttpUtils:46 - pathVariable decode: rescatalog,alias,tablename,queryable='true'
- 2023-11-07 08:29:52.758 [http-nio-8080-exec-10] INFO org.jeecg.config.sign.util.SignUtil:49 - Param paramsJsonStr : {"x-path-variable":"rescatalog,alias,tablename,queryable='true'"}
- 2023-11-07 08:29:52.759 [http-nio-8080-exec-10] INFO org.jeecg.config.sign.util.SignUtil:36 - Param Sign : 6CE02791DBAAAF81C62554FC7C92F9DA
- 2023-11-07 08:29:52.763 [http-nio-8080-exec-10] INFO o.j.modules.system.controller.SysDictController:160 - dictCode : rescatalog,alias,tablename,queryable='true'
- 2023-11-07 08:29:52.764 [http-nio-8080-exec-10] INFO o.j.c.util.security.AbstractQueryBlackListHandler:48 - --获取sql信息--
- 2023-11-07 08:29:53.742 [http-nio-8080-exec-1] INFO org.jeecg.common.aspect.DictAspect:111 - __ 进入字典翻译切面 DictAspect ——
- 2023-11-07 08:29:55.190 [http-nio-8080-exec-6] INFO org.jeecg.common.aspect.DictAspect:111 - __ 进入字典翻译切面 DictAspect ——
- 2023-11-07 08:29:57.578 [http-nio-8080-exec-4] INFO org.jeecg.common.aspect.DictAspect:111 - __ 进入字典翻译切面 DictAspect ——
- 2023-11-07 08:29:59.354 [http-nio-8080-exec-10] INFO org.jeecg.common.system.query.QueryGenerator:594 - ---查询过滤器,Query规则---field:pid, rule:LIKE, value:1497162664117334018
- 2023-11-07 08:29:59.358 [http-nio-8080-exec-10] INFO org.jeecg.common.aspect.DictAspect:111 - __ 进入字典翻译切面 DictAspect ——
- 2023-11-07 08:30:02.101 [http-nio-8080-exec-1] INFO org.jeecg.common.system.query.QueryGenerator:594 - ---查询过滤器,Query规则---field:pid, rule:LIKE, value:1497146005642080257
- 2023-11-07 08:30:02.104 [http-nio-8080-exec-1] INFO org.jeecg.common.aspect.DictAspect:111 - __ 进入字典翻译切面 DictAspect ——
- 2023-11-07 08:30:20.821 [http-nio-8080-exec-8] INFO o.j.config.sign.interceptor.SignAuthInterceptor:35 - request URI = /jeecg-boot/sys/dict/loadTreeData
- 2023-11-07 08:30:20.821 [http-nio-8080-exec-4] INFO o.j.config.sign.interceptor.SignAuthInterceptor:35 - request URI = /jeecg-boot/sys/dict/loadDictItem/rescatalog,alias,id
- 2023-11-07 08:30:20.821 [http-nio-8080-exec-4] INFO org.jeecg.config.sign.util.HttpUtils:44 - pathVariable: rescatalog,alias,id
- 2023-11-07 08:30:20.821 [http-nio-8080-exec-8] INFO org.jeecg.config.sign.util.SignUtil:49 - Param paramsJsonStr : {"code":"id","condition":"","hasChildField":"has_child","pid":"0","pidField":"pid","tableName":"rescatalog","text":"alias"}
- 2023-11-07 08:30:20.821 [http-nio-8080-exec-4] INFO org.jeecg.config.sign.util.HttpUtils:46 - pathVariable decode: rescatalog,alias,id
- 2023-11-07 08:30:20.821 [http-nio-8080-exec-7] INFO o.j.config.sign.interceptor.SignAuthInterceptor:35 - request URI = /jeecg-boot/sys/dict/getDictItems/visible
- 2023-11-07 08:30:20.821 [http-nio-8080-exec-4] INFO org.jeecg.config.sign.util.SignUtil:49 - Param paramsJsonStr : {"key":"1497146005642080257","x-path-variable":"rescatalog,alias,id"}
- 2023-11-07 08:30:20.821 [http-nio-8080-exec-8] INFO org.jeecg.config.sign.util.SignUtil:36 - Param Sign : 50BCF9BE69036288520E6C1C1FB67BAA
- 2023-11-07 08:30:20.822 [http-nio-8080-exec-4] INFO org.jeecg.config.sign.util.SignUtil:36 - Param Sign : E4BDCC67908026BEC31C934D8B4B9B50
- 2023-11-07 08:30:20.821 [http-nio-8080-exec-7] INFO org.jeecg.config.sign.util.SignUtil:49 - Param paramsJsonStr : {}
- 2023-11-07 08:30:20.822 [http-nio-8080-exec-7] INFO org.jeecg.config.sign.util.SignUtil:36 - Param Sign : E19D6243CB1945AB4F7202A1B00F77D5
- 2023-11-07 08:30:20.822 [http-nio-8080-exec-4] INFO o.j.c.util.security.AbstractQueryBlackListHandler:48 - --获取sql信息--
- 2023-11-07 08:30:20.822 [http-nio-8080-exec-7] INFO o.j.modules.system.controller.SysDictController:160 - dictCode : visible
- 2023-11-07 08:30:20.825 [http-nio-8080-exec-4] INFO o.j.modules.system.controller.SysDictController:290 - Result(success=true, message=, code=0, result=[基础数据], result1=null, timestamp=1699317020822, onlTable=null)
- 2023-11-07 08:30:20.829 [http-nio-8080-exec-10] INFO o.j.config.sign.interceptor.SignAuthInterceptor:35 - request URI = /jeecg-boot/sys/dict/getDictItems/visible
- 2023-11-07 08:30:20.830 [http-nio-8080-exec-10] INFO org.jeecg.config.sign.util.SignUtil:49 - Param paramsJsonStr : {}
- 2023-11-07 08:30:20.830 [http-nio-8080-exec-10] INFO org.jeecg.config.sign.util.SignUtil:36 - Param Sign : E19D6243CB1945AB4F7202A1B00F77D5
- 2023-11-07 08:30:20.830 [http-nio-8080-exec-10] INFO o.j.modules.system.controller.SysDictController:160 - dictCode : visible
- 2023-11-07 08:30:45.362 [http-nio-8080-exec-6] INFO org.jeecg.common.aspect.DictAspect:111 - __ 进入字典翻译切面 DictAspect ——
- 2023-11-07 08:30:45.434 [http-nio-8080-exec-2] INFO org.jeecg.common.aspect.DictAspect:111 - __ 进入字典翻译切面 DictAspect ——
- 2023-11-07 08:30:48.717 [http-nio-8080-exec-3] INFO o.j.config.sign.interceptor.SignAuthInterceptor:35 - request URI = /jeecg-boot/sys/dict/loadTreeData
- 2023-11-07 08:30:48.717 [http-nio-8080-exec-3] INFO org.jeecg.config.sign.util.SignUtil:49 - Param paramsJsonStr : {"code":"id","condition":"","hasChildField":"has_child","pid":"0","pidField":"pid","tableName":"rescatalog","text":"alias"}
- 2023-11-07 08:30:48.717 [http-nio-8080-exec-3] INFO org.jeecg.config.sign.util.SignUtil:36 - Param Sign : 50BCF9BE69036288520E6C1C1FB67BAA
- 2023-11-07 08:30:48.718 [http-nio-8080-exec-9] INFO o.j.config.sign.interceptor.SignAuthInterceptor:35 - request URI = /jeecg-boot/sys/dict/getDictItems/visible
- 2023-11-07 08:30:48.718 [http-nio-8080-exec-9] INFO org.jeecg.config.sign.util.SignUtil:49 - Param paramsJsonStr : {}
- 2023-11-07 08:30:48.718 [http-nio-8080-exec-1] INFO o.j.config.sign.interceptor.SignAuthInterceptor:35 - request URI = /jeecg-boot/sys/dict/loadDictItem/rescatalog,alias,id
- 2023-11-07 08:30:48.718 [http-nio-8080-exec-9] INFO org.jeecg.config.sign.util.SignUtil:36 - Param Sign : E19D6243CB1945AB4F7202A1B00F77D5
- 2023-11-07 08:30:48.719 [http-nio-8080-exec-1] INFO org.jeecg.config.sign.util.HttpUtils:44 - pathVariable: rescatalog,alias,id
- 2023-11-07 08:30:48.719 [http-nio-8080-exec-1] INFO org.jeecg.config.sign.util.HttpUtils:46 - pathVariable decode: rescatalog,alias,id
- 2023-11-07 08:30:48.719 [http-nio-8080-exec-9] INFO o.j.modules.system.controller.SysDictController:160 - dictCode : visible
- 2023-11-07 08:30:48.719 [http-nio-8080-exec-1] INFO org.jeecg.config.sign.util.SignUtil:49 - Param paramsJsonStr : {"key":"1497146005642080257","x-path-variable":"rescatalog,alias,id"}
- 2023-11-07 08:30:48.719 [http-nio-8080-exec-1] INFO org.jeecg.config.sign.util.SignUtil:36 - Param Sign : E4BDCC67908026BEC31C934D8B4B9B50
- 2023-11-07 08:30:48.720 [http-nio-8080-exec-1] INFO o.j.c.util.security.AbstractQueryBlackListHandler:48 - --获取sql信息--
- 2023-11-07 08:30:48.721 [http-nio-8080-exec-1] INFO o.j.modules.system.controller.SysDictController:290 - Result(success=true, message=, code=0, result=[基础数据], result1=null, timestamp=1699317048720, onlTable=null)
- 2023-11-07 08:30:48.725 [http-nio-8080-exec-6] INFO o.j.config.sign.interceptor.SignAuthInterceptor:35 - request URI = /jeecg-boot/sys/dict/getDictItems/visible
- 2023-11-07 08:30:48.725 [http-nio-8080-exec-6] INFO org.jeecg.config.sign.util.SignUtil:49 - Param paramsJsonStr : {}
- 2023-11-07 08:30:48.725 [http-nio-8080-exec-6] INFO org.jeecg.config.sign.util.SignUtil:36 - Param Sign : E19D6243CB1945AB4F7202A1B00F77D5
- 2023-11-07 08:30:48.725 [http-nio-8080-exec-6] INFO o.j.modules.system.controller.SysDictController:160 - dictCode : visible
- 2023-11-07 08:30:53.095 [http-nio-8080-exec-4] INFO org.jeecg.common.aspect.DictAspect:111 - __ 进入字典翻译切面 DictAspect ——
- 2023-11-07 08:30:53.140 [http-nio-8080-exec-10] INFO org.jeecg.common.aspect.DictAspect:111 - __ 进入字典翻译切面 DictAspect ——
- 2023-11-07 08:31:13.844 [http-nio-8080-exec-2] INFO o.j.config.sign.interceptor.SignAuthInterceptor:35 - request URI = /jeecg-boot/sys/dict/loadTreeData
- 2023-11-07 08:31:13.845 [http-nio-8080-exec-2] INFO org.jeecg.config.sign.util.SignUtil:49 - Param paramsJsonStr : {"code":"id","condition":"","hasChildField":"has_child","pid":"0","pidField":"pid","tableName":"rescatalog","text":"alias"}
- 2023-11-07 08:31:13.845 [http-nio-8080-exec-5] INFO o.j.config.sign.interceptor.SignAuthInterceptor:35 - request URI = /jeecg-boot/sys/dict/getDictItems/visible
- 2023-11-07 08:31:13.845 [http-nio-8080-exec-2] INFO org.jeecg.config.sign.util.SignUtil:36 - Param Sign : 50BCF9BE69036288520E6C1C1FB67BAA
- 2023-11-07 08:31:13.845 [http-nio-8080-exec-5] INFO org.jeecg.config.sign.util.SignUtil:49 - Param paramsJsonStr : {}
- 2023-11-07 08:31:13.845 [http-nio-8080-exec-5] INFO org.jeecg.config.sign.util.SignUtil:36 - Param Sign : E19D6243CB1945AB4F7202A1B00F77D5
- 2023-11-07 08:31:13.846 [http-nio-8080-exec-5] INFO o.j.modules.system.controller.SysDictController:160 - dictCode : visible
- 2023-11-07 08:31:13.846 [http-nio-8080-exec-7] INFO o.j.config.sign.interceptor.SignAuthInterceptor:35 - request URI = /jeecg-boot/sys/dict/loadDictItem/rescatalog,alias,id
- 2023-11-07 08:31:13.846 [http-nio-8080-exec-7] INFO org.jeecg.config.sign.util.HttpUtils:44 - pathVariable: rescatalog,alias,id
- 2023-11-07 08:31:13.846 [http-nio-8080-exec-7] INFO org.jeecg.config.sign.util.HttpUtils:46 - pathVariable decode: rescatalog,alias,id
- 2023-11-07 08:31:13.846 [http-nio-8080-exec-7] INFO org.jeecg.config.sign.util.SignUtil:49 - Param paramsJsonStr : {"key":"1497146005642080257","x-path-variable":"rescatalog,alias,id"}
- 2023-11-07 08:31:13.847 [http-nio-8080-exec-7] INFO org.jeecg.config.sign.util.SignUtil:36 - Param Sign : E4BDCC67908026BEC31C934D8B4B9B50
- 2023-11-07 08:31:13.847 [http-nio-8080-exec-7] INFO o.j.c.util.security.AbstractQueryBlackListHandler:48 - --获取sql信息--
- 2023-11-07 08:31:13.848 [http-nio-8080-exec-7] INFO o.j.modules.system.controller.SysDictController:290 - Result(success=true, message=, code=0, result=[基础数据], result1=null, timestamp=1699317073847, onlTable=null)
- 2023-11-07 08:31:13.853 [http-nio-8080-exec-4] INFO o.j.config.sign.interceptor.SignAuthInterceptor:35 - request URI = /jeecg-boot/sys/dict/getDictItems/visible
- 2023-11-07 08:31:13.853 [http-nio-8080-exec-4] INFO org.jeecg.config.sign.util.SignUtil:49 - Param paramsJsonStr : {}
- 2023-11-07 08:31:13.853 [http-nio-8080-exec-4] INFO org.jeecg.config.sign.util.SignUtil:36 - Param Sign : E19D6243CB1945AB4F7202A1B00F77D5
- 2023-11-07 08:31:13.853 [http-nio-8080-exec-4] INFO o.j.modules.system.controller.SysDictController:160 - dictCode : visible
- 2023-11-07 08:31:20.231 [http-nio-8080-exec-9] INFO org.jeecg.common.aspect.DictAspect:111 - __ 进入字典翻译切面 DictAspect ——
- 2023-11-07 08:31:20.276 [http-nio-8080-exec-6] INFO org.jeecg.common.aspect.DictAspect:111 - __ 进入字典翻译切面 DictAspect ——
- 2023-11-07 08:35:41.290 [http-nio-8080-exec-9] INFO o.j.m.r.catalog.controller.RescatalogController:80 - ======用户资源目录查询成功=====耗时:27毫秒
- 2023-11-07 08:37:16.143 [http-nio-8080-exec-3] INFO o.j.m.r.catalog.controller.RescatalogController:80 - ======用户资源目录查询成功=====耗时:28毫秒
- 2023-11-07 08:37:34.358 [http-nio-8080-exec-10] INFO o.j.m.r.catalog.controller.RescatalogController:80 - ======用户资源目录查询成功=====耗时:25毫秒
- 2023-11-07 08:37:51.662 [http-nio-8080-exec-7] INFO o.j.m.r.catalog.controller.RescatalogController:80 - ======用户资源目录查询成功=====耗时:29毫秒
- 2023-11-07 08:38:39.268 [http-nio-8080-exec-5] INFO o.j.m.r.catalog.controller.RescatalogController:80 - ======用户资源目录查询成功=====耗时:27毫秒
|