Greeting,

I have the following problem when running a *filter-media -i 11626/117*. 
The process starts running but stops suddenly with the following error 
message in *dspace.log*


   - SKIPPED: bitstream 8524934d-a163-42df-8da7-9b3232f1fc02 (item: 
   11626/117) because 'Document_for_testing.pdf.txt' already exists
   - ERROR filtering, skipping bitstream:
   - Caused by: java.io.FileNotFoundException: identify

My installation have the next configurations:

   - Windows 10
   - DSpace 6.3
   - PostgreSQL 9.6

I'm using a user with sufficient permissions and the item was successfully 
imported by Batch.

Thanks for your time.

-- 
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 Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/18daed99-0ff3-4cb8-b3fd-b481286571dcn%40googlegroups.com.
C:\dspace\dspace_63\bin> .\dspace filter-media -i 11626/117
Using DSpace installation in: C:\dspace\dspace_63
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.postgresql.jdbc.TimestampUtils 
(file:/C:/dspace/dspace_63/lib/postgresql-9.4.1211.jar) to field 
java.util.TimeZone.defaultTimeZone
WARNING: Please consider reporting this to the maintainers of 
org.postgresql.jdbc.TimestampUtils
WARNING: Use --illegal-access=warn to enable warnings of further illegal 
reflective access operations
WARNING: All illegal access operations will be denied in a future release
SKIPPED: bitstream 8524934d-a163-42df-8da7-9b3232f1fc02 (item: 11626/117) 
because 'Document_for_testing.pdf.txt' already exists
File: Document_for_testing.pdf.jpg
ERROR filtering, skipping bitstream:

        Item Handle: 11626/117
        Bundle Name: ORIGINAL
        File Size: 28727493
        Checksum: be0d52adfb7ec0a6e7e870549d5a612a (MD5)
        Asset Store: 0
org.im4java.core.InfoException: org.im4java.core.CommandException: 
java.io.FileNotFoundException: identify
org.im4java.core.InfoException: org.im4java.core.CommandException: 
java.io.FileNotFoundException: identify
        at org.im4java.core.Info.getBaseInfo(Info.java:360)
        at org.im4java.core.Info.<init>(Info.java:151)
        at 
org.dspace.app.mediafilter.ImageMagickThumbnailFilter.getImageFile(ImageMagickThumbnailFilter.java:149)
        at 
org.dspace.app.mediafilter.ImageMagickPdfThumbnailFilter.getDestinationStream(ImageMagickPdfThumbnailFilter.java:27)
        at 
org.dspace.app.mediafilter.MediaFilterServiceImpl.processBitstream(MediaFilterServiceImpl.java:358)
        at 
org.dspace.app.mediafilter.MediaFilterServiceImpl.filterBitstream(MediaFilterServiceImpl.java:217)
        at 
org.dspace.app.mediafilter.MediaFilterServiceImpl.filterItem(MediaFilterServiceImpl.java:180)
        at 
org.dspace.app.mediafilter.MediaFilterServiceImpl.applyFiltersItem(MediaFilterServiceImpl.java:158)
        at 
org.dspace.app.mediafilter.MediaFilterCLITool.main(MediaFilterCLITool.java:315)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at 
org.dspace.app.launcher.ScriptLauncher.runOneCommand(ScriptLauncher.java:229)
        at org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:81)
Caused by: org.im4java.core.CommandException: java.io.FileNotFoundException: 
identify
        at org.im4java.core.ImageCommand.run(ImageCommand.java:219)
        at org.im4java.core.Info.getBaseInfo(Info.java:342)
        ... 14 more
Caused by: java.io.FileNotFoundException: identify
        at 
org.im4java.process.ProcessStarter.searchForCmd(ProcessStarter.java:661)
        at 
org.im4java.process.ProcessStarter.startProcess(ProcessStarter.java:403)
        at org.im4java.process.ProcessStarter.run(ProcessStarter.java:312)
        at org.im4java.core.ImageCommand.run(ImageCommand.java:215)
        ... 15 more

Reply via email to