linux下Weblogic 重启后第一次打开console登陆后响应极慢(20多分钟)(锁定并编辑第一次也极慢),以后速度就正常了,重启后又会极慢!

在网上看了看,是说linux下的java生成随机数据有bug!

修改 $JAVA_HOME/jre/lib/security/java.security 文件

  将 securerandom.source=file:/dev/urandom 改为 securerandom.source=file:dev/./urandom

重启weblogic后再打开console响应正常了!

相关文章:

  • 2022-12-23
  • 2021-12-15
  • 2022-01-08
  • 2021-09-26
  • 2021-10-27
  • 2021-10-17
  • 2022-12-23
  • 2021-09-29
猜你喜欢
  • 2022-12-23
  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
  • 2021-09-27
  • 2021-05-10
  • 2022-12-23
相关资源
相似解决方案