str Must be the absolute path of the File that will be validated.
throws
InvalidConfigException
super.validate(obj);
if (!NetUtils.isPortFree(((Integer)obj).intValue())) {
throw new InvalidConfigException(
_strMgr.getString("portValidator.in_use", obj));
}