|
发表于 2022-5-12 15:12:41
|
显示全部楼层
这是其中一个的详细信息,什么操作都没有做,就默认的一分钟出现一次
2022-05-12 15:09:15 (cipher)
ExceptionClass: java.lang.ClassNotFoundException
LoggerName: com.x.query.assemble.designer.jaxrs.table.TableAction
StackTrace: java.lang.ClassNotFoundException: com.x.query.dynamic.entity.transferFlow
RequestInfor: http://127.0.0.1:20020/x_query_a ... w/execute From 127.0.0.1
requestRemoteAddr: 127.0.0.1 requestRemoteHost: 127.0.0.1 requestBodyLength: 252
requestHead: Cache-Control:no-cache, no-transform
Accept:text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
Access-Control-Allow-Credentials:true
Access-Control-Allow-Methods:GET, POST, OPTIONS, PUT, DELETE, HEAD, TRACE
x-token:acTi5EhmOgMwCiPBxqQpSYT9hUvKuPZPZZ8sSfmZGkQ
User-Agent:Java/11.0.10
Connection:keep-alive
Host:127.0.0.1:20020
Pragma:no-cache
Content-Length:220
Access-Control-Allow-Headers:x-requested-with, x-request, Content-Type, x-cipher, x-client, x-token
Content-Type:application/json;charset=UTF-8
requestBody: {
"maxResults": 10,
"firstResult": 0,
"type": "select",
"data": "select o.id,o.flowId,o.subject,o.person,o.personName,o.startTime,o.completedTime,o.formId,o.processId from transferFlow o where (o.status is null or o.status\u003d\u0027\u0027)"
} |
|