log.error("Error referencing either remoting connector or server invoker to be used. " +
"Please check configuration to make sure proper dependancies are set.");
throw new RuntimeException("Error getting locator because server invoker is null.");
}
proxy = new UnifiedInvokerProxy(locator, strictRMIException);
jmxBind();
}