When you run command below:
java -d64 -jar wls1036_upgrade_generic.jar
You may hit this error like:
Fatal error encountered during self-extraction. [No space left on device]
The reason is /tmp is too small
You can't enlarge /tmp easily in some systems as it was predefined.
workaround I have is to use -Djava.io.tmpdir
java -d64 -Djava.io.tmpdir=/u02/installs/11.1.1.6_setup/WebLogic/ -jar wls1036_upgrade_generic.jar
No comments:
Post a Comment