
Exception
以实际为线索,记录日常开发遇到的异常情况和解决方法
知楠行易
可与言而不与之言,失人;不可与言而与言,失言。知者不失人,亦不失言。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
FileNotFoundException: class path resource [mapper/*.xml] cannot be opened because it does not exist
FileNotFoundException: class path resource [mapper/*.xml] cannot be opened because it does not exist。原创 2024-10-30 09:33:08 · 662 阅读 · 0 评论 -
Caused by: com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Java 8 date/time type
InvalidDefinitionException: Java 8 date/time type原创 2024-10-23 16:28:22 · 985 阅读 · 0 评论 -
xxx.jar中没有主清单属性
jar包运行时报错:jar中没有主清单属性原创 2024-10-22 18:19:34 · 442 阅读 · 0 评论 -
Caused by: java.io.IOException: DerInputStream.getLength(): lengthTag=111, too big.
web项目,https升级遇到的问题。IOException原创 2024-10-22 14:41:17 · 346 阅读 · 0 评论 -
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building f
javax.net.ssl.SSLHandshakeException。web(使用cas验证)升级https遇到的问题原创 2024-10-15 10:27:06 · 459 阅读 · 0 评论 -
java.security.cert.CertificateException: No subject alternative names present
java.security.cert.CertificateException https升级遇到的问题,No subject alternative names present一般是证书链路有问题。原创 2024-10-15 10:20:39 · 2064 阅读 · 2 评论 -
org.apache.tomcat.util.http.fileupload.impl.FileSizeLimitExceededException
FileSizeLimitExceededExceptionx, web项目文件大小限制,spring boot 配置项目上传文件大小。原创 2024-03-06 13:46:30 · 2668 阅读 · 0 评论 -
JAXB异常: Error parsing XML file at xxx Caused by 类的两个属性具有相同名称
关于JAXB的异常, Error parsing XML file at xxx Caused by com.sun.xml.internal.bind.v2.runtime.IllegalAnnotationsException: 2 counts of IllegalAnnotationExceptions 类的两个属性具有相同名称原创 2023-12-22 15:09:34 · 695 阅读 · 0 评论 -
org.apache.rocketmq.remoting.exception.RemotingTooMuchRequestException
org.apache.rocketmq.remoting.exception.RemotingTooMuchRequestException: sendDefaultImpl call timeoutrocketMq 异常,本地测试正常,但是服务器的就不能使用,原因是 broker配置的原因。原创 2024-01-23 15:51:29 · 2581 阅读 · 1 评论