Issue while installing the weblogic 12 jar at windows

感情迁移 提交于 2019-12-05 20:01:28

Set the ORACLE_HOME argument when executing the Java command at the command-line: i.e.:

C:\Program Files\Java\jdk1.8.0_144\bin>java -jar C:\WebLogicDownloads\fmw_12.2.1.2.0_wls_quick.jar ORACLE_HOME=C:\WebLogicServer

The issue is solved. I changed the JDK location to C driver "C:\" from "C:\program files".

Thanks!

Apparently the following error is important:

INST-07004: Oracle Home location contains one or more invalid characters
[VALIDATION] [SUGGESTION]:The directory name may only contain alphanumeric,
underscore (_), hyphen (-) , or dot (.) characters, and it must begin with 
an alphanumeric character. Provide a different directory name. installation
Failed. Exiting installation due to data validation failure.

The problem is the space in the middle of "Program Files". Do to the limitations on the name you can't even use the 8-character abbreviated name for Program Files (usually PROGRA~1). I suggest you install WebLogic directly into the root of your C: drive, so try using C:\weblogic.

Best of luck.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!