Hello,
I have a new install of Alfresco 5.1. I have installed AOS 1.1 and everything seems to be working except thumbnails for PDF and Office documents. I can preview office documents and PDFs ok.
I have checked alfresco.properties and the paths to ImageMagick are correct. The error I am getting is:
2016-04-1414:30:23,451 ERROR [org.alfresco.repo.action.AsynchronousActionExecutionQueueImpl][defaultAsyncAction4] Failed to execute asynchronous action: Action[ id=b5c37df6-e45a-4f5b-b9b7-9265e8a15af6, node=null]: 03140022 Failed to perform ImageMagick transformation:
Execution result:
os: Linux
command:/opt/bitnami/common/bin/convert /opt/bitnami/apache-tomcat/temp/Alfresco/ImageMagickContentTransformerWorker_source_5957796886868219324.pdf[0]-auto-orient -resize "100x100>"/opt/bitnami/apache-tomcat/temp/Alfresco/ImageMagickContentTransformerWorker_target_4278878280890258131.png
succeeded:false
exit code:1
out:
err: .convert.bin: Postscript delegate failed `/opt/bitnami/apache-tomcat/temp/Alfresco/ImageMagickContentTransformerWorker_source_5957796886868219324.pdf': No such file or directory @ error/pdf.c/ReadPDFImage/668.
.convert.bin: missing an image filename
org.alfresco.error.AlfrescoRuntimeException: 03140039 Creation of thumbnail 'doclib' failed
If I run the above command line in a terminal it does create the thumbnail without error.
It seems like the path that Alfresco is using may be incorrect even though the settings in alfresco.properties are pointing to the correct locations. Is the another location I should look for path information?
Regards,
Ron