} finally {
String callerIPAddress = null;
if (s != null) {
callerIPAddress = s.getInetAddress().getHostAddress();
}
callFlowAgent.requestStart(RequestType.REMOTE_EJB);
callFlowAgent.addRequestInfo(
RequestInfo.CALLER_IP_ADDRESS, callerIPAddress);
}
} catch (Exception ex){
_logger.log( Level.WARNING,