connection reset

问题描述

Cannot create PoolableConnectionFactory(Io Exception: Connection reset)
数据库连接异常
当直接kill掉进程的时候,偶尔情况下会出现这种情况

解决方案

修改$JAVA_HOME/jre/lib/security路径下的java.security文件。将securerandom.source=file:/dev/random修改成securerandom.source=file:/dev/urandom

相关文章:

  • 2021-11-13
  • 2021-11-21
  • 2021-01-12
  • 2021-06-21
  • 2021-11-10
  • 2021-09-30
  • 2021-11-13
  • 2021-11-19
猜你喜欢
  • 2021-11-08
  • 2021-12-25
  • 2018-09-14
  • 2018-11-09
  • 2021-06-10
  • 2021-12-15
  • 2021-12-15
  • 2021-12-26
相关资源
相似解决方案