View Single Post
  #7 (permalink)  
Old March 15th, 2007
vertigocreative vertigocreative is offline
Novicius
 
Join Date: March 14th, 2007
Posts: 4
vertigocreative is flying high
Default

Phex is 3.0.2 build 100:

The error log is below.

070314 21:26:23,0336(100) Error/Download_File:: phex.common.file.ManagedFileException: rename failed - Exception: phex.common.file.ManagedFileException: rename failed
at phex.common.file.ManagedFile.renameFile(Unknown Source)
at phex.download.swarming.SWDownloadFile.moveToDestin ationFile(Unknown Source)
at phex.download.MemoryFile.writeBuffersToDisk(Unknow n Source)
at phex.download.DownloadDataWriter.writeDownloadData (Unknown Source)
at phex.download.DownloadDataWriter.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: phex.common.FileHandlingException: java.io.FileNotFoundException: C:\Users\Jon Sharp\Phex\download\TV Themes.mp3 (The system cannot find the path specified): Rename file failed.
at phex.utils.FileUtils.renameFileMultiFallback(Unkno wn Source)
... 6 more
Caused by: java.io.FileNotFoundException: C:\Users\Jon Sharp\Phex\download\TV Themes.mp3 (The system cannot find the path specified)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
... 7 more

((THIS FILE WAS TOO LONG FOR THE POST... The rest of the errors were the same, except for the file name of course.))

Thanks..


Edit: removed unrelated log content

Last edited by GregorK; March 15th, 2007 at 08:03 AM.
Reply With Quote