serviceNames.add(element.getAttributeValue(new QName("name")));
}
} catch (Exception e) {
String msg = "Error in loading Stratos Configurations File: " + configFileName
+ ".";
throw new LogViewerException(msg, e);
} finally {
if (inputStream != null) {
try {
inputStream.close();
} catch (IOException e) {