- 公共模块/base
- 计划模块/plan
- 景点
- 试题
- 任务
- 开发者工具
- 方案
- 线路
- 剧本
- 审核
- 行程-个人中心
- 人员管理/团队管理
- 任务管理
- 4-团队路线管理-新的任务
- 100-初始化行程团队景点(自动调用)
- 3-团队路线管理-团队任务列表(废弃)
- 5-团队路线管理-更新团队任务列表(废弃)
- 1-团队路线管理-任务一致性查询(如果发现该行 程没有初始化景点,内部调用初始化行程团队景点)
- 2-团队路线管理-修改任务模式
- 4-团队路线管理-从任务库获取任务
- 5-团队路线管理-保存一个个人任务
- 5-团队路线管理-新增一个团队任务
- 3-团队路线管理-个人任务列表
- 3-团队路线管理-团队任务列表
- 3-团队路线管理-团队任务列表 - 删除
- 3-团队路线管理-个人任务-添加任务-景点/人员选择列表
- 3-团队路线管理-个人任务列表 - 删除
- 设置方案景点任务数目
- 获取方案景点任务数目
- 获取景点最大可用团队任务数目
- 团队路线管理
- 后勤管理
- 队长/参与者
- 100-初始化行程(自动调用)
- 99-根据方案id获取方案行程订单详情
- 99-删除行程—连带清除此行程下的所有数据和用户操作数据
- 99-开启签到/开始行程
- 999-调试用获取方案全部数据结构
- 行程报告
- 历史记录
- 闯关记录
- 组织架构/user
- 小程序接口 (部分)/wxUser
- 文件上传/user
- 导入向接口/wxUser
- 二期
- 3.0
- 其他
- 订单
- 大屏/plan
- deepSeek
- 线上
- 本地
- websocket本地测试连接
- 行程通知POST
- 測試GET
- 富文本框文件上传POST
测试
开发中
user
https://travel.daoziji.com/user
user
https://travel.daoziji.com/user
POST
https://travel.daoziji.com/user
请求参数
Header 参数
Authentication
string
可选
示例值:
eyJhbGciOiJIUzI1NiJ9.eyJqdGkiOiJkZTQ3NTBlZjM2YmU0ZWRlOTVkNzZhNTVmMDZlMjIwMSIsInN1YiI6IjJ2eCIsImlzcyI6InNnIiwiaWF0IjoxNjk5NjAyMTc3LCJleHAiOjE3MzExMzgxNzd9.1ESx2OoOogj-qXdxUSuHuk0ofTwYgYNiJhDqs8OwwtE
token
string
可选
默认值:
59488631878869803924403251
Body 参数multipart/form-data
file
file
可选
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://192.168.1.200:9269/plan/debug/test9' \
--header 'Authentication: eyJhbGciOiJIUzI1NiJ9.eyJqdGkiOiJkZTQ3NTBlZjM2YmU0ZWRlOTVkNzZhNTVmMDZlMjIwMSIsInN1YiI6IjJ2eCIsImlzcyI6InNnIiwiaWF0IjoxNjk5NjAyMTc3LCJleHAiOjE3MzExMzgxNzd9.1ESx2OoOogj-qXdxUSuHuk0ofTwYgYNiJhDqs8OwwtE' \
--header 'token: 59488631878869803924403251' \
--form 'file=@""'
返回响应
🟢200成功
application/json
Body
msg
string
必需
code
integer
必需
data
object
必需
records
array [object {5}]
必需
total
integer
必需
size
integer
必需
current
integer
必需
orders
array[string]
必需
optimizeCountSql
boolean
必需
searchCount
boolean
必需
pages
integer
必需
示例
{ "msg": "操作成功", "code": 200, "data": { "records": [ { "id": 89, "groupName": "backstage2", "errorMsg": "{code=500, msg=空数据错误:null\n文件:【com.dzj.service.impl.UserServiceImpl】,方法:【accountLogin】,错误行号:【100】, error1=文件:【com.dzj.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$e3b3b73c】,方法:【invoke】,错误行号:【-1】, error2=文件:【org.springframework.cglib.proxy.MethodProxy】,方法:【invoke】,错误行号:【218】, error3=文件:【org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation】,方法:【invokeJoinpoint】,错误行号:【779】, error4=文件:【org.springframework.aop.framework.ReflectiveMethodInvocation】,方法:【proceed】,错误行号:【163】, error5=文件:【org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation】,方法:【proceed】,错误行号:【750】, error6=文件:【com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationInterceptor】,方法:【invoke】,错误行号:【50】, error7=文件:【org.springframework.aop.framework.ReflectiveMethodInvocation】,方法:【proceed】,错误行号:【186】, error8=文件:【org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation】,方法:【proceed】,错误行号:【750】, error9=文件:【org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor】,方法:【intercept】,错误行号:【692】, error10=文件:【com.dzj.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$7f905987】,方法:【accountLogin】,错误行号:【-1】, error11=文件:【com.dzj.controller.LoginController】,方法:【login】,错误行号:【41】, error12=文件:【sun.reflect.GeneratedMethodAccessor356】,方法:【invoke】,错误行号:【-1】, error13=文件:【sun.reflect.DelegatingMethodAccessorImpl】,方法:【invoke】,错误行号:【43】, error14=文件:【java.lang.reflect.Method】,方法:【invoke】,错误行号:【498】, error15=文件:【org.springframework.web.method.support.InvocableHandlerMethod】,方法:【doInvoke】,错误行号:【190】, error16=文件:【org.springframework.web.method.support.InvocableHandlerMethod】,方法:【invokeForRequest】,错误行号:【138】, error17=文件:【org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod】,方法:【invokeAndHandle】,错误行号:【105】, error18=文件:【org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter】,方法:【invokeHandlerMethod】,错误行号:【878】, error19=文件:【org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter】,方法:【handleInternal】,错误行号:【792】, error20=文件:【org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter】,方法:【handle】,错误行号:【87】, error21=文件:【org.springframework.web.servlet.DispatcherServlet】,方法:【doDispatch】,错误行号:【1040】, error22=文件:【org.springframework.web.servlet.DispatcherServlet】,方法:【doService】,错误行号:【943】, error23=文件:【org.springframework.web.servlet.FrameworkServlet】,方法:【processRequest】,错误行号:【1006】, error24=文件:【org.springframework.web.servlet.FrameworkServlet】,方法:【doPost】,错误行号:【909】, error25=文件:【javax.servlet.http.HttpServlet】,方法:【service】,错误行号:【665】, error26=文件:【org.springframework.web.servlet.FrameworkServlet】,方法:【service】,错误行号:【883】, error27=文件:【javax.servlet.http.HttpServlet】,方法:【service】,错误行号:【750】, error28=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【227】, error29=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error30=文件:【org.apache.tomcat.websocket.server.WsFilter】,方法:【doFilter】,错误行号:【53】, error31=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error32=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error33=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【113】, error34=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error35=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error36=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【320】, error37=文件:【org.springframework.security.web.access.intercept.FilterSecurityInterceptor】,方法:【invoke】,错误行号:【126】, error38=文件:【org.springframework.security.web.access.intercept.FilterSecurityInterceptor】,方法:【doFilter】,错误行号:【90】, error39=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error40=文件:【org.springframework.security.web.access.ExceptionTranslationFilter】,方法:【doFilter】,错误行号:【118】, error41=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error42=文件:【org.springframework.security.web.session.SessionManagementFilter】,方法:【doFilter】,错误行号:【137】, error43=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error44=文件:【org.springframework.security.web.authentication.AnonymousAuthenticationFilter】,方法:【doFilter】,错误行号:【111】, error45=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error46=文件:【org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter】,方法:【doFilter】,错误行号:【158】, error47=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error48=文件:【org.springframework.security.web.savedrequest.RequestCacheAwareFilter】,方法:【doFilter】,错误行号:【63】, error49=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error50=文件:【com.dzj.security.fillter.JwtAuthenticationTokenFilter】,方法:【doFilterInternal】,错误行号:【44】, error51=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error52=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error53=文件:【org.springframework.security.web.authentication.logout.LogoutFilter】,方法:【doFilter】,错误行号:【116】, error54=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error55=文件:【org.springframework.web.filter.CorsFilter】,方法:【doFilterInternal】,错误行号:【92】, error56=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error57=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error58=文件:【org.springframework.security.web.header.HeaderWriterFilter】,方法:【doHeadersAfter】,错误行号:【92】, error59=文件:【org.springframework.security.web.header.HeaderWriterFilter】,方法:【doFilterInternal】,错误行号:【77】, error60=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error61=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error62=文件:【org.springframework.security.web.context.SecurityContextPersistenceFilter】,方法:【doFilter】,错误行号:【105】, error63=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error64=文件:【org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter】,方法:【doFilterInternal】,错误行号:【56】, error65=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error66=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error67=文件:【org.springframework.security.web.FilterChainProxy】,方法:【doFilterInternal】,错误行号:【215】, error68=文件:【org.springframework.security.web.FilterChainProxy】,方法:【doFilter】,错误行号:【178】, error69=文件:【org.springframework.web.filter.DelegatingFilterProxy】,方法:【invokeDelegate】,错误行号:【358】, error70=文件:【org.springframework.web.filter.DelegatingFilterProxy】,方法:【doFilter】,错误行号:【271】, error71=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error72=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error73=文件:【org.springframework.web.filter.RequestContextFilter】,方法:【doFilterInternal】,错误行号:【100】, error74=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error75=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error76=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error77=文件:【org.springframework.web.filter.FormContentFilter】,方法:【doFilterInternal】,错误行号:【93】, error78=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error79=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error80=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error81=文件:【org.springframework.web.filter.CharacterEncodingFilter】,方法:【doFilterInternal】,错误行号:【201】, error82=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error83=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error84=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error85=文件:【org.apache.catalina.core.StandardWrapperValve】,方法:【invoke】,错误行号:【202】, error86=文件:【org.apache.catalina.core.StandardContextValve】,方法:【invoke】,错误行号:【97】, error87=文件:【org.apache.catalina.authenticator.AuthenticatorBase】,方法:【invoke】,错误行号:【542】, error88=文件:【org.apache.catalina.core.StandardHostValve】,方法:【invoke】,错误行号:【143】, error89=文件:【org.apache.catalina.valves.ErrorReportValve】,方法:【invoke】,错误行号:【92】, error90=文件:【org.apache.catalina.core.StandardEngineValve】,方法:【invoke】,错误行号:【78】, error91=文件:【org.apache.catalina.connector.CoyoteAdapter】,方法:【service】,错误行号:【357】, error92=文件:【org.apache.coyote.http11.Http11Processor】,方法:【service】,错误行号:【374】, error93=文件:【org.apache.coyote.AbstractProcessorLight】,方法:【process】,错误行号:【65】, error94=文件:【org.apache.coyote.AbstractProtocol$ConnectionHandler】,方法:【process】,错误行号:【893】, error95=文件:【org.apache.tomcat.util.net.NioEndpoint$SocketProcessor】,方法:【doRun】,错误行号:【1707】, error96=文件:【org.apache.tomcat.util.net.SocketProcessorBase】,方法:【run】,错误行号:【49】, error97=文件:【java.util.concurrent.ThreadPoolExecutor】,方法:【runWorker】,错误行号:【1149】, error98=文件:【java.util.concurrent.ThreadPoolExecutor$Worker】,方法:【run】,错误行号:【624】, error99=文件:【org.apache.tomcat.util.threads.TaskThread$WrappingRunnable】,方法:【run】,错误行号:【61】, error100=文件:【java.lang.Thread】,方法:【run】,错误行号:【750】}", "createTime": "2024-01-08 14:24:58", "serviceName": "用户" }, { "id": 88, "groupName": "backstage2", "errorMsg": "{code=500, msg=空数据错误:null\n文件:【com.dzj.service.impl.UserServiceImpl】,方法:【accountLogin】,错误行号:【100】, error1=文件:【com.dzj.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$e3b3b73c】,方法:【invoke】,错误行号:【-1】, error2=文件:【org.springframework.cglib.proxy.MethodProxy】,方法:【invoke】,错误行号:【218】, error3=文件:【org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation】,方法:【invokeJoinpoint】,错误行号:【779】, error4=文件:【org.springframework.aop.framework.ReflectiveMethodInvocation】,方法:【proceed】,错误行号:【163】, error5=文件:【org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation】,方法:【proceed】,错误行号:【750】, error6=文件:【com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationInterceptor】,方法:【invoke】,错误行号:【50】, error7=文件:【org.springframework.aop.framework.ReflectiveMethodInvocation】,方法:【proceed】,错误行号:【186】, error8=文件:【org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation】,方法:【proceed】,错误行号:【750】, error9=文件:【org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor】,方法:【intercept】,错误行号:【692】, error10=文件:【com.dzj.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$7f905987】,方法:【accountLogin】,错误行号:【-1】, error11=文件:【com.dzj.controller.LoginController】,方法:【login】,错误行号:【41】, error12=文件:【sun.reflect.GeneratedMethodAccessor356】,方法:【invoke】,错误行号:【-1】, error13=文件:【sun.reflect.DelegatingMethodAccessorImpl】,方法:【invoke】,错误行号:【43】, error14=文件:【java.lang.reflect.Method】,方法:【invoke】,错误行号:【498】, error15=文件:【org.springframework.web.method.support.InvocableHandlerMethod】,方法:【doInvoke】,错误行号:【190】, error16=文件:【org.springframework.web.method.support.InvocableHandlerMethod】,方法:【invokeForRequest】,错误行号:【138】, error17=文件:【org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod】,方法:【invokeAndHandle】,错误行号:【105】, error18=文件:【org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter】,方法:【invokeHandlerMethod】,错误行号:【878】, error19=文件:【org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter】,方法:【handleInternal】,错误行号:【792】, error20=文件:【org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter】,方法:【handle】,错误行号:【87】, error21=文件:【org.springframework.web.servlet.DispatcherServlet】,方法:【doDispatch】,错误行号:【1040】, error22=文件:【org.springframework.web.servlet.DispatcherServlet】,方法:【doService】,错误行号:【943】, error23=文件:【org.springframework.web.servlet.FrameworkServlet】,方法:【processRequest】,错误行号:【1006】, error24=文件:【org.springframework.web.servlet.FrameworkServlet】,方法:【doPost】,错误行号:【909】, error25=文件:【javax.servlet.http.HttpServlet】,方法:【service】,错误行号:【665】, error26=文件:【org.springframework.web.servlet.FrameworkServlet】,方法:【service】,错误行号:【883】, error27=文件:【javax.servlet.http.HttpServlet】,方法:【service】,错误行号:【750】, error28=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【227】, error29=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error30=文件:【org.apache.tomcat.websocket.server.WsFilter】,方法:【doFilter】,错误行号:【53】, error31=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error32=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error33=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【113】, error34=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error35=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error36=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【320】, error37=文件:【org.springframework.security.web.access.intercept.FilterSecurityInterceptor】,方法:【invoke】,错误行号:【126】, error38=文件:【org.springframework.security.web.access.intercept.FilterSecurityInterceptor】,方法:【doFilter】,错误行号:【90】, error39=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error40=文件:【org.springframework.security.web.access.ExceptionTranslationFilter】,方法:【doFilter】,错误行号:【118】, error41=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error42=文件:【org.springframework.security.web.session.SessionManagementFilter】,方法:【doFilter】,错误行号:【137】, error43=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error44=文件:【org.springframework.security.web.authentication.AnonymousAuthenticationFilter】,方法:【doFilter】,错误行号:【111】, error45=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error46=文件:【org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter】,方法:【doFilter】,错误行号:【158】, error47=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error48=文件:【org.springframework.security.web.savedrequest.RequestCacheAwareFilter】,方法:【doFilter】,错误行号:【63】, error49=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error50=文件:【com.dzj.security.fillter.JwtAuthenticationTokenFilter】,方法:【doFilterInternal】,错误行号:【44】, error51=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error52=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error53=文件:【org.springframework.security.web.authentication.logout.LogoutFilter】,方法:【doFilter】,错误行号:【116】, error54=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error55=文件:【org.springframework.web.filter.CorsFilter】,方法:【doFilterInternal】,错误行号:【92】, error56=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error57=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error58=文件:【org.springframework.security.web.header.HeaderWriterFilter】,方法:【doHeadersAfter】,错误行号:【92】, error59=文件:【org.springframework.security.web.header.HeaderWriterFilter】,方法:【doFilterInternal】,错误行号:【77】, error60=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error61=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error62=文件:【org.springframework.security.web.context.SecurityContextPersistenceFilter】,方法:【doFilter】,错误行号:【105】, error63=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error64=文件:【org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter】,方法:【doFilterInternal】,错误行号:【56】, error65=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error66=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error67=文件:【org.springframework.security.web.FilterChainProxy】,方法:【doFilterInternal】,错误行号:【215】, error68=文件:【org.springframework.security.web.FilterChainProxy】,方法:【doFilter】,错误行号:【178】, error69=文件:【org.springframework.web.filter.DelegatingFilterProxy】,方法:【invokeDelegate】,错误行号:【358】, error70=文件:【org.springframework.web.filter.DelegatingFilterProxy】,方法:【doFilter】,错误行号:【271】, error71=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error72=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error73=文件:【org.springframework.web.filter.RequestContextFilter】,方法:【doFilterInternal】,错误行号:【100】, error74=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error75=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error76=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error77=文件:【org.springframework.web.filter.FormContentFilter】,方法:【doFilterInternal】,错误行号:【93】, error78=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error79=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error80=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error81=文件:【org.springframework.web.filter.CharacterEncodingFilter】,方法:【doFilterInternal】,错误行号:【201】, error82=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error83=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error84=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error85=文件:【org.apache.catalina.core.StandardWrapperValve】,方法:【invoke】,错误行号:【202】, error86=文件:【org.apache.catalina.core.StandardContextValve】,方法:【invoke】,错误行号:【97】, error87=文件:【org.apache.catalina.authenticator.AuthenticatorBase】,方法:【invoke】,错误行号:【542】, error88=文件:【org.apache.catalina.core.StandardHostValve】,方法:【invoke】,错误行号:【143】, error89=文件:【org.apache.catalina.valves.ErrorReportValve】,方法:【invoke】,错误行号:【92】, error90=文件:【org.apache.catalina.core.StandardEngineValve】,方法:【invoke】,错误行号:【78】, error91=文件:【org.apache.catalina.connector.CoyoteAdapter】,方法:【service】,错误行号:【357】, error92=文件:【org.apache.coyote.http11.Http11Processor】,方法:【service】,错误行号:【374】, error93=文件:【org.apache.coyote.AbstractProcessorLight】,方法:【process】,错误行号:【65】, error94=文件:【org.apache.coyote.AbstractProtocol$ConnectionHandler】,方法:【process】,错误行号:【893】, error95=文件:【org.apache.tomcat.util.net.NioEndpoint$SocketProcessor】,方法:【doRun】,错误行号:【1707】, error96=文件:【org.apache.tomcat.util.net.SocketProcessorBase】,方法:【run】,错误行号:【49】, error97=文件:【java.util.concurrent.ThreadPoolExecutor】,方法:【runWorker】,错误行号:【1149】, error98=文件:【java.util.concurrent.ThreadPoolExecutor$Worker】,方法:【run】,错误行号:【624】, error99=文件:【org.apache.tomcat.util.threads.TaskThread$WrappingRunnable】,方法:【run】,错误行号:【61】, error100=文件:【java.lang.Thread】,方法:【run】,错误行号:【750】}", "createTime": "2024-01-08 14:24:39", "serviceName": "用户" }, { "id": 87, "groupName": "backstage2", "errorMsg": "{code=500, msg=空数据错误:null\n文件:【com.dzj.service.impl.UserServiceImpl】,方法:【accountLogin】,错误行号:【100】, error1=文件:【com.dzj.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$e3b3b73c】,方法:【invoke】,错误行号:【-1】, error2=文件:【org.springframework.cglib.proxy.MethodProxy】,方法:【invoke】,错误行号:【218】, error3=文件:【org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation】,方法:【invokeJoinpoint】,错误行号:【779】, error4=文件:【org.springframework.aop.framework.ReflectiveMethodInvocation】,方法:【proceed】,错误行号:【163】, error5=文件:【org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation】,方法:【proceed】,错误行号:【750】, error6=文件:【com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationInterceptor】,方法:【invoke】,错误行号:【50】, error7=文件:【org.springframework.aop.framework.ReflectiveMethodInvocation】,方法:【proceed】,错误行号:【186】, error8=文件:【org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation】,方法:【proceed】,错误行号:【750】, error9=文件:【org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor】,方法:【intercept】,错误行号:【692】, error10=文件:【com.dzj.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$7f905987】,方法:【accountLogin】,错误行号:【-1】, error11=文件:【com.dzj.controller.LoginController】,方法:【login】,错误行号:【41】, error12=文件:【sun.reflect.GeneratedMethodAccessor356】,方法:【invoke】,错误行号:【-1】, error13=文件:【sun.reflect.DelegatingMethodAccessorImpl】,方法:【invoke】,错误行号:【43】, error14=文件:【java.lang.reflect.Method】,方法:【invoke】,错误行号:【498】, error15=文件:【org.springframework.web.method.support.InvocableHandlerMethod】,方法:【doInvoke】,错误行号:【190】, error16=文件:【org.springframework.web.method.support.InvocableHandlerMethod】,方法:【invokeForRequest】,错误行号:【138】, error17=文件:【org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod】,方法:【invokeAndHandle】,错误行号:【105】, error18=文件:【org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter】,方法:【invokeHandlerMethod】,错误行号:【878】, error19=文件:【org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter】,方法:【handleInternal】,错误行号:【792】, error20=文件:【org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter】,方法:【handle】,错误行号:【87】, error21=文件:【org.springframework.web.servlet.DispatcherServlet】,方法:【doDispatch】,错误行号:【1040】, error22=文件:【org.springframework.web.servlet.DispatcherServlet】,方法:【doService】,错误行号:【943】, error23=文件:【org.springframework.web.servlet.FrameworkServlet】,方法:【processRequest】,错误行号:【1006】, error24=文件:【org.springframework.web.servlet.FrameworkServlet】,方法:【doPost】,错误行号:【909】, error25=文件:【javax.servlet.http.HttpServlet】,方法:【service】,错误行号:【665】, error26=文件:【org.springframework.web.servlet.FrameworkServlet】,方法:【service】,错误行号:【883】, error27=文件:【javax.servlet.http.HttpServlet】,方法:【service】,错误行号:【750】, error28=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【227】, error29=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error30=文件:【org.apache.tomcat.websocket.server.WsFilter】,方法:【doFilter】,错误行号:【53】, error31=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error32=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error33=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【113】, error34=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error35=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error36=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【320】, error37=文件:【org.springframework.security.web.access.intercept.FilterSecurityInterceptor】,方法:【invoke】,错误行号:【126】, error38=文件:【org.springframework.security.web.access.intercept.FilterSecurityInterceptor】,方法:【doFilter】,错误行号:【90】, error39=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error40=文件:【org.springframework.security.web.access.ExceptionTranslationFilter】,方法:【doFilter】,错误行号:【118】, error41=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error42=文件:【org.springframework.security.web.session.SessionManagementFilter】,方法:【doFilter】,错误行号:【137】, error43=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error44=文件:【org.springframework.security.web.authentication.AnonymousAuthenticationFilter】,方法:【doFilter】,错误行号:【111】, error45=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error46=文件:【org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter】,方法:【doFilter】,错误行号:【158】, error47=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error48=文件:【org.springframework.security.web.savedrequest.RequestCacheAwareFilter】,方法:【doFilter】,错误行号:【63】, error49=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error50=文件:【com.dzj.security.fillter.JwtAuthenticationTokenFilter】,方法:【doFilterInternal】,错误行号:【44】, error51=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error52=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error53=文件:【org.springframework.security.web.authentication.logout.LogoutFilter】,方法:【doFilter】,错误行号:【116】, error54=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error55=文件:【org.springframework.web.filter.CorsFilter】,方法:【doFilterInternal】,错误行号:【92】, error56=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error57=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error58=文件:【org.springframework.security.web.header.HeaderWriterFilter】,方法:【doHeadersAfter】,错误行号:【92】, error59=文件:【org.springframework.security.web.header.HeaderWriterFilter】,方法:【doFilterInternal】,错误行号:【77】, error60=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error61=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error62=文件:【org.springframework.security.web.context.SecurityContextPersistenceFilter】,方法:【doFilter】,错误行号:【105】, error63=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error64=文件:【org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter】,方法:【doFilterInternal】,错误行号:【56】, error65=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error66=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error67=文件:【org.springframework.security.web.FilterChainProxy】,方法:【doFilterInternal】,错误行号:【215】, error68=文件:【org.springframework.security.web.FilterChainProxy】,方法:【doFilter】,错误行号:【178】, error69=文件:【org.springframework.web.filter.DelegatingFilterProxy】,方法:【invokeDelegate】,错误行号:【358】, error70=文件:【org.springframework.web.filter.DelegatingFilterProxy】,方法:【doFilter】,错误行号:【271】, error71=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error72=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error73=文件:【org.springframework.web.filter.RequestContextFilter】,方法:【doFilterInternal】,错误行号:【100】, error74=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error75=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error76=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error77=文件:【org.springframework.web.filter.FormContentFilter】,方法:【doFilterInternal】,错误行号:【93】, error78=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error79=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error80=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error81=文件:【org.springframework.web.filter.CharacterEncodingFilter】,方法:【doFilterInternal】,错误行号:【201】, error82=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error83=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error84=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error85=文件:【org.apache.catalina.core.StandardWrapperValve】,方法:【invoke】,错误行号:【202】, error86=文件:【org.apache.catalina.core.StandardContextValve】,方法:【invoke】,错误行号:【97】, error87=文件:【org.apache.catalina.authenticator.AuthenticatorBase】,方法:【invoke】,错误行号:【542】, error88=文件:【org.apache.catalina.core.StandardHostValve】,方法:【invoke】,错误行号:【143】, error89=文件:【org.apache.catalina.valves.ErrorReportValve】,方法:【invoke】,错误行号:【92】, error90=文件:【org.apache.catalina.core.StandardEngineValve】,方法:【invoke】,错误行号:【78】, error91=文件:【org.apache.catalina.connector.CoyoteAdapter】,方法:【service】,错误行号:【357】, error92=文件:【org.apache.coyote.http11.Http11Processor】,方法:【service】,错误行号:【374】, error93=文件:【org.apache.coyote.AbstractProcessorLight】,方法:【process】,错误行号:【65】, error94=文件:【org.apache.coyote.AbstractProtocol$ConnectionHandler】,方法:【process】,错误行号:【893】, error95=文件:【org.apache.tomcat.util.net.NioEndpoint$SocketProcessor】,方法:【doRun】,错误行号:【1707】, error96=文件:【org.apache.tomcat.util.net.SocketProcessorBase】,方法:【run】,错误行号:【49】, error97=文件:【java.util.concurrent.ThreadPoolExecutor】,方法:【runWorker】,错误行号:【1149】, error98=文件:【java.util.concurrent.ThreadPoolExecutor$Worker】,方法:【run】,错误行号:【624】, error99=文件:【org.apache.tomcat.util.threads.TaskThread$WrappingRunnable】,方法:【run】,错误行号:【61】, error100=文件:【java.lang.Thread】,方法:【run】,错误行号:【750】}", "createTime": "2024-01-08 09:51:02", "serviceName": "用户" }, { "id": 86, "groupName": "backstage2", "errorMsg": "{code=500, msg=空数据错误:null\n文件:【com.dzj.service.impl.UserServiceImpl】,方法:【accountLogin】,错误行号:【100】, error1=文件:【com.dzj.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$e3b3b73c】,方法:【invoke】,错误行号:【-1】, error2=文件:【org.springframework.cglib.proxy.MethodProxy】,方法:【invoke】,错误行号:【218】, error3=文件:【org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation】,方法:【invokeJoinpoint】,错误行号:【779】, error4=文件:【org.springframework.aop.framework.ReflectiveMethodInvocation】,方法:【proceed】,错误行号:【163】, error5=文件:【org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation】,方法:【proceed】,错误行号:【750】, error6=文件:【com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationInterceptor】,方法:【invoke】,错误行号:【50】, error7=文件:【org.springframework.aop.framework.ReflectiveMethodInvocation】,方法:【proceed】,错误行号:【186】, error8=文件:【org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation】,方法:【proceed】,错误行号:【750】, error9=文件:【org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor】,方法:【intercept】,错误行号:【692】, error10=文件:【com.dzj.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$7f905987】,方法:【accountLogin】,错误行号:【-1】, error11=文件:【com.dzj.controller.LoginController】,方法:【login】,错误行号:【41】, error12=文件:【sun.reflect.GeneratedMethodAccessor356】,方法:【invoke】,错误行号:【-1】, error13=文件:【sun.reflect.DelegatingMethodAccessorImpl】,方法:【invoke】,错误行号:【43】, error14=文件:【java.lang.reflect.Method】,方法:【invoke】,错误行号:【498】, error15=文件:【org.springframework.web.method.support.InvocableHandlerMethod】,方法:【doInvoke】,错误行号:【190】, error16=文件:【org.springframework.web.method.support.InvocableHandlerMethod】,方法:【invokeForRequest】,错误行号:【138】, error17=文件:【org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod】,方法:【invokeAndHandle】,错误行号:【105】, error18=文件:【org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter】,方法:【invokeHandlerMethod】,错误行号:【878】, error19=文件:【org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter】,方法:【handleInternal】,错误行号:【792】, error20=文件:【org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter】,方法:【handle】,错误行号:【87】, error21=文件:【org.springframework.web.servlet.DispatcherServlet】,方法:【doDispatch】,错误行号:【1040】, error22=文件:【org.springframework.web.servlet.DispatcherServlet】,方法:【doService】,错误行号:【943】, error23=文件:【org.springframework.web.servlet.FrameworkServlet】,方法:【processRequest】,错误行号:【1006】, error24=文件:【org.springframework.web.servlet.FrameworkServlet】,方法:【doPost】,错误行号:【909】, error25=文件:【javax.servlet.http.HttpServlet】,方法:【service】,错误行号:【665】, error26=文件:【org.springframework.web.servlet.FrameworkServlet】,方法:【service】,错误行号:【883】, error27=文件:【javax.servlet.http.HttpServlet】,方法:【service】,错误行号:【750】, error28=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【227】, error29=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error30=文件:【org.apache.tomcat.websocket.server.WsFilter】,方法:【doFilter】,错误行号:【53】, error31=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error32=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error33=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【113】, error34=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error35=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error36=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【320】, error37=文件:【org.springframework.security.web.access.intercept.FilterSecurityInterceptor】,方法:【invoke】,错误行号:【126】, error38=文件:【org.springframework.security.web.access.intercept.FilterSecurityInterceptor】,方法:【doFilter】,错误行号:【90】, error39=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error40=文件:【org.springframework.security.web.access.ExceptionTranslationFilter】,方法:【doFilter】,错误行号:【118】, error41=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error42=文件:【org.springframework.security.web.session.SessionManagementFilter】,方法:【doFilter】,错误行号:【137】, error43=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error44=文件:【org.springframework.security.web.authentication.AnonymousAuthenticationFilter】,方法:【doFilter】,错误行号:【111】, error45=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error46=文件:【org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter】,方法:【doFilter】,错误行号:【158】, error47=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error48=文件:【org.springframework.security.web.savedrequest.RequestCacheAwareFilter】,方法:【doFilter】,错误行号:【63】, error49=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error50=文件:【com.dzj.security.fillter.JwtAuthenticationTokenFilter】,方法:【doFilterInternal】,错误行号:【44】, error51=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error52=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error53=文件:【org.springframework.security.web.authentication.logout.LogoutFilter】,方法:【doFilter】,错误行号:【116】, error54=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error55=文件:【org.springframework.web.filter.CorsFilter】,方法:【doFilterInternal】,错误行号:【92】, error56=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error57=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error58=文件:【org.springframework.security.web.header.HeaderWriterFilter】,方法:【doHeadersAfter】,错误行号:【92】, error59=文件:【org.springframework.security.web.header.HeaderWriterFilter】,方法:【doFilterInternal】,错误行号:【77】, error60=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error61=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error62=文件:【org.springframework.security.web.context.SecurityContextPersistenceFilter】,方法:【doFilter】,错误行号:【105】, error63=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error64=文件:【org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter】,方法:【doFilterInternal】,错误行号:【56】, error65=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error66=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error67=文件:【org.springframework.security.web.FilterChainProxy】,方法:【doFilterInternal】,错误行号:【215】, error68=文件:【org.springframework.security.web.FilterChainProxy】,方法:【doFilter】,错误行号:【178】, error69=文件:【org.springframework.web.filter.DelegatingFilterProxy】,方法:【invokeDelegate】,错误行号:【358】, error70=文件:【org.springframework.web.filter.DelegatingFilterProxy】,方法:【doFilter】,错误行号:【271】, error71=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error72=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error73=文件:【org.springframework.web.filter.RequestContextFilter】,方法:【doFilterInternal】,错误行号:【100】, error74=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error75=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error76=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error77=文件:【org.springframework.web.filter.FormContentFilter】,方法:【doFilterInternal】,错误行号:【93】, error78=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error79=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error80=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error81=文件:【org.springframework.web.filter.CharacterEncodingFilter】,方法:【doFilterInternal】,错误行号:【201】, error82=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error83=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error84=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error85=文件:【org.apache.catalina.core.StandardWrapperValve】,方法:【invoke】,错误行号:【202】, error86=文件:【org.apache.catalina.core.StandardContextValve】,方法:【invoke】,错误行号:【97】, error87=文件:【org.apache.catalina.authenticator.AuthenticatorBase】,方法:【invoke】,错误行号:【542】, error88=文件:【org.apache.catalina.core.StandardHostValve】,方法:【invoke】,错误行号:【143】, error89=文件:【org.apache.catalina.valves.ErrorReportValve】,方法:【invoke】,错误行号:【92】, error90=文件:【org.apache.catalina.core.StandardEngineValve】,方法:【invoke】,错误行号:【78】, error91=文件:【org.apache.catalina.connector.CoyoteAdapter】,方法:【service】,错误行号:【357】, error92=文件:【org.apache.coyote.http11.Http11Processor】,方法:【service】,错误行号:【374】, error93=文件:【org.apache.coyote.AbstractProcessorLight】,方法:【process】,错误行号:【65】, error94=文件:【org.apache.coyote.AbstractProtocol$ConnectionHandler】,方法:【process】,错误行号:【893】, error95=文件:【org.apache.tomcat.util.net.NioEndpoint$SocketProcessor】,方法:【doRun】,错误行号:【1707】, error96=文件:【org.apache.tomcat.util.net.SocketProcessorBase】,方法:【run】,错误行号:【49】, error97=文件:【java.util.concurrent.ThreadPoolExecutor】,方法:【runWorker】,错误行号:【1149】, error98=文件:【java.util.concurrent.ThreadPoolExecutor$Worker】,方法:【run】,错误行号:【624】, error99=文件:【org.apache.tomcat.util.threads.TaskThread$WrappingRunnable】,方法:【run】,错误行号:【61】, error100=文件:【java.lang.Thread】,方法:【run】,错误行号:【750】}", "createTime": "2024-01-08 09:25:34", "serviceName": "用户" }, { "id": 85, "groupName": "backstage2", "errorMsg": "{code=500, msg=空数据错误:null\n文件:【com.dzj.service.impl.UserServiceImpl】,方法:【accountLogin】,错误行号:【100】, error1=文件:【com.dzj.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$e3b3b73c】,方法:【invoke】,错误行号:【-1】, error2=文件:【org.springframework.cglib.proxy.MethodProxy】,方法:【invoke】,错误行号:【218】, error3=文件:【org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation】,方法:【invokeJoinpoint】,错误行号:【779】, error4=文件:【org.springframework.aop.framework.ReflectiveMethodInvocation】,方法:【proceed】,错误行号:【163】, error5=文件:【org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation】,方法:【proceed】,错误行号:【750】, error6=文件:【com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationInterceptor】,方法:【invoke】,错误行号:【50】, error7=文件:【org.springframework.aop.framework.ReflectiveMethodInvocation】,方法:【proceed】,错误行号:【186】, error8=文件:【org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation】,方法:【proceed】,错误行号:【750】, error9=文件:【org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor】,方法:【intercept】,错误行号:【692】, error10=文件:【com.dzj.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$7f905987】,方法:【accountLogin】,错误行号:【-1】, error11=文件:【com.dzj.controller.LoginController】,方法:【login】,错误行号:【41】, error12=文件:【sun.reflect.GeneratedMethodAccessor356】,方法:【invoke】,错误行号:【-1】, error13=文件:【sun.reflect.DelegatingMethodAccessorImpl】,方法:【invoke】,错误行号:【43】, error14=文件:【java.lang.reflect.Method】,方法:【invoke】,错误行号:【498】, error15=文件:【org.springframework.web.method.support.InvocableHandlerMethod】,方法:【doInvoke】,错误行号:【190】, error16=文件:【org.springframework.web.method.support.InvocableHandlerMethod】,方法:【invokeForRequest】,错误行号:【138】, error17=文件:【org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod】,方法:【invokeAndHandle】,错误行号:【105】, error18=文件:【org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter】,方法:【invokeHandlerMethod】,错误行号:【878】, error19=文件:【org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter】,方法:【handleInternal】,错误行号:【792】, error20=文件:【org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter】,方法:【handle】,错误行号:【87】, error21=文件:【org.springframework.web.servlet.DispatcherServlet】,方法:【doDispatch】,错误行号:【1040】, error22=文件:【org.springframework.web.servlet.DispatcherServlet】,方法:【doService】,错误行号:【943】, error23=文件:【org.springframework.web.servlet.FrameworkServlet】,方法:【processRequest】,错误行号:【1006】, error24=文件:【org.springframework.web.servlet.FrameworkServlet】,方法:【doPost】,错误行号:【909】, error25=文件:【javax.servlet.http.HttpServlet】,方法:【service】,错误行号:【665】, error26=文件:【org.springframework.web.servlet.FrameworkServlet】,方法:【service】,错误行号:【883】, error27=文件:【javax.servlet.http.HttpServlet】,方法:【service】,错误行号:【750】, error28=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【227】, error29=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error30=文件:【org.apache.tomcat.websocket.server.WsFilter】,方法:【doFilter】,错误行号:【53】, error31=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error32=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error33=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【113】, error34=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error35=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error36=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【320】, error37=文件:【org.springframework.security.web.access.intercept.FilterSecurityInterceptor】,方法:【invoke】,错误行号:【126】, error38=文件:【org.springframework.security.web.access.intercept.FilterSecurityInterceptor】,方法:【doFilter】,错误行号:【90】, error39=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error40=文件:【org.springframework.security.web.access.ExceptionTranslationFilter】,方法:【doFilter】,错误行号:【118】, error41=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error42=文件:【org.springframework.security.web.session.SessionManagementFilter】,方法:【doFilter】,错误行号:【137】, error43=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error44=文件:【org.springframework.security.web.authentication.AnonymousAuthenticationFilter】,方法:【doFilter】,错误行号:【111】, error45=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error46=文件:【org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter】,方法:【doFilter】,错误行号:【158】, error47=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error48=文件:【org.springframework.security.web.savedrequest.RequestCacheAwareFilter】,方法:【doFilter】,错误行号:【63】, error49=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error50=文件:【com.dzj.security.fillter.JwtAuthenticationTokenFilter】,方法:【doFilterInternal】,错误行号:【44】, error51=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error52=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error53=文件:【org.springframework.security.web.authentication.logout.LogoutFilter】,方法:【doFilter】,错误行号:【116】, error54=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error55=文件:【org.springframework.web.filter.CorsFilter】,方法:【doFilterInternal】,错误行号:【92】, error56=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error57=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error58=文件:【org.springframework.security.web.header.HeaderWriterFilter】,方法:【doHeadersAfter】,错误行号:【92】, error59=文件:【org.springframework.security.web.header.HeaderWriterFilter】,方法:【doFilterInternal】,错误行号:【77】, error60=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error61=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error62=文件:【org.springframework.security.web.context.SecurityContextPersistenceFilter】,方法:【doFilter】,错误行号:【105】, error63=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error64=文件:【org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter】,方法:【doFilterInternal】,错误行号:【56】, error65=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error66=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error67=文件:【org.springframework.security.web.FilterChainProxy】,方法:【doFilterInternal】,错误行号:【215】, error68=文件:【org.springframework.security.web.FilterChainProxy】,方法:【doFilter】,错误行号:【178】, error69=文件:【org.springframework.web.filter.DelegatingFilterProxy】,方法:【invokeDelegate】,错误行号:【358】, error70=文件:【org.springframework.web.filter.DelegatingFilterProxy】,方法:【doFilter】,错误行号:【271】, error71=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error72=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error73=文件:【org.springframework.web.filter.RequestContextFilter】,方法:【doFilterInternal】,错误行号:【100】, error74=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error75=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error76=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error77=文件:【org.springframework.web.filter.FormContentFilter】,方法:【doFilterInternal】,错误行号:【93】, error78=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error79=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error80=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error81=文件:【org.springframework.web.filter.CharacterEncodingFilter】,方法:【doFilterInternal】,错误行号:【201】, error82=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error83=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error84=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error85=文件:【org.apache.catalina.core.StandardWrapperValve】,方法:【invoke】,错误行号:【202】, error86=文件:【org.apache.catalina.core.StandardContextValve】,方法:【invoke】,错误行号:【97】, error87=文件:【org.apache.catalina.authenticator.AuthenticatorBase】,方法:【invoke】,错误行号:【542】, error88=文件:【org.apache.catalina.core.StandardHostValve】,方法:【invoke】,错误行号:【143】, error89=文件:【org.apache.catalina.valves.ErrorReportValve】,方法:【invoke】,错误行号:【92】, error90=文件:【org.apache.catalina.core.StandardEngineValve】,方法:【invoke】,错误行号:【78】, error91=文件:【org.apache.catalina.connector.CoyoteAdapter】,方法:【service】,错误行号:【357】, error92=文件:【org.apache.coyote.http11.Http11Processor】,方法:【service】,错误行号:【374】, error93=文件:【org.apache.coyote.AbstractProcessorLight】,方法:【process】,错误行号:【65】, error94=文件:【org.apache.coyote.AbstractProtocol$ConnectionHandler】,方法:【process】,错误行号:【893】, error95=文件:【org.apache.tomcat.util.net.NioEndpoint$SocketProcessor】,方法:【doRun】,错误行号:【1707】, error96=文件:【org.apache.tomcat.util.net.SocketProcessorBase】,方法:【run】,错误行号:【49】, error97=文件:【java.util.concurrent.ThreadPoolExecutor】,方法:【runWorker】,错误行号:【1149】, error98=文件:【java.util.concurrent.ThreadPoolExecutor$Worker】,方法:【run】,错误行号:【624】, error99=文件:【org.apache.tomcat.util.threads.TaskThread$WrappingRunnable】,方法:【run】,错误行号:【61】, error100=文件:【java.lang.Thread】,方法:【run】,错误行号:【750】}", "createTime": "2024-01-08 09:25:25", "serviceName": "用户" }, { "id": 84, "groupName": "backstage2", "errorMsg": "{code=500, msg=空数据错误:null\n文件:【com.dzj.service.impl.UserServiceImpl】,方法:【accountLogin】,错误行号:【100】, error1=文件:【com.dzj.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$e3b3b73c】,方法:【invoke】,错误行号:【-1】, error2=文件:【org.springframework.cglib.proxy.MethodProxy】,方法:【invoke】,错误行号:【218】, error3=文件:【org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation】,方法:【invokeJoinpoint】,错误行号:【779】, error4=文件:【org.springframework.aop.framework.ReflectiveMethodInvocation】,方法:【proceed】,错误行号:【163】, error5=文件:【org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation】,方法:【proceed】,错误行号:【750】, error6=文件:【com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationInterceptor】,方法:【invoke】,错误行号:【50】, error7=文件:【org.springframework.aop.framework.ReflectiveMethodInvocation】,方法:【proceed】,错误行号:【186】, error8=文件:【org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation】,方法:【proceed】,错误行号:【750】, error9=文件:【org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor】,方法:【intercept】,错误行号:【692】, error10=文件:【com.dzj.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$7f905987】,方法:【accountLogin】,错误行号:【-1】, error11=文件:【com.dzj.controller.LoginController】,方法:【login】,错误行号:【41】, error12=文件:【sun.reflect.GeneratedMethodAccessor356】,方法:【invoke】,错误行号:【-1】, error13=文件:【sun.reflect.DelegatingMethodAccessorImpl】,方法:【invoke】,错误行号:【43】, error14=文件:【java.lang.reflect.Method】,方法:【invoke】,错误行号:【498】, error15=文件:【org.springframework.web.method.support.InvocableHandlerMethod】,方法:【doInvoke】,错误行号:【190】, error16=文件:【org.springframework.web.method.support.InvocableHandlerMethod】,方法:【invokeForRequest】,错误行号:【138】, error17=文件:【org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod】,方法:【invokeAndHandle】,错误行号:【105】, error18=文件:【org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter】,方法:【invokeHandlerMethod】,错误行号:【878】, error19=文件:【org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter】,方法:【handleInternal】,错误行号:【792】, error20=文件:【org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter】,方法:【handle】,错误行号:【87】, error21=文件:【org.springframework.web.servlet.DispatcherServlet】,方法:【doDispatch】,错误行号:【1040】, error22=文件:【org.springframework.web.servlet.DispatcherServlet】,方法:【doService】,错误行号:【943】, error23=文件:【org.springframework.web.servlet.FrameworkServlet】,方法:【processRequest】,错误行号:【1006】, error24=文件:【org.springframework.web.servlet.FrameworkServlet】,方法:【doPost】,错误行号:【909】, error25=文件:【javax.servlet.http.HttpServlet】,方法:【service】,错误行号:【665】, error26=文件:【org.springframework.web.servlet.FrameworkServlet】,方法:【service】,错误行号:【883】, error27=文件:【javax.servlet.http.HttpServlet】,方法:【service】,错误行号:【750】, error28=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【227】, error29=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error30=文件:【org.apache.tomcat.websocket.server.WsFilter】,方法:【doFilter】,错误行号:【53】, error31=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error32=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error33=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【113】, error34=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error35=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error36=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【320】, error37=文件:【org.springframework.security.web.access.intercept.FilterSecurityInterceptor】,方法:【invoke】,错误行号:【126】, error38=文件:【org.springframework.security.web.access.intercept.FilterSecurityInterceptor】,方法:【doFilter】,错误行号:【90】, error39=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error40=文件:【org.springframework.security.web.access.ExceptionTranslationFilter】,方法:【doFilter】,错误行号:【118】, error41=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error42=文件:【org.springframework.security.web.session.SessionManagementFilter】,方法:【doFilter】,错误行号:【137】, error43=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error44=文件:【org.springframework.security.web.authentication.AnonymousAuthenticationFilter】,方法:【doFilter】,错误行号:【111】, error45=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error46=文件:【org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter】,方法:【doFilter】,错误行号:【158】, error47=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error48=文件:【org.springframework.security.web.savedrequest.RequestCacheAwareFilter】,方法:【doFilter】,错误行号:【63】, error49=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error50=文件:【com.dzj.security.fillter.JwtAuthenticationTokenFilter】,方法:【doFilterInternal】,错误行号:【44】, error51=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error52=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error53=文件:【org.springframework.security.web.authentication.logout.LogoutFilter】,方法:【doFilter】,错误行号:【116】, error54=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error55=文件:【org.springframework.web.filter.CorsFilter】,方法:【doFilterInternal】,错误行号:【92】, error56=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error57=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error58=文件:【org.springframework.security.web.header.HeaderWriterFilter】,方法:【doHeadersAfter】,错误行号:【92】, error59=文件:【org.springframework.security.web.header.HeaderWriterFilter】,方法:【doFilterInternal】,错误行号:【77】, error60=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error61=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error62=文件:【org.springframework.security.web.context.SecurityContextPersistenceFilter】,方法:【doFilter】,错误行号:【105】, error63=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error64=文件:【org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter】,方法:【doFilterInternal】,错误行号:【56】, error65=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error66=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error67=文件:【org.springframework.security.web.FilterChainProxy】,方法:【doFilterInternal】,错误行号:【215】, error68=文件:【org.springframework.security.web.FilterChainProxy】,方法:【doFilter】,错误行号:【178】, error69=文件:【org.springframework.web.filter.DelegatingFilterProxy】,方法:【invokeDelegate】,错误行号:【358】, error70=文件:【org.springframework.web.filter.DelegatingFilterProxy】,方法:【doFilter】,错误行号:【271】, error71=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error72=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error73=文件:【org.springframework.web.filter.RequestContextFilter】,方法:【doFilterInternal】,错误行号:【100】, error74=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error75=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error76=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error77=文件:【org.springframework.web.filter.FormContentFilter】,方法:【doFilterInternal】,错误行号:【93】, error78=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error79=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error80=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error81=文件:【org.springframework.web.filter.CharacterEncodingFilter】,方法:【doFilterInternal】,错误行号:【201】, error82=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error83=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error84=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error85=文件:【org.apache.catalina.core.StandardWrapperValve】,方法:【invoke】,错误行号:【202】, error86=文件:【org.apache.catalina.core.StandardContextValve】,方法:【invoke】,错误行号:【97】, error87=文件:【org.apache.catalina.authenticator.AuthenticatorBase】,方法:【invoke】,错误行号:【542】, error88=文件:【org.apache.catalina.core.StandardHostValve】,方法:【invoke】,错误行号:【143】, error89=文件:【org.apache.catalina.valves.ErrorReportValve】,方法:【invoke】,错误行号:【92】, error90=文件:【org.apache.catalina.core.StandardEngineValve】,方法:【invoke】,错误行号:【78】, error91=文件:【org.apache.catalina.connector.CoyoteAdapter】,方法:【service】,错误行号:【357】, error92=文件:【org.apache.coyote.http11.Http11Processor】,方法:【service】,错误行号:【374】, error93=文件:【org.apache.coyote.AbstractProcessorLight】,方法:【process】,错误行号:【65】, error94=文件:【org.apache.coyote.AbstractProtocol$ConnectionHandler】,方法:【process】,错误行号:【893】, error95=文件:【org.apache.tomcat.util.net.NioEndpoint$SocketProcessor】,方法:【doRun】,错误行号:【1707】, error96=文件:【org.apache.tomcat.util.net.SocketProcessorBase】,方法:【run】,错误行号:【49】, error97=文件:【java.util.concurrent.ThreadPoolExecutor】,方法:【runWorker】,错误行号:【1149】, error98=文件:【java.util.concurrent.ThreadPoolExecutor$Worker】,方法:【run】,错误行号:【624】, error99=文件:【org.apache.tomcat.util.threads.TaskThread$WrappingRunnable】,方法:【run】,错误行号:【61】, error100=文件:【java.lang.Thread】,方法:【run】,错误行号:【750】}", "createTime": "2024-01-05 11:52:52", "serviceName": "用户" }, { "id": 83, "groupName": "backstage2", "errorMsg": "{code=500, msg=空数据错误:null\n文件:【com.dzj.service.impl.UserServiceImpl】,方法:【accountLogin】,错误行号:【100】, error1=文件:【com.dzj.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$e3b3b73c】,方法:【invoke】,错误行号:【-1】, error2=文件:【org.springframework.cglib.proxy.MethodProxy】,方法:【invoke】,错误行号:【218】, error3=文件:【org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation】,方法:【invokeJoinpoint】,错误行号:【779】, error4=文件:【org.springframework.aop.framework.ReflectiveMethodInvocation】,方法:【proceed】,错误行号:【163】, error5=文件:【org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation】,方法:【proceed】,错误行号:【750】, error6=文件:【com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationInterceptor】,方法:【invoke】,错误行号:【50】, error7=文件:【org.springframework.aop.framework.ReflectiveMethodInvocation】,方法:【proceed】,错误行号:【186】, error8=文件:【org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation】,方法:【proceed】,错误行号:【750】, error9=文件:【org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor】,方法:【intercept】,错误行号:【692】, error10=文件:【com.dzj.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$7f905987】,方法:【accountLogin】,错误行号:【-1】, error11=文件:【com.dzj.controller.LoginController】,方法:【login】,错误行号:【41】, error12=文件:【sun.reflect.GeneratedMethodAccessor356】,方法:【invoke】,错误行号:【-1】, error13=文件:【sun.reflect.DelegatingMethodAccessorImpl】,方法:【invoke】,错误行号:【43】, error14=文件:【java.lang.reflect.Method】,方法:【invoke】,错误行号:【498】, error15=文件:【org.springframework.web.method.support.InvocableHandlerMethod】,方法:【doInvoke】,错误行号:【190】, error16=文件:【org.springframework.web.method.support.InvocableHandlerMethod】,方法:【invokeForRequest】,错误行号:【138】, error17=文件:【org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod】,方法:【invokeAndHandle】,错误行号:【105】, error18=文件:【org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter】,方法:【invokeHandlerMethod】,错误行号:【878】, error19=文件:【org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter】,方法:【handleInternal】,错误行号:【792】, error20=文件:【org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter】,方法:【handle】,错误行号:【87】, error21=文件:【org.springframework.web.servlet.DispatcherServlet】,方法:【doDispatch】,错误行号:【1040】, error22=文件:【org.springframework.web.servlet.DispatcherServlet】,方法:【doService】,错误行号:【943】, error23=文件:【org.springframework.web.servlet.FrameworkServlet】,方法:【processRequest】,错误行号:【1006】, error24=文件:【org.springframework.web.servlet.FrameworkServlet】,方法:【doPost】,错误行号:【909】, error25=文件:【javax.servlet.http.HttpServlet】,方法:【service】,错误行号:【665】, error26=文件:【org.springframework.web.servlet.FrameworkServlet】,方法:【service】,错误行号:【883】, error27=文件:【javax.servlet.http.HttpServlet】,方法:【service】,错误行号:【750】, error28=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【227】, error29=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error30=文件:【org.apache.tomcat.websocket.server.WsFilter】,方法:【doFilter】,错误行号:【53】, error31=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error32=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error33=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【113】, error34=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error35=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error36=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【320】, error37=文件:【org.springframework.security.web.access.intercept.FilterSecurityInterceptor】,方法:【invoke】,错误行号:【126】, error38=文件:【org.springframework.security.web.access.intercept.FilterSecurityInterceptor】,方法:【doFilter】,错误行号:【90】, error39=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error40=文件:【org.springframework.security.web.access.ExceptionTranslationFilter】,方法:【doFilter】,错误行号:【118】, error41=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error42=文件:【org.springframework.security.web.session.SessionManagementFilter】,方法:【doFilter】,错误行号:【137】, error43=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error44=文件:【org.springframework.security.web.authentication.AnonymousAuthenticationFilter】,方法:【doFilter】,错误行号:【111】, error45=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error46=文件:【org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter】,方法:【doFilter】,错误行号:【158】, error47=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error48=文件:【org.springframework.security.web.savedrequest.RequestCacheAwareFilter】,方法:【doFilter】,错误行号:【63】, error49=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error50=文件:【com.dzj.security.fillter.JwtAuthenticationTokenFilter】,方法:【doFilterInternal】,错误行号:【44】, error51=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error52=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error53=文件:【org.springframework.security.web.authentication.logout.LogoutFilter】,方法:【doFilter】,错误行号:【116】, error54=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error55=文件:【org.springframework.web.filter.CorsFilter】,方法:【doFilterInternal】,错误行号:【92】, error56=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error57=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error58=文件:【org.springframework.security.web.header.HeaderWriterFilter】,方法:【doHeadersAfter】,错误行号:【92】, error59=文件:【org.springframework.security.web.header.HeaderWriterFilter】,方法:【doFilterInternal】,错误行号:【77】, error60=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error61=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error62=文件:【org.springframework.security.web.context.SecurityContextPersistenceFilter】,方法:【doFilter】,错误行号:【105】, error63=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error64=文件:【org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter】,方法:【doFilterInternal】,错误行号:【56】, error65=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error66=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error67=文件:【org.springframework.security.web.FilterChainProxy】,方法:【doFilterInternal】,错误行号:【215】, error68=文件:【org.springframework.security.web.FilterChainProxy】,方法:【doFilter】,错误行号:【178】, error69=文件:【org.springframework.web.filter.DelegatingFilterProxy】,方法:【invokeDelegate】,错误行号:【358】, error70=文件:【org.springframework.web.filter.DelegatingFilterProxy】,方法:【doFilter】,错误行号:【271】, error71=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error72=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error73=文件:【org.springframework.web.filter.RequestContextFilter】,方法:【doFilterInternal】,错误行号:【100】, error74=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error75=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error76=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error77=文件:【org.springframework.web.filter.FormContentFilter】,方法:【doFilterInternal】,错误行号:【93】, error78=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error79=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error80=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error81=文件:【org.springframework.web.filter.CharacterEncodingFilter】,方法:【doFilterInternal】,错误行号:【201】, error82=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error83=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error84=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error85=文件:【org.apache.catalina.core.StandardWrapperValve】,方法:【invoke】,错误行号:【202】, error86=文件:【org.apache.catalina.core.StandardContextValve】,方法:【invoke】,错误行号:【97】, error87=文件:【org.apache.catalina.authenticator.AuthenticatorBase】,方法:【invoke】,错误行号:【542】, error88=文件:【org.apache.catalina.core.StandardHostValve】,方法:【invoke】,错误行号:【143】, error89=文件:【org.apache.catalina.valves.ErrorReportValve】,方法:【invoke】,错误行号:【92】, error90=文件:【org.apache.catalina.core.StandardEngineValve】,方法:【invoke】,错误行号:【78】, error91=文件:【org.apache.catalina.connector.CoyoteAdapter】,方法:【service】,错误行号:【357】, error92=文件:【org.apache.coyote.http11.Http11Processor】,方法:【service】,错误行号:【374】, error93=文件:【org.apache.coyote.AbstractProcessorLight】,方法:【process】,错误行号:【65】, error94=文件:【org.apache.coyote.AbstractProtocol$ConnectionHandler】,方法:【process】,错误行号:【893】, error95=文件:【org.apache.tomcat.util.net.NioEndpoint$SocketProcessor】,方法:【doRun】,错误行号:【1707】, error96=文件:【org.apache.tomcat.util.net.SocketProcessorBase】,方法:【run】,错误行号:【49】, error97=文件:【java.util.concurrent.ThreadPoolExecutor】,方法:【runWorker】,错误行号:【1149】, error98=文件:【java.util.concurrent.ThreadPoolExecutor$Worker】,方法:【run】,错误行号:【624】, error99=文件:【org.apache.tomcat.util.threads.TaskThread$WrappingRunnable】,方法:【run】,错误行号:【61】, error100=文件:【java.lang.Thread】,方法:【run】,错误行号:【750】}", "createTime": "2024-01-05 11:52:44", "serviceName": "用户" }, { "id": 82, "groupName": "backstage2", "errorMsg": "{code=500, msg=空数据错误:null\n文件:【com.dzj.service.impl.UserServiceImpl】,方法:【accountLogin】,错误行号:【100】, error1=文件:【com.dzj.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$e3b3b73c】,方法:【invoke】,错误行号:【-1】, error2=文件:【org.springframework.cglib.proxy.MethodProxy】,方法:【invoke】,错误行号:【218】, error3=文件:【org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation】,方法:【invokeJoinpoint】,错误行号:【779】, error4=文件:【org.springframework.aop.framework.ReflectiveMethodInvocation】,方法:【proceed】,错误行号:【163】, error5=文件:【org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation】,方法:【proceed】,错误行号:【750】, error6=文件:【com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationInterceptor】,方法:【invoke】,错误行号:【50】, error7=文件:【org.springframework.aop.framework.ReflectiveMethodInvocation】,方法:【proceed】,错误行号:【186】, error8=文件:【org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation】,方法:【proceed】,错误行号:【750】, error9=文件:【org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor】,方法:【intercept】,错误行号:【692】, error10=文件:【com.dzj.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$7f905987】,方法:【accountLogin】,错误行号:【-1】, error11=文件:【com.dzj.controller.LoginController】,方法:【login】,错误行号:【41】, error12=文件:【sun.reflect.GeneratedMethodAccessor356】,方法:【invoke】,错误行号:【-1】, error13=文件:【sun.reflect.DelegatingMethodAccessorImpl】,方法:【invoke】,错误行号:【43】, error14=文件:【java.lang.reflect.Method】,方法:【invoke】,错误行号:【498】, error15=文件:【org.springframework.web.method.support.InvocableHandlerMethod】,方法:【doInvoke】,错误行号:【190】, error16=文件:【org.springframework.web.method.support.InvocableHandlerMethod】,方法:【invokeForRequest】,错误行号:【138】, error17=文件:【org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod】,方法:【invokeAndHandle】,错误行号:【105】, error18=文件:【org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter】,方法:【invokeHandlerMethod】,错误行号:【878】, error19=文件:【org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter】,方法:【handleInternal】,错误行号:【792】, error20=文件:【org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter】,方法:【handle】,错误行号:【87】, error21=文件:【org.springframework.web.servlet.DispatcherServlet】,方法:【doDispatch】,错误行号:【1040】, error22=文件:【org.springframework.web.servlet.DispatcherServlet】,方法:【doService】,错误行号:【943】, error23=文件:【org.springframework.web.servlet.FrameworkServlet】,方法:【processRequest】,错误行号:【1006】, error24=文件:【org.springframework.web.servlet.FrameworkServlet】,方法:【doPost】,错误行号:【909】, error25=文件:【javax.servlet.http.HttpServlet】,方法:【service】,错误行号:【665】, error26=文件:【org.springframework.web.servlet.FrameworkServlet】,方法:【service】,错误行号:【883】, error27=文件:【javax.servlet.http.HttpServlet】,方法:【service】,错误行号:【750】, error28=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【227】, error29=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error30=文件:【org.apache.tomcat.websocket.server.WsFilter】,方法:【doFilter】,错误行号:【53】, error31=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error32=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error33=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【113】, error34=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error35=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error36=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【320】, error37=文件:【org.springframework.security.web.access.intercept.FilterSecurityInterceptor】,方法:【invoke】,错误行号:【126】, error38=文件:【org.springframework.security.web.access.intercept.FilterSecurityInterceptor】,方法:【doFilter】,错误行号:【90】, error39=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error40=文件:【org.springframework.security.web.access.ExceptionTranslationFilter】,方法:【doFilter】,错误行号:【118】, error41=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error42=文件:【org.springframework.security.web.session.SessionManagementFilter】,方法:【doFilter】,错误行号:【137】, error43=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error44=文件:【org.springframework.security.web.authentication.AnonymousAuthenticationFilter】,方法:【doFilter】,错误行号:【111】, error45=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error46=文件:【org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter】,方法:【doFilter】,错误行号:【158】, error47=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error48=文件:【org.springframework.security.web.savedrequest.RequestCacheAwareFilter】,方法:【doFilter】,错误行号:【63】, error49=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error50=文件:【com.dzj.security.fillter.JwtAuthenticationTokenFilter】,方法:【doFilterInternal】,错误行号:【44】, error51=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error52=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error53=文件:【org.springframework.security.web.authentication.logout.LogoutFilter】,方法:【doFilter】,错误行号:【116】, error54=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error55=文件:【org.springframework.web.filter.CorsFilter】,方法:【doFilterInternal】,错误行号:【92】, error56=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error57=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error58=文件:【org.springframework.security.web.header.HeaderWriterFilter】,方法:【doHeadersAfter】,错误行号:【92】, error59=文件:【org.springframework.security.web.header.HeaderWriterFilter】,方法:【doFilterInternal】,错误行号:【77】, error60=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error61=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error62=文件:【org.springframework.security.web.context.SecurityContextPersistenceFilter】,方法:【doFilter】,错误行号:【105】, error63=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error64=文件:【org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter】,方法:【doFilterInternal】,错误行号:【56】, error65=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error66=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error67=文件:【org.springframework.security.web.FilterChainProxy】,方法:【doFilterInternal】,错误行号:【215】, error68=文件:【org.springframework.security.web.FilterChainProxy】,方法:【doFilter】,错误行号:【178】, error69=文件:【org.springframework.web.filter.DelegatingFilterProxy】,方法:【invokeDelegate】,错误行号:【358】, error70=文件:【org.springframework.web.filter.DelegatingFilterProxy】,方法:【doFilter】,错误行号:【271】, error71=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error72=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error73=文件:【org.springframework.web.filter.RequestContextFilter】,方法:【doFilterInternal】,错误行号:【100】, error74=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error75=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error76=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error77=文件:【org.springframework.web.filter.FormContentFilter】,方法:【doFilterInternal】,错误行号:【93】, error78=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error79=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error80=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error81=文件:【org.springframework.web.filter.CharacterEncodingFilter】,方法:【doFilterInternal】,错误行号:【201】, error82=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error83=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error84=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error85=文件:【org.apache.catalina.core.StandardWrapperValve】,方法:【invoke】,错误行号:【202】, error86=文件:【org.apache.catalina.core.StandardContextValve】,方法:【invoke】,错误行号:【97】, error87=文件:【org.apache.catalina.authenticator.AuthenticatorBase】,方法:【invoke】,错误行号:【542】, error88=文件:【org.apache.catalina.core.StandardHostValve】,方法:【invoke】,错误行号:【143】, error89=文件:【org.apache.catalina.valves.ErrorReportValve】,方法:【invoke】,错误行号:【92】, error90=文件:【org.apache.catalina.core.StandardEngineValve】,方法:【invoke】,错误行号:【78】, error91=文件:【org.apache.catalina.connector.CoyoteAdapter】,方法:【service】,错误行号:【357】, error92=文件:【org.apache.coyote.http11.Http11Processor】,方法:【service】,错误行号:【374】, error93=文件:【org.apache.coyote.AbstractProcessorLight】,方法:【process】,错误行号:【65】, error94=文件:【org.apache.coyote.AbstractProtocol$ConnectionHandler】,方法:【process】,错误行号:【893】, error95=文件:【org.apache.tomcat.util.net.NioEndpoint$SocketProcessor】,方法:【doRun】,错误行号:【1707】, error96=文件:【org.apache.tomcat.util.net.SocketProcessorBase】,方法:【run】,错误行号:【49】, error97=文件:【java.util.concurrent.ThreadPoolExecutor】,方法:【runWorker】,错误行号:【1149】, error98=文件:【java.util.concurrent.ThreadPoolExecutor$Worker】,方法:【run】,错误行号:【624】, error99=文件:【org.apache.tomcat.util.threads.TaskThread$WrappingRunnable】,方法:【run】,错误行号:【61】, error100=文件:【java.lang.Thread】,方法:【run】,错误行号:【750】}", "createTime": "2024-01-05 11:52:40", "serviceName": "用户" }, { "id": 81, "groupName": "backstage2", "errorMsg": "{code=500, msg=空数据错误:null\n文件:【com.dzj.service.impl.UserServiceImpl】,方法:【accountLogin】,错误行号:【100】, error1=文件:【com.dzj.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$e3b3b73c】,方法:【invoke】,错误行号:【-1】, error2=文件:【org.springframework.cglib.proxy.MethodProxy】,方法:【invoke】,错误行号:【218】, error3=文件:【org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation】,方法:【invokeJoinpoint】,错误行号:【779】, error4=文件:【org.springframework.aop.framework.ReflectiveMethodInvocation】,方法:【proceed】,错误行号:【163】, error5=文件:【org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation】,方法:【proceed】,错误行号:【750】, error6=文件:【com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationInterceptor】,方法:【invoke】,错误行号:【50】, error7=文件:【org.springframework.aop.framework.ReflectiveMethodInvocation】,方法:【proceed】,错误行号:【186】, error8=文件:【org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation】,方法:【proceed】,错误行号:【750】, error9=文件:【org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor】,方法:【intercept】,错误行号:【692】, error10=文件:【com.dzj.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$7f905987】,方法:【accountLogin】,错误行号:【-1】, error11=文件:【com.dzj.controller.LoginController】,方法:【login】,错误行号:【41】, error12=文件:【sun.reflect.GeneratedMethodAccessor356】,方法:【invoke】,错误行号:【-1】, error13=文件:【sun.reflect.DelegatingMethodAccessorImpl】,方法:【invoke】,错误行号:【43】, error14=文件:【java.lang.reflect.Method】,方法:【invoke】,错误行号:【498】, error15=文件:【org.springframework.web.method.support.InvocableHandlerMethod】,方法:【doInvoke】,错误行号:【190】, error16=文件:【org.springframework.web.method.support.InvocableHandlerMethod】,方法:【invokeForRequest】,错误行号:【138】, error17=文件:【org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod】,方法:【invokeAndHandle】,错误行号:【105】, error18=文件:【org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter】,方法:【invokeHandlerMethod】,错误行号:【878】, error19=文件:【org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter】,方法:【handleInternal】,错误行号:【792】, error20=文件:【org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter】,方法:【handle】,错误行号:【87】, error21=文件:【org.springframework.web.servlet.DispatcherServlet】,方法:【doDispatch】,错误行号:【1040】, error22=文件:【org.springframework.web.servlet.DispatcherServlet】,方法:【doService】,错误行号:【943】, error23=文件:【org.springframework.web.servlet.FrameworkServlet】,方法:【processRequest】,错误行号:【1006】, error24=文件:【org.springframework.web.servlet.FrameworkServlet】,方法:【doPost】,错误行号:【909】, error25=文件:【javax.servlet.http.HttpServlet】,方法:【service】,错误行号:【665】, error26=文件:【org.springframework.web.servlet.FrameworkServlet】,方法:【service】,错误行号:【883】, error27=文件:【javax.servlet.http.HttpServlet】,方法:【service】,错误行号:【750】, error28=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【227】, error29=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error30=文件:【org.apache.tomcat.websocket.server.WsFilter】,方法:【doFilter】,错误行号:【53】, error31=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error32=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error33=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【113】, error34=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error35=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error36=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【320】, error37=文件:【org.springframework.security.web.access.intercept.FilterSecurityInterceptor】,方法:【invoke】,错误行号:【126】, error38=文件:【org.springframework.security.web.access.intercept.FilterSecurityInterceptor】,方法:【doFilter】,错误行号:【90】, error39=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error40=文件:【org.springframework.security.web.access.ExceptionTranslationFilter】,方法:【doFilter】,错误行号:【118】, error41=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error42=文件:【org.springframework.security.web.session.SessionManagementFilter】,方法:【doFilter】,错误行号:【137】, error43=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error44=文件:【org.springframework.security.web.authentication.AnonymousAuthenticationFilter】,方法:【doFilter】,错误行号:【111】, error45=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error46=文件:【org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter】,方法:【doFilter】,错误行号:【158】, error47=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error48=文件:【org.springframework.security.web.savedrequest.RequestCacheAwareFilter】,方法:【doFilter】,错误行号:【63】, error49=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error50=文件:【com.dzj.security.fillter.JwtAuthenticationTokenFilter】,方法:【doFilterInternal】,错误行号:【44】, error51=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error52=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error53=文件:【org.springframework.security.web.authentication.logout.LogoutFilter】,方法:【doFilter】,错误行号:【116】, error54=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error55=文件:【org.springframework.web.filter.CorsFilter】,方法:【doFilterInternal】,错误行号:【92】, error56=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error57=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error58=文件:【org.springframework.security.web.header.HeaderWriterFilter】,方法:【doHeadersAfter】,错误行号:【92】, error59=文件:【org.springframework.security.web.header.HeaderWriterFilter】,方法:【doFilterInternal】,错误行号:【77】, error60=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error61=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error62=文件:【org.springframework.security.web.context.SecurityContextPersistenceFilter】,方法:【doFilter】,错误行号:【105】, error63=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error64=文件:【org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter】,方法:【doFilterInternal】,错误行号:【56】, error65=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error66=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error67=文件:【org.springframework.security.web.FilterChainProxy】,方法:【doFilterInternal】,错误行号:【215】, error68=文件:【org.springframework.security.web.FilterChainProxy】,方法:【doFilter】,错误行号:【178】, error69=文件:【org.springframework.web.filter.DelegatingFilterProxy】,方法:【invokeDelegate】,错误行号:【358】, error70=文件:【org.springframework.web.filter.DelegatingFilterProxy】,方法:【doFilter】,错误行号:【271】, error71=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error72=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error73=文件:【org.springframework.web.filter.RequestContextFilter】,方法:【doFilterInternal】,错误行号:【100】, error74=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error75=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error76=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error77=文件:【org.springframework.web.filter.FormContentFilter】,方法:【doFilterInternal】,错误行号:【93】, error78=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error79=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error80=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error81=文件:【org.springframework.web.filter.CharacterEncodingFilter】,方法:【doFilterInternal】,错误行号:【201】, error82=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error83=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error84=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error85=文件:【org.apache.catalina.core.StandardWrapperValve】,方法:【invoke】,错误行号:【202】, error86=文件:【org.apache.catalina.core.StandardContextValve】,方法:【invoke】,错误行号:【97】, error87=文件:【org.apache.catalina.authenticator.AuthenticatorBase】,方法:【invoke】,错误行号:【542】, error88=文件:【org.apache.catalina.core.StandardHostValve】,方法:【invoke】,错误行号:【143】, error89=文件:【org.apache.catalina.valves.ErrorReportValve】,方法:【invoke】,错误行号:【92】, error90=文件:【org.apache.catalina.core.StandardEngineValve】,方法:【invoke】,错误行号:【78】, error91=文件:【org.apache.catalina.connector.CoyoteAdapter】,方法:【service】,错误行号:【357】, error92=文件:【org.apache.coyote.http11.Http11Processor】,方法:【service】,错误行号:【374】, error93=文件:【org.apache.coyote.AbstractProcessorLight】,方法:【process】,错误行号:【65】, error94=文件:【org.apache.coyote.AbstractProtocol$ConnectionHandler】,方法:【process】,错误行号:【893】, error95=文件:【org.apache.tomcat.util.net.NioEndpoint$SocketProcessor】,方法:【doRun】,错误行号:【1707】, error96=文件:【org.apache.tomcat.util.net.SocketProcessorBase】,方法:【run】,错误行号:【49】, error97=文件:【java.util.concurrent.ThreadPoolExecutor】,方法:【runWorker】,错误行号:【1149】, error98=文件:【java.util.concurrent.ThreadPoolExecutor$Worker】,方法:【run】,错误行号:【624】, error99=文件:【org.apache.tomcat.util.threads.TaskThread$WrappingRunnable】,方法:【run】,错误行号:【61】, error100=文件:【java.lang.Thread】,方法:【run】,错误行号:【750】}", "createTime": "2024-01-05 11:52:33", "serviceName": "用户" }, { "id": 80, "groupName": "backstage2", "errorMsg": "{code=500, msg=空数据错误:null\n文件:【com.dzj.service.impl.UserServiceImpl】,方法:【accountLogin】,错误行号:【100】, error1=文件:【com.dzj.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$e3b3b73c】,方法:【invoke】,错误行号:【-1】, error2=文件:【org.springframework.cglib.proxy.MethodProxy】,方法:【invoke】,错误行号:【218】, error3=文件:【org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation】,方法:【invokeJoinpoint】,错误行号:【779】, error4=文件:【org.springframework.aop.framework.ReflectiveMethodInvocation】,方法:【proceed】,错误行号:【163】, error5=文件:【org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation】,方法:【proceed】,错误行号:【750】, error6=文件:【com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationInterceptor】,方法:【invoke】,错误行号:【50】, error7=文件:【org.springframework.aop.framework.ReflectiveMethodInvocation】,方法:【proceed】,错误行号:【186】, error8=文件:【org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation】,方法:【proceed】,错误行号:【750】, error9=文件:【org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor】,方法:【intercept】,错误行号:【692】, error10=文件:【com.dzj.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$7f905987】,方法:【accountLogin】,错误行号:【-1】, error11=文件:【com.dzj.controller.LoginController】,方法:【login】,错误行号:【41】, error12=文件:【sun.reflect.GeneratedMethodAccessor356】,方法:【invoke】,错误行号:【-1】, error13=文件:【sun.reflect.DelegatingMethodAccessorImpl】,方法:【invoke】,错误行号:【43】, error14=文件:【java.lang.reflect.Method】,方法:【invoke】,错误行号:【498】, error15=文件:【org.springframework.web.method.support.InvocableHandlerMethod】,方法:【doInvoke】,错误行号:【190】, error16=文件:【org.springframework.web.method.support.InvocableHandlerMethod】,方法:【invokeForRequest】,错误行号:【138】, error17=文件:【org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod】,方法:【invokeAndHandle】,错误行号:【105】, error18=文件:【org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter】,方法:【invokeHandlerMethod】,错误行号:【878】, error19=文件:【org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter】,方法:【handleInternal】,错误行号:【792】, error20=文件:【org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter】,方法:【handle】,错误行号:【87】, error21=文件:【org.springframework.web.servlet.DispatcherServlet】,方法:【doDispatch】,错误行号:【1040】, error22=文件:【org.springframework.web.servlet.DispatcherServlet】,方法:【doService】,错误行号:【943】, error23=文件:【org.springframework.web.servlet.FrameworkServlet】,方法:【processRequest】,错误行号:【1006】, error24=文件:【org.springframework.web.servlet.FrameworkServlet】,方法:【doPost】,错误行号:【909】, error25=文件:【javax.servlet.http.HttpServlet】,方法:【service】,错误行号:【665】, error26=文件:【org.springframework.web.servlet.FrameworkServlet】,方法:【service】,错误行号:【883】, error27=文件:【javax.servlet.http.HttpServlet】,方法:【service】,错误行号:【750】, error28=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【227】, error29=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error30=文件:【org.apache.tomcat.websocket.server.WsFilter】,方法:【doFilter】,错误行号:【53】, error31=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error32=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error33=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【113】, error34=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error35=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error36=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【320】, error37=文件:【org.springframework.security.web.access.intercept.FilterSecurityInterceptor】,方法:【invoke】,错误行号:【126】, error38=文件:【org.springframework.security.web.access.intercept.FilterSecurityInterceptor】,方法:【doFilter】,错误行号:【90】, error39=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error40=文件:【org.springframework.security.web.access.ExceptionTranslationFilter】,方法:【doFilter】,错误行号:【118】, error41=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error42=文件:【org.springframework.security.web.session.SessionManagementFilter】,方法:【doFilter】,错误行号:【137】, error43=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error44=文件:【org.springframework.security.web.authentication.AnonymousAuthenticationFilter】,方法:【doFilter】,错误行号:【111】, error45=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error46=文件:【org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter】,方法:【doFilter】,错误行号:【158】, error47=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error48=文件:【org.springframework.security.web.savedrequest.RequestCacheAwareFilter】,方法:【doFilter】,错误行号:【63】, error49=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error50=文件:【com.dzj.security.fillter.JwtAuthenticationTokenFilter】,方法:【doFilterInternal】,错误行号:【44】, error51=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error52=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error53=文件:【org.springframework.security.web.authentication.logout.LogoutFilter】,方法:【doFilter】,错误行号:【116】, error54=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error55=文件:【org.springframework.web.filter.CorsFilter】,方法:【doFilterInternal】,错误行号:【92】, error56=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error57=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error58=文件:【org.springframework.security.web.header.HeaderWriterFilter】,方法:【doHeadersAfter】,错误行号:【92】, error59=文件:【org.springframework.security.web.header.HeaderWriterFilter】,方法:【doFilterInternal】,错误行号:【77】, error60=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error61=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error62=文件:【org.springframework.security.web.context.SecurityContextPersistenceFilter】,方法:【doFilter】,错误行号:【105】, error63=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error64=文件:【org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter】,方法:【doFilterInternal】,错误行号:【56】, error65=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error66=文件:【org.springframework.security.web.FilterChainProxy$VirtualFilterChain】,方法:【doFilter】,错误行号:【334】, error67=文件:【org.springframework.security.web.FilterChainProxy】,方法:【doFilterInternal】,错误行号:【215】, error68=文件:【org.springframework.security.web.FilterChainProxy】,方法:【doFilter】,错误行号:【178】, error69=文件:【org.springframework.web.filter.DelegatingFilterProxy】,方法:【invokeDelegate】,错误行号:【358】, error70=文件:【org.springframework.web.filter.DelegatingFilterProxy】,方法:【doFilter】,错误行号:【271】, error71=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error72=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error73=文件:【org.springframework.web.filter.RequestContextFilter】,方法:【doFilterInternal】,错误行号:【100】, error74=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error75=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error76=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error77=文件:【org.springframework.web.filter.FormContentFilter】,方法:【doFilterInternal】,错误行号:【93】, error78=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error79=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error80=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error81=文件:【org.springframework.web.filter.CharacterEncodingFilter】,方法:【doFilterInternal】,错误行号:【201】, error82=文件:【org.springframework.web.filter.OncePerRequestFilter】,方法:【doFilter】,错误行号:【119】, error83=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【internalDoFilter】,错误行号:【189】, error84=文件:【org.apache.catalina.core.ApplicationFilterChain】,方法:【doFilter】,错误行号:【162】, error85=文件:【org.apache.catalina.core.StandardWrapperValve】,方法:【invoke】,错误行号:【202】, error86=文件:【org.apache.catalina.core.StandardContextValve】,方法:【invoke】,错误行号:【97】, error87=文件:【org.apache.catalina.authenticator.AuthenticatorBase】,方法:【invoke】,错误行号:【542】, error88=文件:【org.apache.catalina.core.StandardHostValve】,方法:【invoke】,错误行号:【143】, error89=文件:【org.apache.catalina.valves.ErrorReportValve】,方法:【invoke】,错误行号:【92】, error90=文件:【org.apache.catalina.core.StandardEngineValve】,方法:【invoke】,错误行号:【78】, error91=文件:【org.apache.catalina.connector.CoyoteAdapter】,方法:【service】,错误行号:【357】, error92=文件:【org.apache.coyote.http11.Http11Processor】,方法:【service】,错误行号:【374】, error93=文件:【org.apache.coyote.AbstractProcessorLight】,方法:【process】,错误行号:【65】, error94=文件:【org.apache.coyote.AbstractProtocol$ConnectionHandler】,方法:【process】,错误行号:【893】, error95=文件:【org.apache.tomcat.util.net.NioEndpoint$SocketProcessor】,方法:【doRun】,错误行号:【1707】, error96=文件:【org.apache.tomcat.util.net.SocketProcessorBase】,方法:【run】,错误行号:【49】, error97=文件:【java.util.concurrent.ThreadPoolExecutor】,方法:【runWorker】,错误行号:【1149】, error98=文件:【java.util.concurrent.ThreadPoolExecutor$Worker】,方法:【run】,错误行号:【624】, error99=文件:【org.apache.tomcat.util.threads.TaskThread$WrappingRunnable】,方法:【run】,错误行号:【61】, error100=文件:【java.lang.Thread】,方法:【run】,错误行号:【750】}", "createTime": "2023-12-25 09:44:01", "serviceName": "用户" } ], "total": 691, "size": 10, "current": 1, "orders": [], "optimizeCountSql": true, "searchCount": true, "pages": 70 } }