Weblogic Domain creation stuck/froze at creating domain security information.......
Have taken a backup of config.sh (wlserver_10.3\common\bin)
added the variable -Djava.security.egd=file:/dev/./urandom in JVM_ARGS
it now looks like
JVM_ARGS="-Djava.security.egd=file:/dev/./urandom -Dprod.props.file='${WL_HOME}/.product.properties' -Dpython.cachedir=/tmp/cachedir ${JVM_D64} ${MEM_ARGS} ${CONFIG_JVM_ARGS}"
rerunning config.sh solved the issue.
Have taken a backup of config.sh (wlserver_10.3\common\bin)
added the variable -Djava.security.egd=file:/dev/./urandom in JVM_ARGS
it now looks like
JVM_ARGS="-Djava.security.egd=file:/dev/./urandom -Dprod.props.file='${WL_HOME}/.product.properties' -Dpython.cachedir=/tmp/cachedir ${JVM_D64} ${MEM_ARGS} ${CONFIG_JVM_ARGS}"
rerunning config.sh solved the issue.
20 comments:
Thanks Alot man...it resolved my problem.
thanks alot man..it resolved my problem.and saved alot of time.
Thanks. Resolved my problem as well!
this solved my problem too :)
Didn't work for me, but i suspect my switches somehow are to blame.
RHEL 6.5 wls 12.1.3
Jeeez this saved my bacon trying to setup a legacy test environment, Java EE app servers are such a pain to work with sometimes
Thanks. Resolved my problem on RHEL 6.4 wls 12.1.3
Thanks that solved my problem. Appreciate the work you put in.
For those who are using Weblogic 12c.
the config.sh file can be found in
/wls12130/oracle_common/common/bin/ folder
and you can add the similar way as advised above. To finally get something like below.
JVM_ARGS="-Djava.security.egd=file:/dev/./urandom -Dprod.props.file='${WL_HOME}/.product.properties' -DCOMMON_COMPONENTS_HOME='${COMMON_COMPONENTS_HOME}' -Dpython.cachedir=/tmp/cachedir ${JVM_D64} ${UTILS_MEM_ARGS} ${COMMON_JVM_ARGS} ${CONFIG_JVM_ARGS}"
The fix in the original post worked for me! Thanks!
Thanks.
Great !! Worked .Thanks a lot....Saved my time lot !! :-)
Thanks,
KTC
Thanks m8, this was really helpfull
Thanks a lot man.. u really saved my day...
thank you solved my problem !!
Hi,
Thank you this was great .. Just one thing more, what if you change this definition in the /jre/lib/security/java.security file ? I just wonder ho may times this random thing may be used ...
Just letting you know - end of 2019 and this solution still helped me!
Post a Comment