+ " could not be deleted. On re-start, the realm will get started up.");
}
}
FileUtils futils = new FileUtils();
if (futils.deleteDir(path) == false)
{
JipletLogger.warn("While deleting realm " + realmName
+ ", the realm directory " + path
+ " could not be deleted.");