ISSUE: The configured directory for {1} ({2}) is under the same base install directory ({3}) of CSS.
       This isn't a recommended approach as this directory may get overlaid during an upgrade. Please adjust
       the config/config.txt file to utilize a different base path.  Ex.

RESOLUTION: Check that the {2} directory isn't in the base install directory of {3}

	FLEX_DEPLOY_HOME		/u01/flexdeploy
	WORKING_DIRECTORY		/u01/application (OK)
	WORKING_DIRECTORY		/u01/flexdeploy/application (NOT OK)


