//Starting health monitor service
healthInspector.startAndWait();
//Initializing methodsDriver
Map<String, StreamSchema> schemaMap = MetaInformationParser.getSchemaMap(new File(binDir.toURI()));
methodsDriver = new MethodsDriver(this, schemaMap);
//Initialize stopwatch and retry counter
stopwatch = new Stopwatch();
retryCounter = 0;
}