java - Weblogic 10.3.6 Domain Wizard Could not create the JVM -
i try run wls domain wizard create new domain weblogic installed in virtual environment citrix 12.3.400.3. requires run /middleware/wlserver_10.3/common/bin/config.exe error arises immediately:
error: not create java virtual machine error: fatal exception has occurred. program exit.
i have installed there:
java se development kit 8 update 51 (64-bit) - c:\program files\java\jdk1.8.0_51 java(tm) 6 update 27 (64-bit) - c:\program files\java\jre6 java(tm) 7 update 3 (64-bit) - c:\program files\java\jre7 java(tm) se development kit 7 update 3 (64-bit) - c:\program files\java\jdk1.7.0_3
env var: java_home=c:\program files\java\jre1.8.0_51
►java -version java version "1.6.0_45" java(tm) se runtime environment (build 1.6.0_45-b06) oracle jrockit(r) (build r28.2.7-7-155314-1.6.0_45-20130329-0646-windows-x86_64, compiled mode)
so, there hope resolve problem?
the answer here: https://community.oracle.com/message/12743335#
if multiple jdk installed on computer, set java_home before installing wls. in case: jdk 1.8 not certified weblogic 10.3.6. must not set java_home variable after installation. installer adds correct java location in config files.
so change java_home variable c:\program files\java\jdk1.7.0_03
Comments
Post a Comment