Troubleshoot: The removeNode command returns an out of memory error
The removeNode command returns a node from a network deployment cell to a stand-alone application server.
Problem
When executing the removeNode command, an out of memory error is encountered.
Solution
If this error occurs:
AIX|Linux|Solaris|Ensure that the removeNode.sh command is not running.
Windows:
Ensure that the removeNode.bat command is not running.
AIX|Linux|Solaris|Log on as root.
- Open the following file in a text editor:
AIX|Linux|Solaris|WAS_installdir/bin/removeNode.sh
Windows:
WAS_installdir/bin/removeNode.bat
- In the text file, find the following line of text:
AIX|Linux|Solaris|"$JAVA_HOME"/bin/java \
Windows:
"$JAVA_HOME"\bin\java \
- Insert the following line of text below the "$JAVA_HOME"/bin/java \ line of text
-Xmx max_allowedm \Where max_allowed is the maximum value allowable by your operating system. This value must a multiple of 1024. Append the letter k or K to indicate kilobytes, or m or M to indicate megabytes.
- Save the changes and exit the text editor.
Windows:
Log on to the WAS Network Deployment Administration Console.
Windows:
Expand System Administration > Deployment Manager > Java and Process Management > Process Definition > Java Virtual Machine.
Windows:
Change the Maximum Heap Size value to the maximum value supported by your operating system.
You can reduce this number once you have completed the removeNode process.
Windows:
Restart the Deployment Manager.
- Run the removeNode command again. If the command runs successfully, no further action is needed. If the command fails...
- Restore the configuration backup you made when removing the node of by issuing one of the following commands:
AIX|Linux|Solaris|WAS_installdir/bin/restoreConfig.sh backup_file.zip
Windows:
WAS_installdir/bin/restoreConfig.bat backup_file.zip
where backup_file is the full path to the backup file.
- Run the removeNode command again.
Related Reference
Troubleshoot: WebSphere Commerce installation issues
Troubleshoot: WebSphere Commerce configuration issues