I was getting below error while trying to install feature pack 1 for Websphere Commerce 7 developer edition (I selected "Enable all features" option in IBM installation manager at the final step of feature pack installation)
There are two ways to resolve this :-
- Try enabling the features one by one. Refer http://publib.boulder.ibm.com/infocenter/wchelp/v7r0m0/topic/com.ibm.commerce.install.doc/tasks/tigfepenable.htm
- Try increasing the maximum heap size in enablefeature.bat
%RAD_HOME%\jdk\bin\java -cp "%CP%" -Xmx1536m -DLOGFILE=%LOG%
org.eclipse.equinox.launcher.Main -application
com.ibm.etools.j2ee.ant.RunAnt -logger
com.ibm.commerce.config.internal.ant.loggers.FileLogger -data
%WORKSPACE_DIR% -DWCInstallDir=%WCTOOLKIT% -DRADHome=%RAD_HOME%
-Dworkspace=%WORKSPACE_DIR% -Dwashome=%WAS_HOME% -Dejbdir=%EJB_DIR%
-buildfile %WCTOOLKIT%\components\common\xml\enableFeatureForToolkit.xml
%*
1 comment:
Thank you Kiran for this post, the second option helped me in fixing the OutOfMemory issue while enabling the Foundation feature.
Post a Comment