response = ExceptionHelper.createError(sfe);
logger.error("localProxy is null", sfe);
} else {
logger.debug("begin localProxy.invoke");
String swInvoderKey = "InvokeRealService_" + request.getLookup() + "." + request.getMethodName();
sw.startNew(swInvoderKey, sbInvokerMsg.toString());
sw.setFromIP(context.getChannel().getRemoteIP());
sw.setLocalIP(context.getChannel().getLocalIP());
//invoker real service
GaeaResponse gaeaResponse = localProxy.invoke(context);