|

楼主 |
发表于 2018-4-25 13:11:30
|
显示全部楼层
2018-04-25 13:07:13 excute stream action, params:{"accept":"application/json","action":"queryTB_EXCEPTION_YJAction","actionFlag":"__action_0__","activity":"connectionFault","contentType":"json","executeContext":"","executor":"","parameters":{"columns":"AGV_Q,AREA,BIZ_CODE,BRK_CODE,BRK_CODE2,BRK_CODE3,BRK_CODE4,BRK_CODE5,BRK_DNUMB,BRK_STATE,CITY,CONNECT_TYPE,C_CODE,C_NAME,DEV_ADRESS,DEV_CODE,EXCEP_CAUSES,EXCEP_FLAG,H_DATE,INS_TAP,INS_TIME,INS_WRITE,LQ,MAINTAIN_DATE,MAINTAIN_NAME,MTYPE,M_CODE,M_NAME,PERSON_NAME,PRCS_METHOD,PROVINCE,P_CODE,P_NAME,RQ,TAP_STAT,TAP_TD,TB_EXCEPTION_YJ,TQ,USER_ADRESS,USER_NAME,USER_PHONE,U_NAME,WRITE_IN","limit":20,"offset":0,"variables":{}},"process":"/PSD/PSDRepair/process/PSDRepair/pSDRepairProcess","translateParameter":{"cellnameByRelation":false,"dataType":"row-list","includeState":true,"rowsConfig":{"concept":"TB_EXCEPTION_YJ","sequence":"AGV_Q,AREA,BIZ_CODE,BRK_CODE,BRK_CODE2,BRK_CODE3,BRK_CODE4,BRK_CODE5,BRK_DNUMB,BRK_STATE,CITY,CONNECT_TYPE,C_CODE,C_NAME,DEV_ADRESS,DEV_CODE,EXCEP_CAUSES,EXCEP_FLAG,H_DATE,INS_TAP,INS_TIME,INS_WRITE,LQ,MAINTAIN_DATE,MAINTAIN_NAME,MTYPE,M_CODE,M_NAME,PERSON_NAME,PRCS_METHOD,PROVINCE,P_CODE,P_NAME,RQ,TAP_STAT,TAP_TD,TB_EXCEPTION_YJ,TQ,USER_ADRESS,USER_NAME,USER_PHONE,U_NAME,WRITE_IN,button"},"transformIdcolumn":true,"useNamespace":true}}
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.justep.system.action.Engine.invokeActions(Native Method)
at com.justep.system.action.Engine.invokeActions(Unknown Source)
at com.justep.business.server.BusinessServer.doAction(Unknown Source)
at com.justep.business.server.BusinessServer.doExcute(Unknown Source)
at com.justep.business.server.BusinessServer.excute(Unknown Source)
at com.justep.business.server.BusinessServer.excute(Unknown Source)
at com.justep.business.server.BusinessServerServlet.execService(Unknown Source)
at com.justep.business.server.BusinessServerServlet.service(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:723)
at com.justep.x.bs.BusinessServerServlet.service(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:723)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:861)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:606)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:745)
Caused by: com.justep.exception.BusinessException: 编码: JUSTEP150210; 提示: 执行KSQL出错, KSQL: SELECT TB_EXCEPTION_YJ.* FROM TB_EXCEPTION_YJ TB_EXCEPTION_YJ LIMIT 0, 20
--> sql:
--> binds: []
at com.justep.exception.BusinessException.create(Unknown Source)
at com.justep.system.data.impl.TableUtilsImplement.ksqlSelect(Unknown Source)
at com.justep.system.data.impl.TableUtilsImplement.ksqlSelect(Unknown Source)
at com.justep.system.data.impl.TableUtilsImplement.ksqlSelect(Unknown Source)
at com.justep.system.data.BizData.query(Unknown Source)
at BizProcedure.query(BizProcedure.java:12)
... 27 more
Caused by: java.lang.NullPointerException
at com.justep.system.data.Transaction.getConnection(Unknown Source)
at com.justep.system.data.Transaction.getConnection(Unknown Source)
at com.justep.model.ModelUtils.getConnection(Unknown Source)
... 32 more
在页面直接加载的时候报错,这个页面需要什么设置吗?
|
-
主键设置
|