修改Linux上Weblogic使用的jdk $JAVA_HOME/jre/lib/security/java.security 文件
securerandom.source=file:/dev/urandom
修改为
securerandom.source=file:/dev/./urandom
 
 
这样可以解决任何一个域实际是JVM在Linux下的bug
改完不用重启linux服务器。
 
 

启动domain时卡顿的问题也能通过以上方法解决。
<Log Management> <BEA-170019> <The server log file /home/weblogic/domains/domain/servers/AdminServer/logs/AdminServer.log is opened. All server side log events will be written to this file.>

相关文章:

  • 2021-12-26
  • 2022-02-23
  • 2021-12-23
  • 2022-01-02
  • 2022-12-23
  • 2021-10-23
猜你喜欢
  • 2021-08-30
  • 2022-01-21
  • 2021-12-24
  • 2021-12-23
  • 2022-02-03
  • 2021-08-06
相关资源
相似解决方案