无法安装Weblogic服务器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.
答案 0 :(得分:1)
有关详细信息,请参阅此链接: https://docs.oracle.com/cd/E24329_01/doc.1211/e24492/guimode.htm#WLSIG198
答案 1 :(得分:1)
即使我遇到了同样的问题并已解决, 确保您已完成以下步骤,
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.
答案 2 :(得分:0)
我知道这是一篇旧文章,但是,如果有人新来,这可能很有用。 此问题是由于当前OS Windows用户权限不足引起的。 您需要右键单击CMD图标顶部,然后选择以管理员身份运行。 在DOS命令行窗口内,转到您的JDK源文件夹。 然后键入以下命令行: java.exe -jar“ weblogic jar文件的路径”。 将进行几次检查,并出现weblogic安装窗口。