Receipt of the following error message while installing the Forte for Java 4 IDE:
Error writing file = There may not be enough temporary disk space. Try using -is:tempdir to use a temporary directory on a partition with more disk space
|
Start the installer with the -is:tempdir command-line option, in order to specify a directory on a disk with more free space.
For example, in a Solaris operating environment, you might type the following at the command prompt:
$ ffj_ce_solsparc_en.bin -is:tempdir temporary-directory
|
The Forte for Java 4 installer fails and displays a message that there is not enough available disk space to use for installation. But, the filesystem you specified to use for installing the IDE has plenty of available disk space.
|
The filesystem you have specified may be symbolically linked to another filesystem whose large amount of disk space is not recognized. For example, in a Solaris environment, /export/home has 2 GB of space and / has 100 MB. The /opt directory is symbolically linked to /export/home. If you specified /opt/forte4j as the IDE installation directory, the Forte for Java 4 installer does not recognize the symbolic link to /export/home, which has 2 GB of available disk space. The installer only recognizes the / directory, which is the target directory for /opt and only has 100 MB.
To correct the problem, specify the IDE's installer to directly use the filesystem with the larger available disk space. For the above example, specify the /export/home as the installation directory.
|
Receipt of the following error message while installing the Forte for Java 4 IDE:
Error: Could not find JVM
|
Start the installer with the -is:javahome command-line option, in order to specify a directory on a disk with more free space.
For example, in a Solaris operating environment, type the following at the command prompt:
$ ffj_ce_solsparc_en.bin -is:javahome javahome
|
(Solaris or Linux environments only) The Forte for Java 4 installer looks like it is hung, after it was started. No messages are displayed.
|
You may not have set the DISPLAY environment variable correctly. If you are installing on your local system, the DISPLAY environment variable should be set to :0.0. If you are using a superuser (root) account or doing a remote installation, set your DISPLAY environment variable to your local system.
For example, to set the DISPLAY variable from a root account that is using a C-shell, type the following in the command window you used to log into the root account:
setenv DISPLAY your-local-host:0.0.
Run the installer again from the same command window.
|
The Forte for Java 4 IDE installer exits without installing the product. No messages are displayed.
|
These are the possible causes and solutions:
- The file you have downloaded from the Forte for Java 4 product download page is not complete. Download the file again and check that the size of the downloaded file is the same as the file size specified on the product download page. Run the IDE installer again.
- You have specified an invalid command-line parameter in the installer.sp file. Check the file and correct any incorrect command-line parameter setting. Run the IDE installer again.
|
The -is:tempdir command-line parameter is not working.
|
Make sure that you are using the correct syntax for the command-line parameter for the installer. For example, on a Solaris environment, the syntax is as follows:
ffj_ce_solsparc_en.bin -is:tempdir temporary-directory
|