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
- Open the WC_installdir/config/deployment/properties/config.properties file.
- 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
- Retry the interim fix installation.