boolean couldLoad = false;
CtModelConfig model = new CtModelConfig(ctFile);
List<LoadpropertiesStructParam> arguments = new Vector<LoadpropertiesStructParam>();
for (Entry<String, String> entry : model.arguments.entrySet())
{
arguments.add(new LoadpropertiesStructParam(entry.getValue(), entry.getKey()));
}
for (int i = 0; i < RETRIES; i++)
{
try