} catch(NumberFormatException e) {
log.warn("Failed parsing endIndex :'"+this.endIndex+"', will default to:'"+endIndexAsInt+"', error message:"+ e.getMessage(), e);
}
}
if(startIndexAsInt>endIndexAsInt) {
throw new JMeterStopTestException("Keystore Config error : Alias start index must be lower than Alias end index");
}
log.info("Configuring Keystore with (preload:"+preload+", startIndex:"+
startIndexAsInt+", endIndex:"+endIndexAsInt+")");
SSLManager.getInstance().configureKeystore(Boolean.parseBoolean(preload),