实际是JVM在Linux下的bug
他想调用一个随机函数
但取不到
最好的解决办法: 修改Linux上Weblogic使用的jdk /usr/java/jdk1.5.0_22/jre/lib/security/jre/lib/security/java.security 文件
将securerandom.source=file:/dev/urandom 修改为
securerandom.source=file:/dev/./urandom
这样可以解决任何一个域Weblogic启动慢的问题