Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 543
user1084509 Avatar asked Mar 27 '15 16:03

user1084509


People also ask

How do I start WebLogic on Windows 10?

Starting an Administration Server from the Windows Start Menu. When you create an Administration Server on a Windows computer, the Configuration Wizard creates a shortcut on the Start Menu for starting the server (User Projects > DOMAIN_NAME > Start Admin Server for WebLogic Server Domain).


1 Answers

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

like image 170
Garreth Avatar answered Oct 05 '22 18:10

Garreth