wls1035_upgrade_generic.jar throws an Uncaught Exception java.lang.NullPointerException
I am upgrading a weblogic x64 10.3.3 install to 10.3.5 on a windows7 64 bit OS using the wls1035_upgrade_generic.jar.
The command line I am running in c:\temp folder which is the folder that has the wls1035_upgrade_generic.jar is:
%JAVA_HOME%\bin\java -Xmx1024m -jar -Djava.io.tmpdir=c:\temp wls1035_upgrade_generic.jar -log=upgrade-server_1035.log
My JAVA_HOME is the directory of the Sun 64 bit JDK:
C:\temp>echo %JAVA_HOME%
C:\Java\jdk1.6.0_29
My log file for the upgrade has the following:
2011-12-06 13:27:35,763 WARN [WizardController] com.bea.cie.gpr.internal.model.JvmTargetManagerImpl - Property value for win32_jdk160_24b50.zip not found..
The command line I am running in c:\temp folder which is the folder that has the wls1035_upgrade_generic.jar is:
%JAVA_HOME%\bin\java -Xmx1024m -jar -Djava.io.tmpdir=c:\temp wls1035_upgrade_generic.jar -log=upgrade-server_1035.log
My JAVA_HOME is the directory of the Sun 64 bit JDK:
C:\temp>echo %JAVA_HOME%
C:\Java\jdk1.6.0_29
My log file for the upgrade has the following:
2011-12-06 13:27:35,763 WARN [WizardController] com.bea.cie.gpr.internal.model.JvmTargetManagerImpl - Property value for win32_jdk160_24b50.zip not found..
0