How to solve the image upload problem for dashboar panel

cancel
Showing results for 
Search instead for 
Did you mean: 
elias1
Active Member

Re: How to solve the image upload problem for dashboar panel

Jump to solution
I have the same problem:
I'm using:
- windows 10 64bits
- Alfresco community 5.2
problem link:
2017-10-09 11:04:20,260 INFO [org.alfresco.repo.admin] [localhost-startStop-1] - Pastebin.com 

douglascrp
Advanced II

Re:  How to solve the image upload problem for dashboar panel

Jump to solution

I am not sure if that can be the problem, but you are using an unsupported Windows version.

Check what you should be using here Supported Platforms | Alfresco Documentation 

About the problem, one idea would be to install ImageMagick using the official installer, and then make the changes in the alfresco-global.properties in order to have Alfresco using this manually installed instance instead of the one Alfresco installs.

Other than that, you should be searching for the error in the log:

[localhost-startStop-1] ImageMagickContentTransformerWorker not available: 09090036 Failed to perform ImageMagick transformation:
Execution result:
os: Windows 10
command: C:\alfresco-community\imagemagick\convert.exe C:\ALFRES~1\tomcat\temp\Alfresco\ImageMagickContentTransformerWorker_init_source_2535584417039233690.gif -strip -quiet C:\ALFRES~1\tomcat\temp\Alfresco\ImageMagickContentTransformerWorker_init_target_8877265038482905492.png
succeeded: false
exit code: 1
out:
err: convert.exe: RegistryKeyLookupFailed `CoderModulesPath' @ error/module.c/GetMagickModulePath/670.
convert.exe: no decode delegate for this image format `GIF' @ error/constitute.c/ReadImage/509.
convert.exe: no images defined `C:\ALFRES~1\tomcat\tem

This is what you have to fix.

elias1
Active Member

Re: How to solve the image upload problem for dashboar panel

Jump to solution

Thanks, it works perfectly.

douglascrp
Advanced II

Re:  How to solve the image upload problem for dashboar panel

Jump to solution

Which option?

Using a supported OS or installing ImageMagick?

elias1
Active Member

Re: How to solve the image upload problem for dashboar panel

Jump to solution
Installing ImageMagick using the official installer and then making changes to alfresco-global.properties.
Changes made in alfresco-global.properties:
img.root=C:\\Program Files\\ImageMagick-7.0.7-Q16
img.coders=${img.root}\\modules\\coders
img.config=${img.root}
img.exe=${img.root}\\convert.exe
waach
Member II

Re: How to solve the image upload problem for dashboar panel

Jump to solution

This is also worked for me.