log.append("System properties: \n").append(org.jitterbit.system.SystemUtils.getSystemProperties("\n"));
LOGGER.info(log.toString());
}
private static boolean testApplicationLock(String[] args) {
ApplicationInstanceLock lock = ApplicationInstanceLockFactory.getLock(appContext, appDirLocation);
return lock.lock(args);
}