随笔分类 - bug处理记录
记录工作中遇到的一些bug处理的过程
摘要:Error running 'WorkflowApplication': Command line is too long. Shorten command line for WorkflowAppllication
阅读全文
摘要:异常:java.lang.IllegalArgumentException: The document is really a OOXML file
阅读全文
摘要:spring控制事务回滚:TransactionAspectSupport.currentTransactionStatus().setRollbackOnly();
阅读全文
摘要:TransactionException: global rollback request failed. msg=Unknown column 'status' in 'field list' 说明 此报错是在调试 seata 时所遇到,通过报错可知是数据库字段 status 所缺失,但很多人会比
阅读全文
摘要:bug处理,rabbitMQ:ERROR 9392 o.s.a.r.l.SimpleMessageListenerContainer : Failed to check/redeclare auto-delete queue(s)
阅读全文
摘要:org.yaml.snakeyaml.error.YAMLException: java.nio.charset.MalformedInputException
阅读全文
摘要:bug处理记录:Error running 'WorkflowApplication': Command line is too long. Shorten command line for WorkflowApplication or also for Spring Boot default configuration?
阅读全文
摘要:org.springframework.jdbc.BadSqlGrammarException: ### Error querying database. Cause: org.postgresql.util.PSQLException: ERROR: operator does not exist: bigint = character varying
阅读全文
摘要:bug处理记录:Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=512M; support was removed in 8.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]
阅读全文
摘要:1. 报错: Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=512M; support was removed in 8.0 2. 导致原因: 错误场景:当前使用的办公电脑的内存配置为 16G ,开发的项目为S
阅读全文
摘要:1. 报错: java.util.UnknownFormatConversionException: Conversion = 'Y' at java.util.Formatter$FormatSpecifier.conversion(Formatter.java:2691) at java.uti
阅读全文
摘要:1. 报错: com.fasterxml.jackson.core.JsonParseException: Illegal unquoted character ((CTRL-CHAR, code 9)): has to be escaped using backslash to be includ
阅读全文