How to start weblogic server using nohup
Dear Oracle Community,
I would like to seek for your help on how to start Weblogic Server in background. I tried to used this command nohup ./startWebLogic.sh > /dev/null 2>&1 & but end up with an error message on nohup.out file. Please see the details below.
# nohup ./startWebLogic.sh > /dev/null 2>&1 &
<Apr 20, 2013 2:28:16 PM PHT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.5.0 Fri Apr 1 20:20:06 PDT 2011 1398638 >
<Apr 20, 2013 2:28:19 PM PHT> <Info> <Security> <BEA-090065> <Getting boot identity from user.>
Enter username to boot WebLogic server:Error: Failed to get value from Standard Input
Enter password to boot WebLogic server:
<Apr 20, 2013 2:28:19 PM PHT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
I would like to seek for your help on how to start Weblogic Server in background. I tried to used this command nohup ./startWebLogic.sh > /dev/null 2>&1 & but end up with an error message on nohup.out file. Please see the details below.
# nohup ./startWebLogic.sh > /dev/null 2>&1 &
<Apr 20, 2013 2:28:16 PM PHT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.5.0 Fri Apr 1 20:20:06 PDT 2011 1398638 >
<Apr 20, 2013 2:28:19 PM PHT> <Info> <Security> <BEA-090065> <Getting boot identity from user.>
Enter username to boot WebLogic server:Error: Failed to get value from Standard Input
Enter password to boot WebLogic server:
<Apr 20, 2013 2:28:19 PM PHT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
0