1,找到你的jdk安装的位置

  1. ${JAVA_HOME}/jre/lib/security/java.security  

 

2,vi 打开后找到

  1. securerandom.source=file:/dev/urandom  

 

修改

  1. securerandom.source=file:/dev/./urandom  

3,重新启动tomcat就好了

相关文章:

  • 2021-06-18
  • 2022-12-23
  • 2022-12-23
  • 2022-01-01
  • 2021-06-15
  • 2021-11-28
  • 2021-09-04
  • 2022-03-10
猜你喜欢
  • 2021-09-06
  • 2021-05-17
  • 2021-08-12
  • 2022-02-07
  • 2021-08-27
  • 2021-11-09
  • 2022-02-07
相关资源
相似解决方案