03773: | Installer fails to copy files from http directory into the web server |
Category: Install Status: ClosedSeverity: HIGH Reported against release: 0.8 Fixed in release: 0.8.1 (Beta Refresh)
PROBLEM:The latest version of the installer does not move the files from the
component http directory into the web server directory for the
component. Any component that has things in its installable jar http
directory can be used to recreate this. ANALYSIS:For some reason the Java method that lists s directories
contents stopped working. The method used was list() and
it returns a string array naming the files and directories
within a folder. It erroneously returned an empty string array.
Solution: Change the method to listFile() and use a File array
instead. WORKAROUND:There is no automated workaround for this problem. A manual workaround
is after installation copy the files from the http directory of the
component into the web server manually.
|