weblogic安装部署ODM下jrules-res-xu-WL10.rar出现Can't find com.ibm.rules.res.xu.messages bundle异常

时间:2021-07-18 02:28:03

Windows:

weblogic用户新建域文件夹里面,bin目录下找到setDomainEnv.cmd文件

在set JAVA_OPTIONS=%JAVA_OPTIONS% 后面添加:

" -Djdk.logging.allowStackWalkSearch=true -Djava.security.egd=file:/dev/./urandom "

添加完后显示为:“set JAVA_OPTIONS=%JAVA_OPTIONS% -Djdk.logging.allowStackWalkSearch=true -Djava.security.egd=file:/dev/./urandom”