jjzjj

java - 设置 WebLogic Server 11g (10.3.6) : Native Library to read the password securely from commandline is not found 时出错

coder 2024-03-29 原文

我正在尝试在 Windows 中为开发人员 10.3.6 (11g) 配置我的 Weblogic 服务器。从自述文件中,我在以下步骤中遇到错误:

  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

我在 (C:/WebLogic) 中成功创建了目录,并且在运行命令时:$ %JAVA_HOME%\bin\java.exe -Xmx1024m -XX:MaxPermSize=128m weblogic.Server ,系统要求我输入用户名以启动 WebLogic,输入后出现以下错误:<Error><Security><BEA-090783><Server is Running in Development Mode and Native Library<terminalio> to read the password securely from commandline is not found.>

我该怎么做才能解决这个问题?

最佳答案

This solution涉及向命令行添加 weblogic 参数看起来可能会解决您的问题。

关于java - 设置 WebLogic Server 11g (10.3.6) : Native Library to read the password securely from commandline is not found 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29305487/

有关java - 设置 WebLogic Server 11g (10.3.6) : Native Library to read the password securely from commandline is not found 时出错的更多相关文章

随机推荐