Thread: erro message
View Single Post
  #5 (permalink)  
Old October 16th, 2006
king2 king2 is offline
Enthusiast
 
Join Date: May 27th, 2006
Posts: 47
king2 is flying high
Default

Here is the output


061014 01:37:03,0543(98) Error/Sharing:: phex.common.file.ManagedFileException: read fails - Exception: phex.common.file.ManagedFileException: read fails
at phex.common.file.ManagedFile.setLength(ManagedFile .java:325)
at phex.xml.sax.XMLBuilder.saveToFile(XMLBuilder.java :123)
at phex.share.SharedFilesService$SaveSharedFilesJob.r un(SharedFilesService.java:831)
Caused by: phex.common.file.ManagedFileException: failed to open
at phex.common.file.ManagedFile.checkOpenFile(Managed File.java:146)
at phex.common.file.ManagedFile.setLength(ManagedFile .java:316)
... 2 more
Caused by: java.io.FileNotFoundException: /home/buildid/.phex/sharedlibrary.xml.tmp (Too many open files)
at java.io.RandomAccessFile.open(Native Method)
at java.io.RandomAccessFile.<init>(RandomAccessFile.j ava:212)
at phex.common.file.ManagedFile.checkOpenFile(Managed File.java:142)
... 3 more

061014 01:37:21,0244(98) Error/Download.Manager:: java.io.FileNotFoundException: /home/buildid/.phex/phexdownload.xml (Too many open files) - Exception: java.io.FileNotFoundException: /home/buildid/.phex/phexdownload.xml (Too many open files)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.j ava:179)
at java.io.FileOutputStream.<init>(FileOutputStream.j ava:131)
at phex.utils.FileUtils.copyFile(FileUtils.java:218)
at phex.utils.FileUtils.copyFile(FileUtils.java:165)
at phex.download.swarming.SwarmingManager$SaveDownloa dListJob.run(SwarmingManager.java:1443)

061014 01:37:22,0043(98) Error/Sharing:: java.io.FileNotFoundException: /home/buildid/.phex/sharedlibrary.xml (Too many open files) - Exception: java.io.FileNotFoundException: /home/buildid/.phex/sharedlibrary.xml (Too many open files)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.j ava:179)
at java.io.FileOutputStream.<init>(FileOutputStream.j ava:131)
at phex.utils.FileUtils.copyFile(FileUtils.java:218)
at phex.utils.FileUtils.copyFile(FileUtils.java:165)
at phex.share.SharedFilesService$SaveSharedFilesJob.r un(SharedFilesService.java:839)
Reply With Quote