[Dspace-tech] filter-media IOException Permission denied

2009-07-17 Thread Van Ly
Hi, I ran a filter-media job and found a number of errors of the kind `skipping bitstream #N' which to be expected. The very first of them is listed below. At a guess, it looks like the IOException is due to the process wanting to create a file but it already exists and this is a condition for

Re: [Dspace-tech] filter-media IOException Permission denied

2009-07-17 Thread Mr Havercamp
Correct, java.io.File will throw an IOException error if the createNewFile method attempts to create a new file over the top of an existing one. Running filter-media with the -v should force the update on existing files as well as creating new ones. Cheers Hayden Van Ly wrote: Hi, I