ufo8512 发表于 2022-5-11 22:58:31

日志报异常,不知道什么原因,谢谢

2022-05-11 22:54:14         (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:         POST http://127.0.0.1:20020/x_query_assemble_designer/jaxrs/table/transferFlow/execute  From  127.0.0.1

2022-05-11 22:54:14       
ExceptionClass:         javax.script.ScriptException
LoggerName:         com.x.base.core.project.scripting.JsonScriptingExecutor
StackTrace:         javax.script.ScriptException: TypeError: Cannot read property "length" from undefined in <eval> at line number 49

论坛管理员 发表于 2022-5-12 11:12:11

看起来是您的查询有异常,不能具体定位,还是要您先确认一下是做什么操作时报错才行。

ufo8512 发表于 2022-5-12 15:12:41

这是其中一个的详细信息,什么操作都没有做,就默认的一分钟出现一次


2022-05-12 15:09:15        &nbsp;(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_assemble_designer/jaxrs/table/transferFlow/execute&nbsp; From &nbsp;127.0.0.1
                requestRemoteAddr: 127.0.0.1requestRemoteHost: 127.0.0.1requestBodyLength: 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)"
                        }

论坛管理员 发表于 2022-5-13 10:09:54

您是否有定时代理在运行?
页: [1]
查看完整版本: 日志报异常,不知道什么原因,谢谢