void initClasses(String filename)
{
String methodName = "initClasses";
String me = Scheduler.class.getName() + ".Config";
DuccLogger initLogger = new DuccLogger(me, COMPONENT_NAME);
NodeConfiguration nc = new NodeConfiguration(filename, initLogger);
try {
nc.readConfiguration();
} catch (Throwable e) {
logger.error(methodName, null, e);