cancel
Showing results for 
Search instead for 
Did you mean: 

setting in alfresco-global.properties

aoulhent
Champ in-the-making
Champ in-the-making
Hello everyone,
When usings this setting in alfresco-global.properties :

ooo.exe="C:/Program Files/OpenOffice.org 3/program/soffice.exe"
ooo.enabled=true
jodconverter.officeHome=C:\\Program Files\\OpenOffice.org 3
jodconverter.portNumbers=8102
jodconverter.enabled=true
img.root=C:\\part\\Programmes\\ImageMagick-6.7.0-Q16
img.exe=C:\\part\\Programmes\\ImageMagick-6.7.0-Q16\\convert.exe
swf.exe=C:\\Program Files\\SWFTools\\pdf2swf.exe

I got the following errors:

2016-05-02 15:40:20,843 INFO  [STDOUT] 15:40:20,843  ERROR [transform.magick.AbstractImageMagickContentTransformerWorker] ImageMagickContentTransformerWorker not available: 04020000 Failed to perform ImageMagick transformation:
Execution result:
   os:         Windows 8
   command:    C:\part\Programmes\ImageMagick-6.7.0-Q16\convert.exe C:\Windows\system32\config\systemprofile\AppData\Local\Temp\Alfresco\ImageMagickContentTransformerWorker_init_source_325687504941763718.gif C:\Windows\system32\config\systemprofile\AppData\Local\Temp\Alfresco\ImageMagickContentTransformerWorker_init_target_6641283514729584369.png
   succeeded:  false
   exit code:  1
   out:      
   err:        convert.exe: unable to open image `C:\Windows\system32\config\systemprofile\AppData\Local\Temp\Alfresco\ImageMagickContentTransformerWorker_init_source_325687504941763718.gif': No such file or directory @ error/blob.c/OpenBlob/2588.
convert.exe: mis
2016-05-02 15:40:20,843 INFO  [STDOUT] 15:40:20,843  ERROR [content.transform.RuntimeExecutableContentTransformerWorker] Failed to start a runtime executable content transformer:
Execution result:
   os:         Windows 8
   command:    C:\Program Files\SWFTools\pdf2swf.exe -V
   succeeded:  false
   exit code:  1
   out:      
   err:        Cannot run program "C:\Program": CreateProcess error=2, The system cannot find the file specified


I installed my environment on windows 8.
Not that i installed SWFTools as administrator because it won't to install directly.

Any help on this will be appreciated.
Thanks in advance,
1 REPLY 1

rmeske
Confirmed Champ
Confirmed Champ
Hello aoulhent,

Not sure if you have some typos in your settings just in the post or if your actual settings are what you have listed.  In what you have shown I see two types of errors:

For Windows:
1. you must use the back slash "\" and not the forward slash "/" for paths.
2. When a path contains a space you must enclose the entire path with quotes.

See if that helps.

Regards,
Ron