}
} else {
log.debug("Output Context is null");
}
} catch (UnknownHostException e) {
throw new ExtensionException("Cannot find IP Address for current host", e);
} catch (URISyntaxException e) {
throw new ExtensionException("URI is in the wrong format:" + e.getMessage(), e);
} catch (ToolsException e) {
throw new ExtensionException(e.getMessage(), e);
} catch (SecurityException e) {
throw new ExtensionException(e.getMessage(), e);
}
return false;
}