m_output.println(MSG
.getMsg(AgentI18NResourceKeys.RESTARTING_PLUGIN_CONTAINER_AFTER_UPGRADE_MERGE_FAILURE));
LOG.info(AgentI18NResourceKeys.RESTARTING_PLUGIN_CONTAINER_AFTER_UPGRADE_MERGE_FAILURE);
PluginContainerPromptCommand pcCommand = new PluginContainerPromptCommand();
pcCommand.execute(AgentMain.this, new String[] { "stop" });
pcCommand.execute(AgentMain.this, new String[] { "start" });
}
} catch (Exception e) {
LOG.error("Failed to restart the plugin container when server connection established.");
}