Hi, Based on your error log, it sounds like DSpace cannot find ImageMagick. Either it's not installed or you haven't set the "org.dspace.app.mediafilter.ImageMagickThumbnailFilter.ProcessStarter" setting properly.
The important error is this one: Caused by: java.io.FileNotFoundException: convert That is telling me that the ImageMagick "convert" script is not found. See the docs here on how to install/config ImageMagick & Ghostscript: https://wiki.lyrasis.org/display/DSDOC7x/ImageMagick+Media+Filters Tim On Tuesday, April 25, 2023 at 1:34:53 AM UTC-5 [email protected] wrote: > Hi, > > When I add filter-media script with Arguments -p ImageMagick Image > Thumbnail, status says completed but at the time of creating item auto > thumbnails are not working. > > > On Wednesday, April 12, 2023 at 11:00:17 PM UTC+5:30 Tim Donohue wrote: > > Hi Manish, > > Generating thumbnails in DSpace requires running the "filter-media" script > (usually on a scheduled basis, via a cron job or similar). It doesn't > happen though if you forget to run that script. > > See the docs at: > > https://wiki.lyrasis.org/display/DSDOC7x/Mediafilters+for+Transforming+DSpace+Content > > Also see the docs about recommended scheduled tasks / cron jobs for DSpace: > https://wiki.lyrasis.org/display/DSDOC7x/Scheduled+Tasks+via+Cron > > If those scripts are not working for you, feel free to send any errors you > are receiving to this email list, or our dspace-tech (tech support) mailing > list. > > Tim > > On Wednesday, April 12, 2023 at 6:24:29 AM UTC-5 [email protected] wrote: > > Hi there, > > I have integrated my dspace to Google storage to stored all asset, > everything is working fine but auto generation of Thumbnail is not working. > > I have used ImageMagic to generate the process for auto thumbnail > generation and it's related information already exists in .cfg file. > > Any help will be appreciated. > > Thanks, > Manish Kumar > > -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you are subscribed to the Google Groups "DSpace Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-community/718c7c19-0da8-4721-b40a-fd138866f256n%40googlegroups.com.
