2012-08-02 10:20:10,547 DEBUG [transform.magick.AbstractImageMagickContentTransformerWorker] [main] org.alfresco.service.cmr.repository.ContentIOException: 07020000 Failed to perform ImageMagick transformation:
Execution result:
os: Mac OS X
command: [/usr/local/bin/convert, /Users/wabson/Development/projects/share-extras-2/software/tomcat/temp/Alfresco/ImageMagickContentTransformerWorker_init_source_4067880520213204197.gif[0], /Users/wabson/Development/projects/share-extras-2/software/tomcat/temp/Alfresco/ImageMagickContentTransformerWorker_init_target_7684811633126657147.png]
succeeded: true
exit code: 133
out:
err: dyld: Symbol not found: __cg_jpeg_resync_to_restart
Referenced from: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
Expected in: /usr/local/lib/libjpeg.8.dylib
in /System/Libra
<bean id='transformer.worker.ImageMagick'>
<property name='mimetypeService'>
<ref bean='mimetypeService' />
</property>
<property name='executer'>
<bean name='transformer.ImageMagick.Command'>
<property name='commandsAndArguments'>
<map>
<entry key='.*'>
<list>
<value>${img.exe}</value>
<value>${source}</value>
<value>SPLIT:${options}</value>
<value>${target}</value>
</list>
</entry>
</map>
</property>
<property name='processProperties'>
<map>
<entry key='MAGICK_HOME'>
<value>${img.root}</value>
</entry>
<entry key='DYLD_LIBRARY_PATH'>
<value>${img.dyn}</value>
</entry>
<entry key='LD_LIBRARY_PATH'>
<value>${img.dyn}</value>
</entry>
</map>
</property>
<property name='defaultProperties'>
<props>
<prop key='options'></prop>
</props>
</property>
</bean>
</property>
...
mkdir -p tomcat/shared/classes/alfresco/extension/subsystems/thirdparty/default/default/
cp tomcat/webapps/alfresco/WEB-INF/classes/alfresco/subsystems/thirdparty/default/imagemagick-transform-context.xml tomcat/shared/classes/alfresco/extension/subsystems/thirdparty/default/default/
vim tomcat/shared/classes/alfresco/extension/subsystems/thirdparty/default/default/imagemagick-transform-context.xml
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.