bug笔记
文章平均质量分 51
Alan_刘志强
头发快掉光。。。
展开
-
org.codehaus.jettison.json.JSONObject类型的Null值怎么判断的问题,JSONObject$Null
org.codehaus.jettison.json.JSONObject类型的Null值怎么判断的问题,JSONObject$Null原创 2022-12-29 16:07:32 · 1067 阅读 · 1 评论 -
请求报错No route to host (Host unreachable)
请求报错No route to host (Host unreachable); nested exception is java.net.NoRouteToHostException: No route to host (Host unreachable)原创 2022-12-23 13:45:16 · 28030 阅读 · 0 评论 -
Spring boot导入jackson相关maven依赖版本导致的问题
Spring boot导入jackson相关maven依赖版本导致的问题原创 2022-11-27 22:37:51 · 3454 阅读 · 0 评论 -
ErrCode: 13102001没有找到名称为 ‘xxx‘ 的数据源
ErrCode: 13102001没有找到名称为 'xxx' 的数据源原创 2022-11-22 16:02:58 · 436 阅读 · 0 评论 -
依赖更新报错Could not transfer artifact xxx from/to maven-default-http-blocker (http://0.0.0.0/)
依赖更新报错Could not transfer artifact xxx from/to maven-default-http-blocker (http://0.0.0.0/)原创 2022-11-17 17:44:37 · 618 阅读 · 0 评论 -
MQ报错IllegalArgumentException: Only support jms text message.
MQ报错IllegalArgumentException: Only support jms text message原创 2022-11-16 15:20:01 · 271 阅读 · 0 评论 -
javax.net.ssl.SSLException: closing inbound before receiving peer‘s close_notify
javax.net.ssl.SSLException: closing inbound before receiving peer's close_notify在收到对等方关闭通知之前关闭入站原创 2022-11-16 15:09:39 · 382 阅读 · 0 评论 -
使用XMLSerializer报错java.lang.NoClassDefFoundError: nu/xom/ParentNode
json-lib将xml转json报错java.lang.NoClassDefFoundError: nu/xom/ParentNode原创 2022-11-10 14:36:36 · 860 阅读 · 0 评论 -
com.microsoft.sqlserver.jdbc.SQLServerException: 驱动程序无法通过使用安全套接字层(SSL)加密与 SQL Server 建立 安全连接
com.microsoft.sqlserver.jdbc.SQLServerException: 驱动程序无法通过使用安全套接字层(SSL)加密与 SQL Server 建立 安全连接原创 2022-11-08 11:42:52 · 7312 阅读 · 0 评论 -
请求服务无响应Dispatcher has no subscribers
Dispatcher has no subscribers原创 2022-09-09 10:24:09 · 1774 阅读 · 0 评论 -
ClassNotFoundException: org.springframework.core.metrics.ApplicationStartup
ClassNotFoundException: org.springframework.core.metrics.ApplicationStartup原创 2022-07-10 11:39:18 · 3313 阅读 · 2 评论 -
java.sql.BatchUpdateException: Lock wait timeout exceeded; try restarting transaction
java.sql.BatchUpdateException: Lock wait timeout exceeded; try restarting transaction报错信息2022-04-21 18:27:55.231 ERROR [YCDAS,DAS,default,172.50.1.183:DAS:28083,f2d8901d334b52c2,0e3432285817a426,f2d8901d334b52c2,] 11455 --- [http-nio-28083-exec-6] .i.s.T原创 2022-04-21 10:50:52 · 2333 阅读 · 1 评论 -
No enum constant org.springframework.web.bind.annotation.Request没有对应的枚举
java.lang.IllegalArgumentException: No enum constant org.springframework.web.bind.annotation.RequestMethod.post报错信息2022-04-16 18:46:20.512 ERROR [sys_001,lzq-DAS,default,windows10.microdone.cn:lzq-DAS:28083,,,,] 24644 --- [main] s.d.s.r.o.OperationHttpMe原创 2022-04-16 18:49:18 · 1700 阅读 · 0 评论 -
Maven:Missing artifact com.sun:tools:jar:1.8.0问题解决
Maven:Missing artifact com.sun:tools:jar:1.8.0问题描述导入一个Maven项目的时候,pom.xml报了一个错Missing artifact com.sun:tools:jar:1.8.0,检查其Maven配置,未引入Tools包,build path检查Maven缺少配置解决办法虽然tools包是java自带的,但是并不会被maven引入项目,我们手动引入该tools包即可操作1:在配置eclipse.ini本项目是在idea上创建的,idea中原创 2022-03-17 10:02:16 · 2989 阅读 · 1 评论 -
Request header is too large
Get请求导致的异常:Request header is too large2021-10-12 13:46:33.627|INFO|10436|http-nio-8923-exec-10|oes-csas-words||||org.apache.juli.logging.DirectJDKLog.log-182|Error parsing HTTP request header Note: further occurrences of HTTP header parsing errors will b原创 2021-10-12 13:48:38 · 253 阅读 · 0 评论 -
java.lang.OutOfMemoryError: Java heap space
内存溢出 java.lang.OutOfMemoryError: Java heap spaceorg.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is java.lang.OutOfMemoryError: Java heap space at org.springframework.web.servlet.DispatcherServlet.doDispatch(原创 2021-10-11 17:43:12 · 1748 阅读 · 3 评论 -
Exception:BillMapper is not known to the MapperRegistry
Exception:BillMapper is not known to the MapperRegistryLogging initialized using 'class org.apache.ibatis.logging.stdout.StdOutImpl' adapter.Class not found: org.jboss.vfs.VFSJBoss 6 VFS API is not available in this environment.Class not found: org.jbo原创 2021-10-09 14:54:31 · 128 阅读 · 0 评论 -
Caused by: org.springframework.beans.factory.BeanNotOfRequiredTypeException
Caused by: org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named ‘elasticsearchTemplate’ is expected to be of type ‘org.springframework.data.elasticsearch.core.ElasticsearchTemplate’ but was actually of type ‘org.springframework.data原创 2021-09-27 17:15:50 · 1375 阅读 · 0 评论 -
Caused by: java.lang.IllegalStateException: Failed to introspect Class
Spring-Data-ElasticSearch整合spring boot问题Caused by: java.lang.IllegalStateException: Failed to introspect Class [org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchDataConfigurationRestClientConfiguration]fromClassLoader[sun.misc.Launch原创 2021-09-27 16:38:59 · 6302 阅读 · 3 评论 -
Commit cannot be completed since the group has already rebalanced and assigned the partitions to ano
2021-09-24 14:22:53.040|ERROR|14396|oes_csas_embedded_asset.container-0-C-1|oes-csas-manage||||org.apache.kafka.common.utils.LogContext$KafkaLogger.error-301|[Consumer clientId=consumer-12, groupId=oes-csas-search] Offset commit failed on partition oes_csa原创 2021-09-26 09:01:18 · 618 阅读 · 0 评论 -
Caused by: java.lang.NoClassDefFoundError: org/springframework/core/metrics/ApplicationStartup
springboot启动elasticsearch异常D:\DevelopTools\java\jdk1.8.0_231\bin\java.exe -XX:TieredStopAtLevel=1 -noverify -Dspring.output.ansi.enabled=always -Dcom.sun.management.jmxremote -Dspring.jmx.enabled=true -Dspring.liveBeansView.mbeanDomain -Dspring.applicatio原创 2021-09-25 23:15:07 · 2973 阅读 · 5 评论 -
@Deprecated注解功能
@Deprecated注解功能外部正在调用或者二方库依赖的接口,不允许修改方法签名,避免对接口调用方产生影响。接口过时必须加 @Deprecated 注解,并清晰地说明采用的新接口或新服务是什么。这其中提到了 @Deprecated 注解,在之前的开发过程中没遇到过这个注解,于是查了下他的功能:简单来讲就是,若某类或某方法加上该注解之后,表示此方法或类不再建议使用,调用时也会出现删除线,但并不代表不能用,只是说,不推荐使用,因为还有更好的方法可以调用。或许有人会问 为什么会出现加这个注解呢,直原创 2021-09-15 20:14:06 · 208 阅读 · 0 评论 -
Caused by: java.security.cert.CertPathValidatorException: Path does not chain with any of the trust
Caused by: java.security.cert.CertPathValidatorException: Path does not chain with any of the trustCaused by: java.security.cert.CertPathValidatorException: Path does not chain with any of the trust anchors at sun.security.provider.certpath.PKIXCertPathV原创 2021-09-15 20:13:31 · 207 阅读 · 0 评论