随笔分类 -  BUG

开发中遇到的bug
【BUG】The remote endpoint was in state [TEXT_PARTIAL_WRITING] which is an invalid stat
摘要:1.报错信息 Caused by: java.lang.IllegalStateException: The remote endpoint was in state [TEXT_PARTIAL_WRITING] which is an invalid state for called method 阅读全文

posted @ 2020-02-21 23:19 粤B_Liao 阅读(2394) 评论(0) 推荐(0)

【BUG】Spring Mvc使用Jackson进行json转对象时,遇到的字符串转日期的异常处理(JSON parse error: Can not deserialize value of type java.util.Date from String[])
摘要:1.问题排查 项目配置 springboot 2.1 Mave配置Jackson依赖 出现的场景 服务端通过springmvc写了一个对外的接口,查询数据中的表,表中有一个字段属性是时间戳,返回一个json字符串,其中该json带有日期,格式为yyyy MM dd HH:mm:ss 客户端调用该ht 阅读全文

posted @ 2018-10-15 22:31 粤B_Liao 阅读(12671) 评论(0) 推荐(0)

【BUG】IDEA导入Maven项目依赖不会报错,但使用的JAR会标红
摘要:方法1: 1.通过编译找到报错的jar; 2.在 repository找到此jar,一般未下载完大小为1k我的是这样(); 3.删除未下载完全的jar,在项目上执行maven reimport会重新下载jar; 方法2 Idea的File Invalidate Caches/Restart... 方 阅读全文

posted @ 2018-09-18 01:10 粤B_Liao 阅读(1847) 评论(0) 推荐(0)

【BUG】Write operations are not allowed in read-only mode (FlushMode.MANUAL): Turn your Session into FlushMode.COMMIT/AUTO or remove 'readOnly' marker from transaction definition.
摘要:Struts Problem Report Struts has detected an unhandled exception: Messages: Write operations are not allowed in read only mode (FlushMode.MANUAL): Tur 阅读全文

posted @ 2018-07-04 17:24 粤B_Liao 阅读(851) 评论(0) 推荐(0)

导航