long start = 0;
try {
CommandLine rejoinCmdLn = m_cmdLines.get(hostId);
// some tests need this
rejoinCmdLn.javaProperties = templateCmdLine.javaProperties;
rejoinCmdLn.startCommand(startAction);
// This shouldn't collide but apparently it sucks.
// Bump it to avoid collisions on rejoin.
if (m_debug) {
rejoinCmdLn.debugPort(portGenerator.next());