Advanced users can use the following information to troubleshoot installation errors.
For additional support, Contact us. Please include any log files that you have with your support request.
install4j error logging
- If there is an error during installation, an error log is created, and a message informs you where the log is located.
- You can use the following command to force the installer to print exceptions to stderr for debugging:
-Dinstall4j.debug=true
install4j installation log
- The installation log is located at:
<Data360 Analyze installation directory>/.install4j/installation.log
- For uninstallation, or if the installation does not complete, you can pass the following command to the installer or uninstaller to retain the installation log in the temp directory:
-Dinstall4j.keepLog=true
The file in the temp directory is prefixedi4j_log
. - You can use the following command if you want the installer to also log to stderr:
-Dinstall4j.logToStderr=true
- We should note that occasionally when the installation process fails, logs may not be located in the usual
<installDir>/.install4j/ location
, rather you will find a file named "i4j_log_Data360Analyze<versionNumber>.log
" in the following locations:- On Linux: /tmp
- On Windows: in the Windows TEMP directory