【賽迪網(wǎng)報(bào)道】安裝 Weblogic9 時(shí)一切順利,但建域時(shí)***后一步報(bào)如下錯(cuò)誤:
Create Domain Error: setSeed() Failed!
引起問(wèn)題的主要原因是:由于JAVA的安全級(jí)別設(shè)置
解決辦法共分為兩個(gè)步驟,請(qǐng)按順序操作:
1. in the java.security file in the directory JAVA_HOME/jre/lib/security edit the entry securerandom.source=file:/dev/urandom to securerandom.source=file:/dev/random
2. while using the installer or shell command use -Djava.security.egd=/dev/random i.e
for running installer use java -jar filename.jar -mode=console -Djava.security.egd=/dev/random
Then to configure domain use sh config.sh -mode=console -Djava.security.egd=/dev/random