fileConf = (String) getConfigParameterValue(filenameConf);
numLinks = (Integer) getConfigParameterValue(nlink);
idx = 0;
try {
connDb = new DatabaseCalls(fileConf,numLinks);
connDb.startConnection();
connDb.parse();
} catch (IOException e) {
getUimaContext().getLogger().log(Level.WARNING, "IOError: " + e.getMessage());
} catch (InstantiationException e) {