Tuesday, October 14, 2014

error=12, Not enough space Cannot run program while installing Websphere application server


Error:

(May 22, 2014 1:09:57 PM), Process, com.ibm.ws.install.ni.ismp.actions.MaintenancePrereqCheckAction, err, Cannot run program "/WAS/framework/utils/detectprocess.
sh": error=12, Not enough space Cannot run program "/WAS/framework/utils/detectprocess.sh": error=12, Not enough space
(May 22, 2014 1:09:57 PM), Process, com.ibm.ws.install.ni.ismp.actions.SettleNIFRegistryAction, msg1, Current install/uninstall process failed.
(May 22, 2014 1:09:57 PM), Process, com.ibm.ws.install.ni.ismp.actions.SetExitCodeAction, msg1, CWUPI0000I: EXITCODE=1
(May 22, 2014 1:09:57 PM), Process, com.ibm.ws.install.ni.ismp.actions.ISMPLogSuccessMessageAction, msg1, INSTCONFFAILED

Reason:
  
This error is seen while installing WAS. "Not enough space" is related to swap space. If the RAM and swap space are low, This error would be displayed.

Solution: 

Check the swap space of the system currently using the command 

swap -s "This would provide the free swap space details"

To free the swap space, Check the processes utilizing more memory and kill the processes. This would increase the available memory. 

                                 (: Happy learning :)


0 comments:

Post a Comment