Im trying to configure my Weblogic Server in Windows for developers 10.3.6 (11g). From the read me file, I get an error in the following step:
- Create a new WLS domain and start WLS. (It is recommended that you create the domains outside the MW_HOME) Windows $ mkdir C:\home\myhome\mydomain $ cd C:\home\myhome\mydomain $ %JAVA_HOME%\bin\java.exe -Xmx1024m -XX:MaxPermSize=128m weblogic.Server
I successfully create the directory in (C:/WebLogic) and when running the command: $ %JAVA_HOME%\bin\java.exe -Xmx1024m -XX:MaxPermSize=128m weblogic.Server
, I am asked for the username to boot WebLogic, after entering it I get the following error: <Error><Security><BEA-090783><Server is Running in Development Mode and Native Library<terminalio> to read the password securely from commandline is not found.>
What can I do to solve this problema?
This solution involving adding a weblogic argument to the command line looks like it may solve your problem.