异常处理汇总-Java&Mendix&Spark&SQL&etc...
1. MyBatis映射问题
执行计算过程中出现错误,错误消息:Mapped Statements collection does not contain value for...
问题原因:
configure.xml文件中未配置对应路径。
2. java: Annotation processing is not supported for module cycles. Please ensure that all modules from cycle [qms-report-business,qms-report-service] are excluded from annotation processing
问题原因:程序中出现了循环调用
3. 调用webService接口报错:
怀疑是key(arg3)在加密解密上存在问题
4. FineBI柱状图跳转存在问题:无论配置什么参数,跳转过去都会加载全部数据。
问题原因:柱状图的跳转与点击位置有关,点柱子参数带不过去,点横轴上面的分组标签可以把参数带过去。