主题 : 智能审核
级别: 贡士
UID: 135386
积分:637 加为好友
威望: 6 精华: 0
主题:51 回复:428
注册时间:2020-07-29
在线时长:0
1#   发表于:2021-07-19 17:26:55  IP:124.182.*.*
/** 获取审核结果 */
private final String GET_CHECK_DETAIL = ContentReviewConstant.DoMain.PLATFORM_URL
.concat("/MODULE-AUDIT-CONTENT/client/v1/audit/content/list");

我看服务启动时会开启线程访问这个api,能说明一下这个的作用吗


还有我们系统现在内存溢出,cpu干到了400,后台日志每隔10几秒就会报下面的错 排查了一下 不是前端传的undefined
2021-07-19 14:28:26.019 [http-nio-8090-exec-46] ERROR c.j.e.service.impl.ExceptionProcessServiceImpl
 - For input string: "undefined" 
java.lang.NumberFormatException: For input string: "undefined"
        at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
        at java.lang.Integer.parseInt(Integer.java:580)
        at java.lang.Integer.valueOf(Integer.java:766)
        at com.jeecms.front.controller.ContentController.getIntArray(ContentController.java:794)
        at com.jeecms.front.controller.ContentController.page(ContentController.java:150)
        at sun.reflect.GeneratedMethodAccessor1713.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.
java:208)
        at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandle
rMethod.java:135)
        at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndH
andle(ServletInvocableHandlerMethod.java:102)
级别: 贡士
UID: 135386
积分:637 加为好友
威望: 6 精华: 0
主题:51 回复:428
注册时间:2020-07-29
在线时长:0
2#   发表于:2021-07-19 17:29:29  IP:124.182.*.*
回复第1楼 这个系统是有什么默认开启的定时任务吗,一直反复的调用API 中含有getIntArray()方法, X1.4.1
级别: 总版主
UID: 10736
积分:148432 加为好友
威望: 205 精华: 42
主题:287 回复:126170
注册时间:2010-09-08
在线时长:16.76
3#   发表于:2021-07-19 17:32:41  IP:111.202.*.*
查看下有设置定时任务吗
路漫漫其修远兮,吾将上下而求索!
级别: 贡士
UID: 135386
积分:637 加为好友
威望: 6 精华: 0
主题:51 回复:428
注册时间:2020-07-29
在线时长:0
4#   发表于:2021-07-19 17:46:01  IP:124.182.*.*
回复第3楼 我一共有两个问题,
这个定时任务有可能是系统内置的,你可以问问你们的开发吗 那个后台管理的定时任务我已经都清除了
帮忙看看我发你的日志
级别: 总版主
UID: 10736
积分:148432 加为好友
威望: 205 精华: 42
主题:287 回复:126170
注册时间:2010-09-08
在线时长:16.76
5#   发表于:2021-07-20 08:50:43  IP:111.202.*.*
/** 获取审核结果 */
private final String GET_CHECK_DETAIL = ContentReviewConstant.DoMain.PLATFORM_URL
.concat("/MODULE-AUDIT-CONTENT/client/v1/audit/content/list");

我看服务启动时会开启线程访问这个api,能说明一下这个的作用吗


还有我们系统现在内存溢出,cpu干到了400,后台日志每隔10几秒就会报下面的错 排查了一下 不是前端传的undefined
2021-07-19 14:28:26.019 [http-nio-8090-exec-46] ERROR c.j.e.service.impl.ExceptionProcessServiceImpl
 - For input string: "undefined" 
java.lang.NumberFormatException: For input string: "undefined"
        at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
        at java.lang.Integer.parseInt(Integer.java:580)
        at java.lang.Integer.valueOf(Integer.java:766)
        at com.jeecms.front.controller.ContentController.getIntArray(ContentController.java:794)
        at com.jeecms.front.controller.ContentController.page(ContentController.java:150)
        at sun.reflect.GeneratedMethodAccessor1713.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.
java:208)
        at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandle
rMethod.java:135)
        at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndH
andle(ServletInvocableHandlerMethod.java:102)
内容分页列表,是前端传的,后台不会出现undefined  最多出现null
路漫漫其修远兮,吾将上下而求索!
1 共1页