[WebLogic]Error:"Native library(terminalio) to read password securely from commandline 的解决方案

[WebLogic]Error:"Native library(terminalio) to read password securely from commandline 的解决方案

当启动weblogic服务器出现[error]:Native library(terminalio) to read password securely from commandline时,可以对%weblogic_domain_home%\bin下的setDomainEnv脚本文件中进行修改
set JAVA_OPTIONS= -Dweblogic.ProductionModeEnabled=true %JAVA_OPTIONS%
修改为:
set JAVA_OPTIONS= -Dweblogic.ProductionModeEnabled=true %JAVA_OPTIONS%
set JAVA_OPTIONS= -Dweblogic.management.allowPasswordEcho=true %JAVA_OPTIONS%

你可能感兴趣的:([WebLogic]Error:"Native library(terminalio) to read password securely from commandline 的解决方案)