In case we encounter this type of error, in the setSOADomainEnv.cmd add an additional attribute (-Dweblogic.management.allowPasswordEcho=true) to the the JAVA_OPTIONS as shown below
set JAVA_OPTIONS=%JAVA_OPTIONS% -Dweblogic.management.allowPasswordEcho=true
Now , open a new command prompt and run the setSOADomainEnv.cmd.
Then start the server from the command prompt.
In case of unix system,
edit the setSOADomainEnv.sh as shown below
set JAVA_OPTIONS=%JAVA_OPTIONS% -Dweblogic.management.allowPasswordEcho=true
Now , open a new command prompt and run the setSOADomainEnv.cmd.
Then start the server from the command prompt.
In case of unix system,
edit the setSOADomainEnv.sh as shown below
export JAVA_OPTIONS="$JAVA_OPTIONS -Dweblogic.management.allowPasswordEcho=true"
No comments:
Post a Comment