Native library(terminalio) to read password

startManagedWeblogic.sh soa_server fails in 11g SOA
https://forums.oracle.com/forums/thread.jspa?threadID=932173
Error "Native library(terminalio) to read password securely from commandline on Linux x86_64
2010-05-12 9:39

metalink:ID 955853.1

解决办法:

1. Create a boot.properties file in $MIDDLEWARE_HOME/user_projects/domains//servers//security/ that contains: username=weblogic password=

2. Then run startManagedWeblogic.sh and it will not ask for the username/password on startup

OR:

1. Edit the /user_projects/domains//bin/setDomainEnv.sh and change: /wlserver_10.3/server/native/linux/i686 to: /wlserver_10.3/server/native/linux/x86_64

OR:

1.Run the startManagedWeblogic.sh script with: startManagedWeblogic.sh -Dweblogic.management.allowPasswordEcho=true.

 

//

本人是在solaris11G上出现此问题,使用第1种方法已经解决问题。

你可能感兴趣的:(weblogic)