随笔分类 - Exception
摘要:某项目加入了某依赖A,IDEA里编译报了如下错误: 无法访问com.alibaba.fastjson.parser.deserializer.PropertyProcessable 错误代码行为某个使用了fastjson @JSONField注解的vo 查看依赖A发现,依赖了fastjson1.2.
阅读全文
摘要:今天线上环境发现storm任务日志里有如下异常: , 堆栈信息里找到某dubbo服务A的某方法具体某行抛出的,查看服务A的日志,也有该异常信息。 在服务A的工程里找到那行代码,是在某个计算分支里,的确调用了工程X的一个工具类方法。 有些奇怪,因为这个工具类方法调用已上线运行很久了,以前都没发现这个异
阅读全文
摘要:Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'xxx.hibernate_sequence' doesn't exist 背景: springboot 1.5.9.RELEASE 升级至 2.
阅读全文
摘要:java.lang.IllegalArgumentException: Circular placeholder reference 'trace.enable' in property definitions at org.springframework.util.PropertyPlacehol
阅读全文