[Truezip-users] ArchiveReadOnlyException and ArchiveBusyWarningException
Brought to you by:
cschlichtherle
From: Tom S. <Tom...@i3...> - 2009-10-07 21:56:05
|
Hello, I've been using truezip 6.7 Beta 2 in a multi-threaded application for about a month. I've been getting this Exception for quite some time: EXCEPTION: de.schlichtherle.io.ArchiveInputBusyWarningException: D:\testrepositories\metalincsmodules\NewArchive\AnalysisModule\An alysisService\store\testcustomer\84\543.zip^M de.schlichtherle.io.ArchiveInputBusyWarningException: D:\testrepositories\metalincsmodules\NewArchive\AnalysisModule\AnalysisService\st ore\testcustomer\84\543.zip^M at de.schlichtherle.io.UpdatingArchiveController.umount0(UpdatingArchiveController.java:688)^M at de.schlichtherle.io.UpdatingArchiveController.umount(UpdatingArchiveController.java:642)^M at de.schlichtherle.io.ArchiveControllers.umount(ArchiveControllers.java:318)^M at de.schlichtherle.io.File.update(File.java:1263)^M I've tracked down all of the open FileInputStreams (making sure they get closed) but if open, I block the thread trying to do the update until the close takes place. Even so, the updating thread gets this busy exception sometimes. I also just starting getting this Exception: EXCEPTION: de.schlichtherle.io.ArchiveFileSystem$ArchiveReadOnlyException: Archive file is read-only!^M de.schlichtherle.io.ArchiveFileSystem$ArchiveReadOnlyException: Archive file is read-only!^M at de.schlichtherle.io.ArchiveFileSystem$LinkDelta.<init>(ArchiveFileSystem.java:487)^M at de.schlichtherle.io.ArchiveFileSystem$LinkDelta.<init>(ArchiveFileSystem.java:478)^M at de.schlichtherle.io.ArchiveFileSystem.link(ArchiveFileSystem.java:469)^M at de.schlichtherle.io.ArchiveFileSystem.link(ArchiveFileSystem.java:403)^M at de.schlichtherle.io.ArchiveController.createOutputStream0(ArchiveController.java:620)^M at de.schlichtherle.io.ArchiveController.createNewFile0(ArchiveController.java:1094)^M at de.schlichtherle.io.ArchiveController.createNewFile(ArchiveController.java:1073)^M at de.schlichtherle.io.File.createNewFile(File.java:2616)^M I am creating a series of archive files none of which are read-only. Any help in trying to get rid of these exceptions would be appreciated. Thanks, Tom |