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

2009-07-19 Thread Mr Havercamp
No but it makes it easier to manage thumb and preview generation if you do. Van Ly wrote: > Thanks for that. If filter-media is applied on package ingest, is it > necessary to run it as cronjob at all? > > -- Van Ly > > Quoting Mr Havercamp : > > >> Correct, java.io.File will throw an IOExcep

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

2009-07-19 Thread Van Ly
Thanks for that. If filter-media is applied on package ingest, is it necessary to run it as cronjob at all? -- Van Ly Quoting 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. >

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

[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 co