异常处理汇总-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柱状图跳转存在问题:无论配置什么参数,跳转过去都会加载全部数据。

问题原因:柱状图的跳转与点击位置有关,点柱子参数带不过去,点横轴上面的分组标签可以把参数带过去。

 5. Mac M2安装MySQL5.7后控制台无法使用mysql命令

原因:安装时未自动添加到环境变量

解决方法:

在终端窗口执行如下两条命令

1 echo 'export PATH="/usr/local/mysql/bin:$PATH"' >> ~/.bash_profile
2 source ~/.bash_profile

 参考:https://blog.51cto.com/u_16213464/10760189

posted @ 2024-10-29 14:39  野生薄荷糖  阅读(32)  评论(0)    收藏  举报