【问题标题】:unable to install Weblogic server 12C, the jar file is not even opening无法安装Weblogic server 12C,jar文件甚至打不开
【发布时间】:2016-12-22 05:53:47
【问题描述】:

无法安装Weblogic server 12C,jar文件甚至打不开。尝试以 Admin 身份从命令提示符安装,最终出现无法访问 jar 文件的错误。我安装了java 7。请帮忙

从日志文件中复制的信息..

2016-12-22 10:30:19,591 INFO  [1] com.oracle.cie.nextgen.launcher.LogUtils - Extracting the installer . . .
2016-12-22 10:30:23,626 INFO  [1] com.oracle.cie.nextgen.launcher.LogUtils - Finished self extraction to C:\Users\Anand\AppData\Local\Temp\orcl3227252922117189327.tmp.
2016-12-22 10:30:23,839 WARNING [1] com.oracle.cie.common.jni.WinRegistryHelper - Create Key Failed: HKEY_LOCAL_MACHINE\Software\Oracle
2016-12-22 10:30:23,839 SEVERE [1] com.oracle.cie.nextgen.launcher.PlatformHelper - createRegistry to add a value failed
2016-12-22 10:30:23,839 SEVERE [1] com.oracle.cie.nextgen.launcher.Launcher - Unable to access or modify the system registry.  Select Run as Administrator when opening the Command Prompt and try again.
2016-12-22 10:30:23,872 SEVERE [1] com.oracle.cie.nextgen.launcher.Launcher - Unable to access or modify the system registry.  Select Run as Administrator when opening the Command Prompt and try again.

【问题讨论】:

  • 您是否尝试过自己创建注册表项以查看您是否真的拥有管理员权限?你的操作系统是什么?
  • 是的,土耳其人。我确实有管理员权限..OS 是 Windows 7,64 位

标签: java oracle weblogic


【解决方案1】:
  1. 在管理员模式下打开命令提示符,然后试试这个
  2. java -d64 -jar fmw_12.2.1.2.0_wls.jar

有关详细信息,请参阅此链接: https://docs.oracle.com/cd/E24329_01/doc.1211/e24492/guimode.htm#WLSIG198

【讨论】:

  • 我必须从更新或与 WebLogic 服务器支持的 JDK 版本相同的 JDK 版本中运行 java 命令。例如,我必须使用 JDK 8 运行 Oracle Fusion Middleware 12.0。
【解决方案2】:

即使我遇到了同样的问题并已解决, 确保您已完成以下步骤,

1.install java, a  compatible version from the internet, and set JAVA_HOME and path variables.
JAVA_HOME: JDK home directory path
path: jdk>bin directory path

2.execute the below line in command prompt which is opened with a privilege [Run As An Administrator].
  java -jar D:\softwares\servers\fmw_12.1.3.0.0_wls.jar

3.it will take a moment to extract all the files and installation begins.

【讨论】:

    【解决方案3】:

    我知道这是一个旧帖子,但如果有人新来,这可能会有用。 此问题是由于当前操作系统 Windows 用户缺乏权限引起的。 您需要右键单击 CMD 图标顶部并选择以管理员身份运行。 在 DOS 命令行窗口中,转到您的 JDK 源文件夹。 然后键入以下命令行: java.exe -jar “weblogic jar 文件的路径”。 将进行几项检查,然后会出现 weblogic 安装窗口。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2022-01-09
      • 2014-06-20
      • 1970-01-01
      • 2016-01-08
      • 1970-01-01
      • 1970-01-01
      • 2012-04-10
      相关资源
      最近更新 更多