String nodeAgentName, String serverName,
String configName, String clusterName, Properties props)
throws InstanceException, MBeanException, PortReplacedException
{
PortReplacedException e = null;
try {
getServersConfigBean().createServerInstance(nodeAgentName, serverName,
configName, clusterName, props);
} catch (PortReplacedException pre) {
e = pre;