AIX

Interim fix installation hangs during EAR export

Interim fix installation never completes (hangs) when exporting the Enterprise Archive (EAR) to the /tmp directory.

Problem

The tracing for the Configuration Manager is enabled, which causes issues with the export EAR process.

Solution

  1. Open the WC_installdir/config/deployment/properties/config.properties file.
  2. If the following levels exist, change the levels to FINE,
    com.ibm.commerce.config.level = FINE
    com.ibm.commerce.config.client.level = FINE
    com.ibm.commerce.config.server.level = FINE
    com.ibm.commerce.config.components.level = FINE
    com.ibm.commerce.config.ant.server.level = FINE
    com.ibm.commerce.config.ant.tasks.level = FINE
    com.ibm.commerce.config.internal.ant.level = FINE
    com.ibm.commerce.config.internal.ant.tasks.level = FINE
    com.ibm.commerce.config.internal.util.level = FINE 
  3. Retry the interim fix installation.