Unsupported content

 

This version of the product has reached end of support. The documentation is available for your convenience. However, you must be logged in to access it. You will not be able to leave comments.

Understanding installation log files

Installation log files for each component are created during the installation process and are an invaluable resource for troubleshooting installation problems.
The following figure shows an example of the BAO_install_log.txt file that was created during an installation on a Windows computer. 

Log message format

The installation log files contain the following primary types of log messages:
LOG EVENT, PROGRESS EVENT, THROWABLE EVENT, and Summary section.
The property FAILED_INSTALL_FEATURES lists features that failed during installation and provides a reason for the failure. The general format of all the log messages is:

<timeOfEvent>,<severityOfEvent>,<sourceOfEvent>,<eventMessageContent>


The text start of eventMessageContent indicates the type of message.
Log file messages have the following severity levels: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST. When you view the installation log file in the file view, the SEVERE level are displayed in red and WARNING log level are displayed in yellow. The following example shows a LOG EVENT message that occurred at 1:10:28 AM with a severity level of CONFIG from the InstallationTaskAction source class.

(Jul 17 2008 01:10:28 AM
\-0500),CONFIG,com.bmc.install.builder.installanywhere.InstallationTaskAction,LOG
EVENT{Description=\[CREATED
InstallationTask\],Detail=[com.bmc.install.product.arsuitekit.ARSuiteKitProjectInitializationInstallationTask\]

Types of installation log messages

The following table describes the types of message in the installation logs. 

Log message types

Description

LOG EVENT

Contains the installation properties settings, the start and end of installation tasks, and installation panels.

The structure and content of the message is different on Windows, and UNIX operating systems. Typically, this information does not require further investigation.

PROGRESS EVENT

Details how much of a task is completed.

Typically, this information does not require further investigation.

THROWABLE EVENT

Shows failures through the use of stack traces.

If you receive throwable events, contact BMC Customer Support.

Summary section

Displayed at the end of the log, provides the data from the Installation Summary panel.

For example, messages indicating whether the installation was successful or unsuccessful. If the message indicates that the installation did not succeed, the Summary section describes the components that failed to install. Information about component installation failures is useful when contacting BMC Customer Support.

This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

Comments