|
Problem(Abstract) |
The WebSphere Application Server V5.0 and V5.1
installation programs will core dump upon startup on AIX 5.2 systems with
Maintenance Level 5 (ML5) or above installed. |
|
|
|
Cause |
This behavior is observed on AIX 5.2 with Maintenance
Level 5 (ML5) or above installed.
When invoking the WebSphere Application Server V5.0 installer, the process
will terminate and core dump almost immediately. The output looks similar
to the following:
InstallShield Wizard
Initializing InstallShield Wizard...
Searching for Java(tm) Virtual Machine...
Segmentation fault(coredump) |
|
|
Resolving the
problem |
Reduce the amount of shared memory allocated to the Java
process which runs the installer. To do so, follow the instructions below:
- Before executing the install program, use this command to set an
environment variable:
export LDR_CNTRL=MAXDATA=0x40000000
- Review the document which describes the installation
process for AIX 5.2. Use those instructions for installing WebSphere
Application Server V5.0 on AIX 5.2.
|
|
|