Uploaded image for project: 'Commons IO'
  1. Commons IO
  2. IO-443

FileUtils.copyFile methods throw an unnecessary "Failed to copy full contents from" exception

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.4
    • 2.12.0
    • Utilities
    • None
    • Win x86 32 bit

    Description

      The private doCopyFile method of FileUtils does a comparison between the source and destination file sizes after the data has been copied.

      If the destination file has been removed, renamed, or otherwise no more accessible (remote share no more available) between the finally block and the size comparison the destFile.length() returns zero. If the source file is not zero bytes in size an exception with the message "Failed to copy full contents from '" + srcFile + "' to '" + destFile " will be thrown.

      Regards
      Sami

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              oerlybird Sami Nieminen
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: