NOW-EDGE-INVALID_DIST_FILE_PERMISSIONNOW-EDGE-INVALID_DIST_FILE_PERMISSION Severity ERROR Root Cause Scripts copied to temp or edge directory cannot be executed. Effect Upgrade will not be completed. Corrective Action Ensure that the user who is running upgrade has necessary permissions to write files to both temp directory and edge home directory. In addition, ensure that user can also add the executable permission on files in those two directories. During upgrades, new files are first written to the temp directory, and then copied over to the existing edge directory. Execute permission is necessary for some files in both of these directories. The temp directory is located by looking in wrapper.conf file in edge's conf directory. An example entry is below: wrapper.java.additional.1=-Djava.io.tmpdir=/tmp If there is no such entry, its default value in Linux is usually "/tmp" and in MS Windows is usually "c:\temp"