随笔分类 -  bug处理记录

记录工作中遇到的一些bug处理的过程
摘要:Error running 'WorkflowApplication': Command line is too long. Shorten command line for WorkflowAppllication 阅读全文
posted @ 2022-12-06 15:24 向宁的光 阅读(311) 评论(0) 推荐(0) 编辑
摘要:异常:java.lang.IllegalArgumentException: The document is really a OOXML file 阅读全文
posted @ 2022-12-06 15:21 向宁的光 阅读(3680) 评论(0) 推荐(0) 编辑
摘要:spring控制事务回滚:TransactionAspectSupport.currentTransactionStatus().setRollbackOnly(); 阅读全文
posted @ 2022-12-06 15:20 向宁的光 阅读(7470) 评论(0) 推荐(0) 编辑
摘要:TransactionException: global rollback request failed. msg=Unknown column 'status' in 'field list' 说明 此报错是在调试 seata 时所遇到,通过报错可知是数据库字段 status 所缺失,但很多人会比 阅读全文
posted @ 2022-12-06 15:16 向宁的光 阅读(393) 评论(0) 推荐(0) 编辑
摘要:bug处理,rabbitMQ:ERROR 9392 o.s.a.r.l.SimpleMessageListenerContainer : Failed to check/redeclare auto-delete queue(s) 阅读全文
posted @ 2022-12-06 15:09 向宁的光 阅读(2790) 评论(0) 推荐(0) 编辑
摘要:org.yaml.snakeyaml.error.YAMLException: java.nio.charset.MalformedInputException 阅读全文
posted @ 2022-12-06 14:49 向宁的光 阅读(8907) 评论(0) 推荐(1) 编辑
摘要:bug处理记录:Error running 'WorkflowApplication': Command line is too long. Shorten command line for WorkflowApplication or also for Spring Boot default configuration? 阅读全文
posted @ 2022-12-06 14:36 向宁的光 阅读(582) 评论(0) 推荐(0) 编辑
摘要:org.springframework.jdbc.BadSqlGrammarException: ### Error querying database. Cause: org.postgresql.util.PSQLException: ERROR: operator does not exist: bigint = character varying 阅读全文
posted @ 2022-12-06 14:35 向宁的光 阅读(3854) 评论(0) 推荐(0) 编辑
摘要:bug处理记录:Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=512M; support was removed in 8.0 阅读全文
posted @ 2022-12-06 14:27 向宁的光 阅读(2065) 评论(0) 推荐(0) 编辑
摘要:com.fasterxml.jackson.core.JsonParseException: Illegal unquoted character ((CTRL-CHAR, code 9)): has to be escaped using backslash to be included in string value at [Source: (PushbackInputStream); line: 2, column: 21] 阅读全文
posted @ 2022-12-06 09:51 向宁的光 阅读(3366) 评论(0) 推荐(0) 编辑
摘要:1. 报错: Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=512M; support was removed in 8.0 2. 导致原因: 错误场景:当前使用的办公电脑的内存配置为 16G ,开发的项目为S 阅读全文
posted @ 2022-04-11 17:41 向宁的光 阅读(1968) 评论(0) 推荐(0) 编辑
摘要:1. 报错: java.util.UnknownFormatConversionException: Conversion = 'Y' at java.util.Formatter$FormatSpecifier.conversion(Formatter.java:2691) at java.uti 阅读全文
posted @ 2022-03-15 09:27 向宁的光 阅读(1374) 评论(0) 推荐(0) 编辑
摘要:1. 报错: com.fasterxml.jackson.core.JsonParseException: Illegal unquoted character ((CTRL-CHAR, code 9)): has to be escaped using backslash to be includ 阅读全文
posted @ 2022-03-09 17:28 向宁的光 阅读(1145) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示