解决方法为在weblogic的启动脚本commEnv.sh中添加一句:
export JAVA_OPTIONS="$JAVA_OPTIONS -Djava.security.egd=file:/dev/./urandom"
不行的话,在试试这个