2022-01-10 13:19 | 题主 | ||||||||
|
登录时报HTTP Status 500 - sys/portal/home/get-msg-count.xwl:19 TypeError HTTP Status 500 - sys/portal/home/get-msg-count.xwl:19 TypeError: Cannot set property "msgCount" of nulltype Exception report message sys/portal/home/get-msg-count.xwl:19 TypeError: Cannot set property "msgCount" of null description The server encountered an internal error that prevented it from fulfilling this request. exception javax.servlet.ServletException: sys/portal/home/get-msg-count.xwl:19 TypeError: Cannot set property "msgCount" of null com.wb.util.WebUtil.showException(WebUtil.java:691) com.wb.common.Parser.parse(Parser.java:129) com.wb.common.Parser.parse(Parser.java:93) com.wb.common.Base.doFilter(Base.java:102) root cause |
2022-01-11 11:23 | #1 | ||||||||
|
这个异常表示获取信息表的数据为null,可能原因相关数据被删除了。 具体看一下get-msg-count.xwl的serverScript 19行代码 |
2022-01-11 12:27 | #2 | ||||||||
|
rows.push(getAppInfo('im', getImCount()));改为:rows.push(getAppInfo('my/im.xwl', getImCount()));(之前一直好的,问题‘im'参数没有获取,不知道那个地方被修改了) |