java
noakcn
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
shardingsphere 4.1.0 Failed to determine a suitable driver class
最近业务需要进行分表分库操作,于是跟着官方教程配置 启动时遇到 Failed to determine a suitable driver class 使用的数据源是DruidDataSource 遇到上述问题,是因为数据源的自动配置类DruidDataSourceAutoConfigure 在加载spring.datasource或者spring.datasource.druid下的配置,但是...原创 2020-05-07 22:20:17 · 1895 阅读 · 1 评论 -
Debugger failed to attach: recv failed during handshake: Connection reset by peer
问题 最近上预发服务器查看日志,莫名看到日志中出现大量的 Debugger failed to attach: recv failed during handshake: Connection reset by peer Debugger failed to attach: recv failed during handshake: Connection reset by peer Debugge...原创 2020-04-20 13:03:54 · 5525 阅读 · 0 评论 -
服务器负载不是很高,并发只有200多但是内存泄漏的排查
异常现象 线上服务器负载并不是很高,但是却出现了OOM异常,报错如下 java.lang.OutOfMemoryError: unable to create new native thread at java.lang.Thread.start0(Native Method) at java.lang.Thread.start(Thread.java:717) at org.java_we...原创 2020-02-03 15:04:40 · 461 阅读 · 0 评论
分享