Troubleshooting
Problem
Installation of IBM Content Navigator may fail, hang, or complete with errors, while the standard installer output and default log files do not provide sufficient detail to determine the root cause. Additional debug-level and verbose logging is required to increase log detail and capture internal installer processing information for effective troubleshooting and problem determination.
Diagnosing The Problem
Enable debug‑level logging for the installer and reproduce the problem to generate detailed logs. These logs can then be reviewed locally to analyze installer behavior and failures.
Typical diagnostic goals:
- Identify the exact installation phase where failure occurs
- Capture stack traces and internal installer actions
- Confirm environment detection, prerequisite checks, and file operations
Resolving The Problem
The following sections describe the supported approaches to enable debug‑level output and where to locate the resulting logs.
When to Use Debug Mode
Use installer debug mode when:
- The installer fails without a clear error message
- The installation hangs or exits unexpectedly
- You need detailed logging for IBM Support
- You are diagnosing environment, permission, or prerequisite issues
What Debug Mode Does
Running the installer in debug mode:
- Produces verbose console output
- Generates more detailed installation logs
- Captures stack traces and internal installer actions
These logs are essential for root cause analysis.
Prerequisites
Before starting:
- Ensure you have administrative/root privileges
- Verify Java is installed and accessible (if using a platform‑independent installer)
Enabling Debug Mode:
Option 1: Universal InstallAnywhere Environment Variable (LAX_DEBUG)
The most direct way to enable debugging for an InstallAnywhere‑based installer is by setting the LAX_DEBUG environment variable before launching the installer.
Output to console:
Linux/UNIX:
export LAX_DEBUG=true (or) export IA_DEBUG=true
./IBM_CONTENT_NAVIGATOR*.bin
Windows (Command Prompt):
set LAX_DEBUG=true (or) set IA_DEBUG=true
IBM_CONTENT_NAVIGATOR*.exe
Option 2: Verbose Debug Arguments
Additional debug verbosity can be enabled by passing Java system properties to the installer launcher.
IBM_CONTENT_NAVIGATOR*.exe -Dlax.debug.level=3 -Dlax.debug.all=true
Option 3: Platform‑Specific Startup Methods
Windows – Keyboard‑Triggered Debug Mode
1. Launch the installer.
2. Immediately press and hold the Ctrl key.
3. Continue holding Ctrl until a console window or installer splash screen appears.
Document Location
Worldwide
Was this topic helpful?
Document Information
Modified date:
02 June 2026
UID
ibm17256307