Tuesday, November 01, 2011

WebSphere Commerce 7 feature packs - troubleshooting

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 :-
  1.  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

  2.  Try increasing the maximum heap size in enablefeature.bat 
  3.  
%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:

Nirmal said...

Thank you Kiran for this post, the second option helped me in fixing the OutOfMemory issue while enabling the Foundation feature.