Error setting up WebLogic Server 11g (10.3.6): Native Library to read the password securely from commandline is not found

user1084509 picture user1084509 · Mar 27, 2015 · Viewed 7.3k times · Source

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:

  1. 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?

Answer

Garreth picture Garreth · Mar 30, 2015

This solution involving adding a weblogic argument to the command line looks like it may solve your problem.