weblogic启动报错误

部署weblogic启动时输入username报错:linux

<Aug 22, 2015 2:42:33 AM CST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.6.0  Tue Nov 15 08:52:36 PST 2011 1441050 > 
<Aug 22, 2015 2:42:37 AM CST> <Info> <Security> <BEA-090065> <Getting boot identity from user.> 
Enter username to boot WebLogic server:weblogic
Java HotSpot(TM) Server VM warning: You have loaded library /home/weblogic/wlserver_10.3/server/native/linux/i686/libterminalio.so which might have disabled stack guard. The VM will try to fix the stack guard now.
It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
<Aug 22, 2015 2:42:43 AM CST> <Error> <Security> <BEA-090782> <Server is Running in Production Mode and Native Library(terminalio) to read the password securely from commandline is not found.> 
<Aug 22, 2015 2:42:43 AM CST> <Notice> <WebLogicServer> <BEA-000388> <JVM called WLS shutdown hook. The server will force shutdown now> 
<Aug 22, 2015 2:42:43 AM CST> <Alert> <WebLogicServer> <BEA-000396> <Server shutdown has been requested by <WLS Kernel>> 
<Aug 22, 2015 2:42:43 AM CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN> 
web


解决办法:dom

在domains\***\servers\AdminServer\security\目录下建立boot.properties 文件,内容为
username = 你的weblogic用户名
password = 你的weblogic密码